COLOR #394339

HEX: #394339
RGB: (57,67,57)

Color info

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

RGB color model

#394339 color RGB value is (57,67,57).

  • red value is 57;
  • green value is 67;
  • blue value is 57.
RGB:
(57,67,57)
(22%,26%,22%)

RGB channels and saturation

R 57 of 255 = 22%
G 67 of 255 = 26%
B 57 of 255 = 22%

57
67
57

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

Portions of RGB colors in percentages

R + G + B =
57 + 67 + 57 = 181 (100%)
R 57 of 181 ~ 31.49%
G 67 of 181 ~ 37.02%
B 57 of 181 ~ 31.49%

%31.49
%37.02
%31.49

CMYK color model

#394339 color CMYK value is (15,0,15,74).

  • cyan value is 14.93%
  • magenta value is 0.00%
  • yellow value is 14.93%
  • key color value is 73.73%
CMYK:
(15,0,15,74)
C15M0Y15K74 
(15%,0%,15%,74%)
(0.15/0.00/0.15/0.74)	

CMYK percentages

%14.93
%0
%14.93
%73.73

Codes

Color #394339 in popluar color models

394339
RGB576757
HSL120°8.06%24.31%
HSB/HSV120°14.93%26.27%
CMYK14.93%0.00%14.93%
73.73%

Color #394339 in popluar number systems.

HEX394339
Decimal576757
Binary1110011000011111001
Octal7110371

Shades and tints

Shades of #394339

#394339
(57,67,57)
#343D34
(52,61,52)
#2F372F
(47,55,47)
#2A312A
(42,49,42)
#252B25
(37,43,37)
#202520
(32,37,32)
#1B1F1B
(27,31,27)
#161916
(22,25,22)
#111311
(17,19,17)
#0C0D0C
(12,13,12)
#070707
(7,7,7)
#000000
(0,0,0)

Tints of #394339

#394339
(57,67,57)
#4B544B
(75,84,75)
#5D655D
(93,101,93)
#6F766F
(111,118,111)
#818781
(129,135,129)
#939893
(147,152,147)
#A5A9A5
(165,169,165)
#B7BAB7
(183,186,183)
#C9CBC9
(201,203,201)
#DBDCDB
(219,220,219)
#EDEDED
(237,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #394339; }

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

This text font color is #394339.


Background Color

.myBgColor { background-color: #394339; }

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

This div background color is #394339.


Border color

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

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

This div border color is #394339.


Opacity

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

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

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

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

This text has shadow with #394339 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #394339 on black background.


Color preview on white background

This text has color #394339 on white background.



Black color preview on #394339 background

This text has black color on #394339 background.


White color preview on #394339 background

This text has white color on #394339 background.