COLOR #394531

HEX: #394531
RGB: (57,69,49)

Color info

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

RGB color model

#394531 color RGB value is (57,69,49).

  • red value is 57;
  • green value is 69;
  • blue value is 49.
RGB:
(57,69,49)
(22%,27%,19%)

RGB channels and saturation

R 57 of 255 = 22%
G 69 of 255 = 27%
B 49 of 255 = 19%

57
69
49

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

Portions of RGB colors in percentages

R + G + B =
57 + 69 + 49 = 175 (100%)
R 57 of 175 ~ 32.57%
G 69 of 175 ~ 39.43%
B 49 of 175 ~ 28%

%32.57
%39.43
%28

CMYK color model

#394531 color CMYK value is (17,0,29,73).

  • cyan value is 17.39%
  • magenta value is 0.00%
  • yellow value is 28.99%
  • key color value is 72.94%
CMYK:
(17,0,29,73)
C17M0Y29K73 
(17%,0%,29%,73%)
(0.17/0.00/0.29/0.73)	

CMYK percentages

%17.39
%0
%28.99
%72.94

Codes

Color #394531 in popluar color models

394531
RGB576949
HSL96°16.95%23.14%
HSB/HSV96°28.99%27.06%
CMYK17.39%0.00%28.99%
72.94%

Color #394531 in popluar number systems.

HEX394531
Decimal576949
Binary1110011000101110001
Octal7110561

Shades and tints

Shades of #394531

#394531
(57,69,49)
#343F2D
(52,63,45)
#2F3929
(47,57,41)
#2A3325
(42,51,37)
#252D21
(37,45,33)
#20271D
(32,39,29)
#1B2119
(27,33,25)
#161B15
(22,27,21)
#111511
(17,21,17)
#0C0F0D
(12,15,13)
#070909
(7,9,9)
#000000
(0,0,0)

Tints of #394531

#394531
(57,69,49)
#4B5543
(75,85,67)
#5D6555
(93,101,85)
#6F7567
(111,117,103)
#818579
(129,133,121)
#93958B
(147,149,139)
#A5A59D
(165,165,157)
#B7B5AF
(183,181,175)
#C9C5C1
(201,197,193)
#DBD5D3
(219,213,211)
#EDE5E5
(237,229,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #394531; }

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

This text font color is #394531.


Background Color

.myBgColor { background-color: #394531; }

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

This div background color is #394531.


Border color

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

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

This div border color is #394531.


Opacity

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

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

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

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

This text has shadow with #394531 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #394531 on black background.


Color preview on white background

This text has color #394531 on white background.



Black color preview on #394531 background

This text has black color on #394531 background.


White color preview on #394531 background

This text has white color on #394531 background.