COLOR #334437

HEX: #334437
RGB: (51,68,55)

Color info

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

RGB color model

#334437 color RGB value is (51,68,55).

  • red value is 51;
  • green value is 68;
  • blue value is 55.
RGB:
(51,68,55)
(20%,27%,22%)

RGB channels and saturation

R 51 of 255 = 20%
G 68 of 255 = 27%
B 55 of 255 = 22%

51
68
55

R + G + B ~ 23%. #334437 is dark color.

Portions of RGB colors in percentages

R + G + B =
51 + 68 + 55 = 174 (100%)
R 51 of 174 ~ 29.31%
G 68 of 174 ~ 39.08%
B 55 of 174 ~ 31.61%

%29.31
%39.08
%31.61

CMYK color model

#334437 color CMYK value is (25,0,19,73).

  • cyan value is 25.00%
  • magenta value is 0.00%
  • yellow value is 19.12%
  • key color value is 73.33%
CMYK:
(25,0,19,73)
C25M0Y19K73 
(25%,0%,19%,73%)
(0.25/0.00/0.19/0.73)	

CMYK percentages

%25
%0
%19.12
%73.33

Codes

Color #334437 in popluar color models

334437
RGB516855
HSL134°14.29%23.33%
HSB/HSV134°25.00%26.67%
CMYK25.00%0.00%19.12%
73.33%

Color #334437 in popluar number systems.

HEX334437
Decimal516855
Binary1100111000100110111
Octal6310467

Shades and tints

Shades of #334437

#334437
(51,68,55)
#2F3E32
(47,62,50)
#2B382D
(43,56,45)
#273228
(39,50,40)
#232C23
(35,44,35)
#1F261E
(31,38,30)
#1B2019
(27,32,25)
#171A14
(23,26,20)
#13140F
(19,20,15)
#0F0E0A
(15,14,10)
#0B0805
(11,8,5)
#000000
(0,0,0)

Tints of #334437

#334437
(51,68,55)
#455549
(69,85,73)
#57665B
(87,102,91)
#69776D
(105,119,109)
#7B887F
(123,136,127)
#8D9991
(141,153,145)
#9FAAA3
(159,170,163)
#B1BBB5
(177,187,181)
#C3CCC7
(195,204,199)
#D5DDD9
(213,221,217)
#E7EEEB
(231,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #334437 color. Also use rgb(51,68,55) instead hex code.

Text Font Color

.myTextColor { color: #334437; }

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

This text font color is #334437.


Background Color

.myBgColor { background-color: #334437; }

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

This div background color is #334437.


Border color

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

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

This div border color is #334437.


Opacity

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

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

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

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

This text has shadow with #334437 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #334437 on black background.


Color preview on white background

This text has color #334437 on white background.



Black color preview on #334437 background

This text has black color on #334437 background.


White color preview on #334437 background

This text has white color on #334437 background.