COLOR #334F39

HEX: #334F39 RGB: (51,79,57)

Color info

#334F39 contains red, green and blue colors in about the same proportion. Web safe color of #334F39 is #336633 (or #363).

RGB color model

#334F39 color RGB value is (51,79,57).

RGB: (51,79,57) (20%, 31%, 22%)

RGB channels and saturation

R 51 of 255 = 20%
G 79 of 255 = 31%
B 57 of 255 = 22%

51
79
57

R + G + B ~ 24%. #334F39 is dark color.

Portions of RGB colors in percentages

R + G + B = 51 + 79 + 57 = 187 (100%)
R 51 of 187 ~ 27.27%
G 79 of 187 ~ 42.25%
B 57 of 187 ~ 30.48'%

%27.27
%42.25
%30.48

CMYK color model

#334F39 color CMYK value is (35,0,28,69).

  • cyan value is 35.44%
  • magenta value is 0.00%
  • yellow value is 27.85%
  • key color value is 69.02%

CMYK: (35,0,28,69)
C35M0Y28K69 (35%, 0%, 28%, 69%)
(0.35 / 0.00 / 0.28 / 0.69)

CMYK percentages

%35.44
%0
%27.85
%69.02

Codes

Color #334F39 in popluar color models

33 4F 39
RGB 51 79 57
HSL 133° 21.54% 25.49%
HSB/HSV 133° 35.44% 30.98%
CMYK 35.44% 0.00% 27.85%
69.02%

Color #334F39 in popluar number systems.

HEX 33 4F 39
Decimal 51 79 57
Binary 110011 1001111 111001
Octal 63 117 71

Shades and tints

Shades of #334F39

#334F39
(51,79,57)
#2F4834
(47,72,52)
#2B412F
(43,65,47)
#273A2A
(39,58,42)
#233325
(35,51,37)
#1F2C20
(31,44,32)
#1B251B
(27,37,27)
#171E16
(23,30,22)
#131711
(19,23,17)
#0F100C
(15,16,12)
#0B0907
(11,9,7)
#000000
(0,0,0)

Tints of #334F39

#334F39
(51,79,57)
#455F4B
(69,95,75)
#576F5D
(87,111,93)
#697F6F
(105,127,111)
#7B8F81
(123,143,129)
#8D9F93
(141,159,147)
#9FAFA5
(159,175,165)
#B1BFB7
(177,191,183)
#C3CFC9
(195,207,201)
#D5DFDB
(213,223,219)
#E7EFED
(231,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #334F39 color. Also use rgb(51,79,57) instead hex code.

Text Font Color

.myTextColor { color: #334F39; }

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

This text font color is #334F39.

Background Color

.myBgColor { background-color: #334F39; }

<div style="background-color:#334F39">Inner text</div>

This div background color is #334F39.

Border color

.myBorderColor { border: 1px solid #334F39; }

<div style="border:3px solid #334F39">Div</div>

This div border color is #334F39.

Opacity

.myOpacity80 { color: #334F39; opacity: 0.8; }

<p style="color:#334F39;opacity:0.8;">80%</p>

Text with #334F39 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 #334F39;}

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

This text has shadow with #334F39 color.


.textShadow {text-shadow: 3px 3px 1px #334F39', 3px 3px 1px red;}

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

This text has shadow with #334F39 primary color and red secondary color.


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

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

This text has shadow with #334F39 and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #334F39; -webkit-box-shadow: 1px 1px 3px 2px #334F39; box-shadow:1px 1px 3px 2px #334F39;">
Div content here
</div>

This div box has shadow with color #334F39.

Preview

Color preview on black background

This text has color #334F39 on black background.


Color preview on white background

This text has color #334F39 on white background.


Black color preview on #334F39 background

This text has black color on #334F39 background.


White color preview on #334F39 background

This text has white color on #334F39 background.


Related colors

Complementary color

Complementary color for #hex is #CCB0C6.


I love getcolorcode.com

Triadic colors

1 #39334F and #4F3933 with #334F39 are triadic colors.

2 #394F33 and #4F3339 with #334F39 are triadic colors.