COLOR #33655F

HEX: #33655F
RGB: (51,101,95)

Color info

#33655F contains red, green and blue colors in about the same proportion. Web safe color of #33655F is #336666 (or #366).

RGB color model

#33655F color RGB value is (51,101,95).

  • red value is 51;
  • green value is 101;
  • blue value is 95.
RGB:
(51,101,95)
(20%,40%,37%)

RGB channels and saturation

R 51 of 255 = 20%
G 101 of 255 = 40%
B 95 of 255 = 37%

51
101
95

R + G + B ~ 32%. #33655F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
51 + 101 + 95 = 247 (100%)
R 51 of 247 ~ 20.65%
G 101 of 247 ~ 40.89%
B 95 of 247 ~ 38.46%

%20.65
%40.89
%38.46

CMYK color model

#33655F color CMYK value is (50,0,6,60).

  • cyan value is 49.50%
  • magenta value is 0.00%
  • yellow value is 5.94%
  • key color value is 60.39%
CMYK:
(50,0,6,60)
C50M0Y6K60 
(50%,0%,6%,60%)
(0.50/0.00/0.06/0.60)	

CMYK percentages

%49.5
%0
%5.94
%60.39

Codes

Color #33655F in popluar color models

33655F
RGB5110195
HSL173°32.89%29.80%
HSB/HSV173°49.50%39.61%
CMYK49.50%0.00%5.94%
60.39%

Color #33655F in popluar number systems.

HEX33655F
Decimal5110195
Binary11001111001011011111
Octal63145137

Shades and tints

Shades of #33655F

#33655F
(51,101,95)
#2F5C57
(47,92,87)
#2B534F
(43,83,79)
#274A47
(39,74,71)
#23413F
(35,65,63)
#1F3837
(31,56,55)
#1B2F2F
(27,47,47)
#172627
(23,38,39)
#131D1F
(19,29,31)
#0F1417
(15,20,23)
#0B0B0F
(11,11,15)
#000000
(0,0,0)

Tints of #33655F

#33655F
(51,101,95)
#45736D
(69,115,109)
#57817B
(87,129,123)
#698F89
(105,143,137)
#7B9D97
(123,157,151)
#8DABA5
(141,171,165)
#9FB9B3
(159,185,179)
#B1C7C1
(177,199,193)
#C3D5CF
(195,213,207)
#D5E3DD
(213,227,221)
#E7F1EB
(231,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #33655F color. Also use rgb(51,101,95) instead hex code.

Text Font Color

.myTextColor { color: #33655F; }

<p style="color:#33655F">This sample text font color is #33655F.</p>

This text font color is #33655F.


Background Color

.myBgColor { background-color: #33655F; }

<div style="background-color:#33655F">Inner text</div>

This div background color is #33655F.


Border color

.myBorderColor { border: 1px solid #33655F; }

<div style="border:3px solid #33655F">Div</div>

This div border color is #33655F.


Opacity

.myOpacity80 { color: #33655F; opacity: 0.8; }

<p style="color:#33655F;opacity:0.8;">80%</p>

Text with #33655F color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #33655F;}

<p style="text-shadow: 3px 3px 1px #33655F">Text here.</p>

This text has shadow with #33655F color.

.textShadow {text-shadow: 3px 3px 1px #33655F, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #33655F, 5px 5px 20px red">Text here.</p>

This text has shadow with #33655F primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#33655F, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#33655F, Direction=45, Strength=4)">Text</p>

This text has shadow with #33655F and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #33655F;
  -webkit-box-shadow:	1px 1px 3px 2px #33655F;
  box-shadow:		1px 1px 3px 2px #33655F;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #33655F;
-webkit-box-shadow: 1px 1px 3px 2px #33655F;
box-shadow:1px 1px 3px 2px #33655F;">
Div content here</div>
This div box has shadow with color #33655F.

Preview

Color preview on black background

This text has color #33655F on black background.


Color preview on white background

This text has color #33655F on white background.



Black color preview on #33655F background

This text has black color on #33655F background.


White color preview on #33655F background

This text has white color on #33655F background.