COLOR #33674F

HEX: #33674F
RGB: (51,103,79)

Color info

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

RGB color model

#33674F color RGB value is (51,103,79).

  • red value is 51;
  • green value is 103;
  • blue value is 79.
RGB:
(51,103,79)
(20%,40%,31%)

RGB channels and saturation

R 51 of 255 = 20%
G 103 of 255 = 40%
B 79 of 255 = 31%

51
103
79

R + G + B ~ 30%. #33674F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
51 + 103 + 79 = 233 (100%)
R 51 of 233 ~ 21.89%
G 103 of 233 ~ 44.21%
B 79 of 233 ~ 33.91%

%21.89
%44.21
%33.91

CMYK color model

#33674F color CMYK value is (50,0,23,60).

  • cyan value is 50.49%
  • magenta value is 0.00%
  • yellow value is 23.30%
  • key color value is 59.61%
CMYK:
(50,0,23,60)
C50M0Y23K60 
(50%,0%,23%,60%)
(0.50/0.00/0.23/0.60)	

CMYK percentages

%50.49
%0
%23.3
%59.61

Codes

Color #33674F in popluar color models

33674F
RGB5110379
HSL152°33.77%30.20%
HSB/HSV152°50.49%40.39%
CMYK50.49%0.00%23.30%
59.61%

Color #33674F in popluar number systems.

HEX33674F
Decimal5110379
Binary11001111001111001111
Octal63147117

Shades and tints

Shades of #33674F

#33674F
(51,103,79)
#2F5E48
(47,94,72)
#2B5541
(43,85,65)
#274C3A
(39,76,58)
#234333
(35,67,51)
#1F3A2C
(31,58,44)
#1B3125
(27,49,37)
#17281E
(23,40,30)
#131F17
(19,31,23)
#0F1610
(15,22,16)
#0B0D09
(11,13,9)
#000000
(0,0,0)

Tints of #33674F

#33674F
(51,103,79)
#45745F
(69,116,95)
#57816F
(87,129,111)
#698E7F
(105,142,127)
#7B9B8F
(123,155,143)
#8DA89F
(141,168,159)
#9FB5AF
(159,181,175)
#B1C2BF
(177,194,191)
#C3CFCF
(195,207,207)
#D5DCDF
(213,220,223)
#E7E9EF
(231,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #33674F color. Also use rgb(51,103,79) instead hex code.

Text Font Color

.myTextColor { color: #33674F; }

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

This text font color is #33674F.


Background Color

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

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

This div background color is #33674F.


Border color

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

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

This div border color is #33674F.


Opacity

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

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

Text with #33674F 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 #33674F;}

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

This text has shadow with #33674F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #33674F on black background.


Color preview on white background

This text has color #33674F on white background.



Black color preview on #33674F background

This text has black color on #33674F background.


White color preview on #33674F background

This text has white color on #33674F background.