COLOR #395A12

HEX: #395A12
RGB: (57,90,18)

Color info

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

RGB color model

#395A12 color RGB value is (57,90,18).

  • red value is 57;
  • green value is 90;
  • blue value is 18.
RGB:
(57,90,18)
(22%,35%,7%)

RGB channels and saturation

R 57 of 255 = 22%
G 90 of 255 = 35%
B 18 of 255 = 7%

57
90
18

R + G + B ~ 21%. #395A12 is dark color.

Portions of RGB colors in percentages

R + G + B =
57 + 90 + 18 = 165 (100%)
R 57 of 165 ~ 34.55%
G 90 of 165 ~ 54.55%
B 18 of 165 ~ 10.91%

%34.55
%54.55
%10.91

CMYK color model

#395A12 color CMYK value is (37,0,80,65).

  • cyan value is 36.67%
  • magenta value is 0.00%
  • yellow value is 80.00%
  • key color value is 64.71%
CMYK:
(37,0,80,65)
C37M0Y80K65 
(37%,0%,80%,65%)
(0.37/0.00/0.80/0.65)	

CMYK percentages

%36.67
%0
%80
%64.71

Codes

Color #395A12 in popluar color models

395A12
RGB579018
HSL88°66.67%21.18%
HSB/HSV88°80.00%35.29%
CMYK36.67%0.00%80.00%
64.71%

Color #395A12 in popluar number systems.

HEX395A12
Decimal579018
Binary111001101101010010
Octal7113222

Shades and tints

Shades of #395A12

#395A12
(57,90,18)
#345211
(52,82,17)
#2F4A10
(47,74,16)
#2A420F
(42,66,15)
#253A0E
(37,58,14)
#20320D
(32,50,13)
#1B2A0C
(27,42,12)
#16220B
(22,34,11)
#111A0A
(17,26,10)
#0C1209
(12,18,9)
#070A08
(7,10,8)
#000000
(0,0,0)

Tints of #395A12

#395A12
(57,90,18)
#4B6927
(75,105,39)
#5D783C
(93,120,60)
#6F8751
(111,135,81)
#819666
(129,150,102)
#93A57B
(147,165,123)
#A5B490
(165,180,144)
#B7C3A5
(183,195,165)
#C9D2BA
(201,210,186)
#DBE1CF
(219,225,207)
#EDF0E4
(237,240,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #395A12 color. Also use rgb(57,90,18) instead hex code.

Text Font Color

.myTextColor { color: #395A12; }

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

This text font color is #395A12.


Background Color

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

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

This div background color is #395A12.


Border color

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

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

This div border color is #395A12.


Opacity

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

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

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

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

This text has shadow with #395A12 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #395A12 on black background.


Color preview on white background

This text has color #395A12 on white background.



Black color preview on #395A12 background

This text has black color on #395A12 background.


White color preview on #395A12 background

This text has white color on #395A12 background.