COLOR #334439

HEX: #334439
RGB: (51,68,57)

Color info

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

RGB color model

#334439 color RGB value is (51,68,57).

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

RGB channels and saturation

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

51
68
57

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

Portions of RGB colors in percentages

R + G + B =
51 + 68 + 57 = 176 (100%)
R 51 of 176 ~ 28.98%
G 68 of 176 ~ 38.64%
B 57 of 176 ~ 32.39%

%28.98
%38.64
%32.39

CMYK color model

#334439 color CMYK value is (25,0,16,73).

  • cyan value is 25.00%
  • magenta value is 0.00%
  • yellow value is 16.18%
  • key color value is 73.33%
CMYK:
(25,0,16,73)
C25M0Y16K73 
(25%,0%,16%,73%)
(0.25/0.00/0.16/0.73)	

CMYK percentages

%25
%0
%16.18
%73.33

Codes

Color #334439 in popluar color models

334439
RGB516857
HSL141°14.29%23.33%
HSB/HSV141°25.00%26.67%
CMYK25.00%0.00%16.18%
73.33%

Color #334439 in popluar number systems.

HEX334439
Decimal516857
Binary1100111000100111001
Octal6310471

Shades and tints

Shades of #334439

#334439
(51,68,57)
#2F3E34
(47,62,52)
#2B382F
(43,56,47)
#27322A
(39,50,42)
#232C25
(35,44,37)
#1F2620
(31,38,32)
#1B201B
(27,32,27)
#171A16
(23,26,22)
#131411
(19,20,17)
#0F0E0C
(15,14,12)
#0B0807
(11,8,7)
#000000
(0,0,0)

Tints of #334439

#334439
(51,68,57)
#45554B
(69,85,75)
#57665D
(87,102,93)
#69776F
(105,119,111)
#7B8881
(123,136,129)
#8D9993
(141,153,147)
#9FAAA5
(159,170,165)
#B1BBB7
(177,187,183)
#C3CCC9
(195,204,201)
#D5DDDB
(213,221,219)
#E7EEED
(231,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #334439; }

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

This text font color is #334439.


Background Color

.myBgColor { background-color: #334439; }

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

This div background color is #334439.


Border color

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

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

This div border color is #334439.


Opacity

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

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

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

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

This text has shadow with #334439 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #334439 on black background.


Color preview on white background

This text has color #334439 on white background.



Black color preview on #334439 background

This text has black color on #334439 background.


White color preview on #334439 background

This text has white color on #334439 background.