COLOR #394731

HEX: #394731
RGB: (57,71,49)

Color info

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

RGB color model

#394731 color RGB value is (57,71,49).

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

RGB channels and saturation

R 57 of 255 = 22%
G 71 of 255 = 28%
B 49 of 255 = 19%

57
71
49

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

Portions of RGB colors in percentages

R + G + B =
57 + 71 + 49 = 177 (100%)
R 57 of 177 ~ 32.2%
G 71 of 177 ~ 40.11%
B 49 of 177 ~ 27.68%

%32.2
%40.11
%27.68

CMYK color model

#394731 color CMYK value is (20,0,31,72).

  • cyan value is 19.72%
  • magenta value is 0.00%
  • yellow value is 30.99%
  • key color value is 72.16%
CMYK:
(20,0,31,72)
C20M0Y31K72 
(20%,0%,31%,72%)
(0.20/0.00/0.31/0.72)	

CMYK percentages

%19.72
%0
%30.99
%72.16

Codes

Color #394731 in popluar color models

394731
RGB577149
HSL98°18.33%23.53%
HSB/HSV98°30.99%27.84%
CMYK19.72%0.00%30.99%
72.16%

Color #394731 in popluar number systems.

HEX394731
Decimal577149
Binary1110011000111110001
Octal7110761

Shades and tints

Shades of #394731

#394731
(57,71,49)
#34412D
(52,65,45)
#2F3B29
(47,59,41)
#2A3525
(42,53,37)
#252F21
(37,47,33)
#20291D
(32,41,29)
#1B2319
(27,35,25)
#161D15
(22,29,21)
#111711
(17,23,17)
#0C110D
(12,17,13)
#070B09
(7,11,9)
#000000
(0,0,0)

Tints of #394731

#394731
(57,71,49)
#4B5743
(75,87,67)
#5D6755
(93,103,85)
#6F7767
(111,119,103)
#818779
(129,135,121)
#93978B
(147,151,139)
#A5A79D
(165,167,157)
#B7B7AF
(183,183,175)
#C9C7C1
(201,199,193)
#DBD7D3
(219,215,211)
#EDE7E5
(237,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #394731; }

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

This text font color is #394731.


Background Color

.myBgColor { background-color: #394731; }

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

This div background color is #394731.


Border color

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

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

This div border color is #394731.


Opacity

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

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

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

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

This text has shadow with #394731 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #394731 on black background.


Color preview on white background

This text has color #394731 on white background.



Black color preview on #394731 background

This text has black color on #394731 background.


White color preview on #394731 background

This text has white color on #394731 background.