COLOR #395E2A

HEX: #395E2A
RGB: (57,94,42)

Color info

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

RGB color model

#395E2A color RGB value is (57,94,42).

  • red value is 57;
  • green value is 94;
  • blue value is 42.
RGB:
(57,94,42)
(22%,37%,16%)

RGB channels and saturation

R 57 of 255 = 22%
G 94 of 255 = 37%
B 42 of 255 = 16%

57
94
42

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

Portions of RGB colors in percentages

R + G + B =
57 + 94 + 42 = 193 (100%)
R 57 of 193 ~ 29.53%
G 94 of 193 ~ 48.7%
B 42 of 193 ~ 21.76%

%29.53
%48.7
%21.76

CMYK color model

#395E2A color CMYK value is (39,0,55,63).

  • cyan value is 39.36%
  • magenta value is 0.00%
  • yellow value is 55.32%
  • key color value is 63.14%
CMYK:
(39,0,55,63)
C39M0Y55K63 
(39%,0%,55%,63%)
(0.39/0.00/0.55/0.63)	

CMYK percentages

%39.36
%0
%55.32
%63.14

Codes

Color #395E2A in popluar color models

395E2A
RGB579442
HSL103°38.24%26.67%
HSB/HSV103°55.32%36.86%
CMYK39.36%0.00%55.32%
63.14%

Color #395E2A in popluar number systems.

HEX395E2A
Decimal579442
Binary1110011011110101010
Octal7113652

Shades and tints

Shades of #395E2A

#395E2A
(57,94,42)
#345627
(52,86,39)
#2F4E24
(47,78,36)
#2A4621
(42,70,33)
#253E1E
(37,62,30)
#20361B
(32,54,27)
#1B2E18
(27,46,24)
#162615
(22,38,21)
#111E12
(17,30,18)
#0C160F
(12,22,15)
#070E0C
(7,14,12)
#000000
(0,0,0)

Tints of #395E2A

#395E2A
(57,94,42)
#4B6C3D
(75,108,61)
#5D7A50
(93,122,80)
#6F8863
(111,136,99)
#819676
(129,150,118)
#93A489
(147,164,137)
#A5B29C
(165,178,156)
#B7C0AF
(183,192,175)
#C9CEC2
(201,206,194)
#DBDCD5
(219,220,213)
#EDEAE8
(237,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #395E2A color. Also use rgb(57,94,42) instead hex code.

Text Font Color

.myTextColor { color: #395E2A; }

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

This text font color is #395E2A.


Background Color

.myBgColor { background-color: #395E2A; }

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

This div background color is #395E2A.


Border color

.myBorderColor { border: 1px solid #395E2A; }

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

This div border color is #395E2A.


Opacity

.myOpacity80 { color: #395E2A; opacity: 0.8; }

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

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

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

This text has shadow with #395E2A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #395E2A on black background.


Color preview on white background

This text has color #395E2A on white background.



Black color preview on #395E2A background

This text has black color on #395E2A background.


White color preview on #395E2A background

This text has white color on #395E2A background.