COLOR #397310

HEX: #397310
RGB: (57,115,16)

Color info

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

RGB color model

#397310 color RGB value is (57,115,16).

  • red value is 57;
  • green value is 115;
  • blue value is 16.
RGB:
(57,115,16)
(22%,45%,6%)

RGB channels and saturation

R 57 of 255 = 22%
G 115 of 255 = 45%
B 16 of 255 = 6%

57
115
16

R + G + B ~ 24%. #397310 is dark color.

Portions of RGB colors in percentages

R + G + B =
57 + 115 + 16 = 188 (100%)
R 57 of 188 ~ 30.32%
G 115 of 188 ~ 61.17%
B 16 of 188 ~ 8.51%

%30.32
%61.17

CMYK color model

#397310 color CMYK value is (50,0,86,55).

  • cyan value is 50.43%
  • magenta value is 0.00%
  • yellow value is 86.09%
  • key color value is 54.90%
CMYK:
(50,0,86,55)
C50M0Y86K55 
(50%,0%,86%,55%)
(0.50/0.00/0.86/0.55)	

CMYK percentages

%50.43
%0
%86.09
%54.9

Codes

Color #397310 in popluar color models

397310
RGB5711516
HSL95°75.57%25.69%
HSB/HSV95°86.09%45.10%
CMYK50.43%0.00%86.09%
54.90%

Color #397310 in popluar number systems.

HEX397310
Decimal5711516
Binary111001111001110000
Octal7116320

Shades and tints

Shades of #397310

#397310
(57,115,16)
#34690F
(52,105,15)
#2F5F0E
(47,95,14)
#2A550D
(42,85,13)
#254B0C
(37,75,12)
#20410B
(32,65,11)
#1B370A
(27,55,10)
#162D09
(22,45,9)
#112308
(17,35,8)
#0C1907
(12,25,7)
#070F06
(7,15,6)
#000000
(0,0,0)

Tints of #397310

#397310
(57,115,16)
#4B7F25
(75,127,37)
#5D8B3A
(93,139,58)
#6F974F
(111,151,79)
#81A364
(129,163,100)
#93AF79
(147,175,121)
#A5BB8E
(165,187,142)
#B7C7A3
(183,199,163)
#C9D3B8
(201,211,184)
#DBDFCD
(219,223,205)
#EDEBE2
(237,235,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #397310 color. Also use rgb(57,115,16) instead hex code.

Text Font Color

.myTextColor { color: #397310; }

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

This text font color is #397310.


Background Color

.myBgColor { background-color: #397310; }

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

This div background color is #397310.


Border color

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

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

This div border color is #397310.


Opacity

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

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

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

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

This text has shadow with #397310 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #397310 on black background.


Color preview on white background

This text has color #397310 on white background.



Black color preview on #397310 background

This text has black color on #397310 background.


White color preview on #397310 background

This text has white color on #397310 background.