COLOR #334941

HEX: #334941 RGB: (51,73,65)

Color info

#334941 contains red, green and blue colors in about the same proportion. Web safe color of #334941 is #333333 (or #333).

RGB color model

#334941 color RGB value is (51,73,65).

RGB: (51,73,65) (20%, 29%, 25%)

RGB channels and saturation

R 51 of 255 = 20%
G 73 of 255 = 29%
B 65 of 255 = 25%

51
73
65

R + G + B ~ 25%. #334941 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 51 + 73 + 65 = 189 (100%)
R 51 of 189 ~ 26.98%
G 73 of 189 ~ 38.62%
B 65 of 189 ~ 34.39'%

%26.98
%38.62
%34.39

CMYK color model

#334941 color CMYK value is (30,0,11,71).

  • cyan value is 30.14%
  • magenta value is 0.00%
  • yellow value is 10.96%
  • key color value is 71.37%

CMYK: (30,0,11,71)
C30M0Y11K71 (30%, 0%, 11%, 71%)
(0.30 / 0.00 / 0.11 / 0.71)

CMYK percentages

%30.14
%0
%10.96
%71.37

Codes

Color #334941 in popluar color models

33 49 41
RGB 51 73 65
HSL 158° 17.74% 24.31%
HSB/HSV 158° 30.14% 28.63%
CMYK 30.14% 0.00% 10.96%
71.37%

Color #334941 in popluar number systems.

HEX 33 49 41
Decimal 51 73 65
Binary 110011 1001001 1000001
Octal 63 111 101

Shades and tints

Shades of #334941

#334941
(51,73,65)
#2F433C
(47,67,60)
#2B3D37
(43,61,55)
#273732
(39,55,50)
#23312D
(35,49,45)
#1F2B28
(31,43,40)
#1B2523
(27,37,35)
#171F1E
(23,31,30)
#131919
(19,25,25)
#0F1314
(15,19,20)
#0B0D0F
(11,13,15)
#000000
(0,0,0)

Tints of #334941

#334941
(51,73,65)
#455952
(69,89,82)
#576963
(87,105,99)
#697974
(105,121,116)
#7B8985
(123,137,133)
#8D9996
(141,153,150)
#9FA9A7
(159,169,167)
#B1B9B8
(177,185,184)
#C3C9C9
(195,201,201)
#D5D9DA
(213,217,218)
#E7E9EB
(231,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #334941 color. Also use rgb(51,73,65) instead hex code.

Text Font Color

.myTextColor { color: #334941; }

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

This text font color is #334941.

Background Color

.myBgColor { background-color: #334941; }

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

This div background color is #334941.

Border color

.myBorderColor { border: 1px solid #334941; }

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

This div border color is #334941.

Opacity

.myOpacity80 { color: #334941; opacity: 0.8; }

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

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

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

This text has shadow with #334941 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #334941.

Preview

Color preview on black background

This text has color #334941 on black background.


Color preview on white background

This text has color #334941 on white background.


Black color preview on #334941 background

This text has black color on #334941 background.


White color preview on #334941 background

This text has white color on #334941 background.


Related colors

Complementary color

Complementary color for #hex is #CCB6BE.


I love getcolorcode.com

Triadic colors

1 #413349 and #494133 with #334941 are triadic colors.

2 #414933 and #493341 with #334941 are triadic colors.