COLOR #395931

HEX: #395931
RGB: (57,89,49)

Color info

#395931 contains red, green and blue colors in about the same proportion. Web safe color of #395931 is #336633 (or #363).

RGB color model

#395931 color RGB value is (57,89,49).

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

RGB channels and saturation

R 57 of 255 = 22%
G 89 of 255 = 35%
B 49 of 255 = 19%

57
89
49

R + G + B ~ 25%. #395931 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
57 + 89 + 49 = 195 (100%)
R 57 of 195 ~ 29.23%
G 89 of 195 ~ 45.64%
B 49 of 195 ~ 25.13%

%29.23
%45.64
%25.13

CMYK color model

#395931 color CMYK value is (36,0,45,65).

  • cyan value is 35.96%
  • magenta value is 0.00%
  • yellow value is 44.94%
  • key color value is 65.10%
CMYK:
(36,0,45,65)
C36M0Y45K65 
(36%,0%,45%,65%)
(0.36/0.00/0.45/0.65)	

CMYK percentages

%35.96
%0
%44.94
%65.1

Codes

Color #395931 in popluar color models

395931
RGB578949
HSL108°28.99%27.06%
HSB/HSV108°44.94%34.90%
CMYK35.96%0.00%44.94%
65.10%

Color #395931 in popluar number systems.

HEX395931
Decimal578949
Binary1110011011001110001
Octal7113161

Shades and tints

Shades of #395931

#395931
(57,89,49)
#34512D
(52,81,45)
#2F4929
(47,73,41)
#2A4125
(42,65,37)
#253921
(37,57,33)
#20311D
(32,49,29)
#1B2919
(27,41,25)
#162115
(22,33,21)
#111911
(17,25,17)
#0C110D
(12,17,13)
#070909
(7,9,9)
#000000
(0,0,0)

Tints of #395931

#395931
(57,89,49)
#4B6843
(75,104,67)
#5D7755
(93,119,85)
#6F8667
(111,134,103)
#819579
(129,149,121)
#93A48B
(147,164,139)
#A5B39D
(165,179,157)
#B7C2AF
(183,194,175)
#C9D1C1
(201,209,193)
#DBE0D3
(219,224,211)
#EDEFE5
(237,239,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #395931; }

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

This text font color is #395931.


Background Color

.myBgColor { background-color: #395931; }

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

This div background color is #395931.


Border color

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

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

This div border color is #395931.


Opacity

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

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

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

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

This text has shadow with #395931 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #395931 on black background.


Color preview on white background

This text has color #395931 on white background.



Black color preview on #395931 background

This text has black color on #395931 background.


White color preview on #395931 background

This text has white color on #395931 background.