COLOR #395E1B

HEX: #395E1B
RGB: (57,94,27)

Color info

#395E1B contains mainly red and green colors. Web safe color of #395E1B is #336633 (or #363).

RGB color model

#395E1B color RGB value is (57,94,27).

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

RGB channels and saturation

R 57 of 255 = 22%
G 94 of 255 = 37%
B 27 of 255 = 11%

57
94
27

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

Portions of RGB colors in percentages

R + G + B =
57 + 94 + 27 = 178 (100%)
R 57 of 178 ~ 32.02%
G 94 of 178 ~ 52.81%
B 27 of 178 ~ 15.17%

%32.02
%52.81
%15.17

CMYK color model

#395E1B color CMYK value is (39,0,71,63).

  • cyan value is 39.36%
  • magenta value is 0.00%
  • yellow value is 71.28%
  • key color value is 63.14%
CMYK:
(39,0,71,63)
C39M0Y71K63 
(39%,0%,71%,63%)
(0.39/0.00/0.71/0.63)	

CMYK percentages

%39.36
%0
%71.28
%63.14

Codes

Color #395E1B in popluar color models

395E1B
RGB579427
HSL93°55.37%23.73%
HSB/HSV93°71.28%36.86%
CMYK39.36%0.00%71.28%
63.14%

Color #395E1B in popluar number systems.

HEX395E1B
Decimal579427
Binary111001101111011011
Octal7113633

Shades and tints

Shades of #395E1B

#395E1B
(57,94,27)
#345619
(52,86,25)
#2F4E17
(47,78,23)
#2A4615
(42,70,21)
#253E13
(37,62,19)
#203611
(32,54,17)
#1B2E0F
(27,46,15)
#16260D
(22,38,13)
#111E0B
(17,30,11)
#0C1609
(12,22,9)
#070E07
(7,14,7)
#000000
(0,0,0)

Tints of #395E1B

#395E1B
(57,94,27)
#4B6C2F
(75,108,47)
#5D7A43
(93,122,67)
#6F8857
(111,136,87)
#81966B
(129,150,107)
#93A47F
(147,164,127)
#A5B293
(165,178,147)
#B7C0A7
(183,192,167)
#C9CEBB
(201,206,187)
#DBDCCF
(219,220,207)
#EDEAE3
(237,234,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #395E1B; }

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

This text font color is #395E1B.


Background Color

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

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

This div background color is #395E1B.


Border color

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

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

This div border color is #395E1B.


Opacity

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

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

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

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

This text has shadow with #395E1B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #395E1B on black background.


Color preview on white background

This text has color #395E1B on white background.



Black color preview on #395E1B background

This text has black color on #395E1B background.


White color preview on #395E1B background

This text has white color on #395E1B background.