COLOR #394434

HEX: #394434
RGB: (57,68,52)

Color info

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

RGB color model

#394434 color RGB value is (57,68,52).

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

RGB channels and saturation

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

57
68
52

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

Portions of RGB colors in percentages

R + G + B =
57 + 68 + 52 = 177 (100%)
R 57 of 177 ~ 32.2%
G 68 of 177 ~ 38.42%
B 52 of 177 ~ 29.38%

%32.2
%38.42
%29.38

CMYK color model

#394434 color CMYK value is (16,0,24,73).

  • cyan value is 16.18%
  • magenta value is 0.00%
  • yellow value is 23.53%
  • key color value is 73.33%
CMYK:
(16,0,24,73)
C16M0Y24K73 
(16%,0%,24%,73%)
(0.16/0.00/0.24/0.73)	

CMYK percentages

%16.18
%0
%23.53
%73.33

Codes

Color #394434 in popluar color models

394434
RGB576852
HSL101°13.33%23.53%
HSB/HSV101°23.53%26.67%
CMYK16.18%0.00%23.53%
73.33%

Color #394434 in popluar number systems.

HEX394434
Decimal576852
Binary1110011000100110100
Octal7110464

Shades and tints

Shades of #394434

#394434
(57,68,52)
#343E30
(52,62,48)
#2F382C
(47,56,44)
#2A3228
(42,50,40)
#252C24
(37,44,36)
#202620
(32,38,32)
#1B201C
(27,32,28)
#161A18
(22,26,24)
#111414
(17,20,20)
#0C0E10
(12,14,16)
#07080C
(7,8,12)
#000000
(0,0,0)

Tints of #394434

#394434
(57,68,52)
#4B5546
(75,85,70)
#5D6658
(93,102,88)
#6F776A
(111,119,106)
#81887C
(129,136,124)
#93998E
(147,153,142)
#A5AAA0
(165,170,160)
#B7BBB2
(183,187,178)
#C9CCC4
(201,204,196)
#DBDDD6
(219,221,214)
#EDEEE8
(237,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #394434; }

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

This text font color is #394434.


Background Color

.myBgColor { background-color: #394434; }

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

This div background color is #394434.


Border color

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

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

This div border color is #394434.


Opacity

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

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

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

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

This text has shadow with #394434 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #394434 on black background.


Color preview on white background

This text has color #394434 on white background.



Black color preview on #394434 background

This text has black color on #394434 background.


White color preview on #394434 background

This text has white color on #394434 background.