COLOR #395C18

HEX: #395C18
RGB: (57,92,24)

Color info

#395C18 contains mainly red and green colors. Web safe color of #395C18 is #336600 (or #360).

RGB color model

#395C18 color RGB value is (57,92,24).

  • red value is 57;
  • green value is 92;
  • blue value is 24.
RGB: (57,92,24) (22%,36%,9%)

RGB channels and saturation

R 57 of 255 = 22%
G 92 of 255 = 36%
B 24 of 255 = 9%

57
92
24

R + G + B ~ 22%. #395C18 is dark color.

Portions of RGB colors in percentages

R + G + B =
57 + 92 + 24 = 173 (100%)
R 57 of 173 ~ 32.95%
G 92 of 173 ~ 53.18%
B 24 of 173 ~ 13.87%

%32.95
%53.18
%13.87

CMYK color model

#395C18 color CMYK value is (38,0,74,64).

  • cyan value is 38.04%
  • magenta value is 0.00%
  • yellow value is 73.91%
  • key color value is 63.92%
CMYK: (38,0,74,64) C38M0Y74K64 (38%,0%,74%,64%) (0.38/0.00/0.74/0.64)

CMYK percentages

%38.04
%0
%73.91
%63.92

Codes

Color #395C18 in popluar color models

395C18
RGB579224
HSL91°58.62%22.75%
HSB/HSV91°73.91%36.08%
CMYK38.04%0.00%73.91%
63.92%

Color #395C18 in popluar number systems.

HEX395C18
Decimal579224
Binary111001101110011000
Octal7113430

Shades and tints

Shades of #395C18

#395C18
(57,92,24)
#345416
(52,84,22)
#2F4C14
(47,76,20)
#2A4412
(42,68,18)
#253C10
(37,60,16)
#20340E
(32,52,14)
#1B2C0C
(27,44,12)
#16240A
(22,36,10)
#111C08
(17,28,8)
#0C1406
(12,20,6)
#070C04
(7,12,4)
#000000
(0,0,0)

Tints of #395C18

#395C18
(57,92,24)
#4B6A2D
(75,106,45)
#5D7842
(93,120,66)
#6F8657
(111,134,87)
#81946C
(129,148,108)
#93A281
(147,162,129)
#A5B096
(165,176,150)
#B7BEAB
(183,190,171)
#C9CCC0
(201,204,192)
#DBDAD5
(219,218,213)
#EDE8EA
(237,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #395C18 color. Also use rgb(57,92,24) instead hex code.

Text Font Color

.myTextColor { color: #395C18; }

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

This text font color is #395C18.


Background Color

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

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

This div background color is #395C18.


Border color

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

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

This div border color is #395C18.


Opacity

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

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

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

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

This text has shadow with #395C18 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #395C18 on black background.


Color preview on white background

This text has color #395C18 on white background.



Black color preview on #395C18 background

This text has black color on #395C18 background.


White color preview on #395C18 background

This text has white color on #395C18 background.