COLOR #397034

HEX: #397034
RGB: (57,112,52)

Color info

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

RGB color model

#397034 color RGB value is (57,112,52).

  • red value is 57;
  • green value is 112;
  • blue value is 52.
RGB:
(57,112,52)
(22%,44%,20%)

RGB channels and saturation

R 57 of 255 = 22%
G 112 of 255 = 44%
B 52 of 255 = 20%

57
112
52

R + G + B ~ 29%. #397034 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
57 + 112 + 52 = 221 (100%)
R 57 of 221 ~ 25.79%
G 112 of 221 ~ 50.68%
B 52 of 221 ~ 23.53%

%25.79
%50.68
%23.53

CMYK color model

#397034 color CMYK value is (49,0,54,56).

  • cyan value is 49.11%
  • magenta value is 0.00%
  • yellow value is 53.57%
  • key color value is 56.08%
CMYK:
(49,0,54,56)
C49M0Y54K56 
(49%,0%,54%,56%)
(0.49/0.00/0.54/0.56)	

CMYK percentages

%49.11
%0
%53.57
%56.08

Codes

Color #397034 in popluar color models

397034
RGB5711252
HSL115°36.59%32.16%
HSB/HSV115°53.57%43.92%
CMYK49.11%0.00%53.57%
56.08%

Color #397034 in popluar number systems.

HEX397034
Decimal5711252
Binary1110011110000110100
Octal7116064

Shades and tints

Shades of #397034

#397034
(57,112,52)
#346630
(52,102,48)
#2F5C2C
(47,92,44)
#2A5228
(42,82,40)
#254824
(37,72,36)
#203E20
(32,62,32)
#1B341C
(27,52,28)
#162A18
(22,42,24)
#112014
(17,32,20)
#0C1610
(12,22,16)
#070C0C
(7,12,12)
#000000
(0,0,0)

Tints of #397034

#397034
(57,112,52)
#4B7D46
(75,125,70)
#5D8A58
(93,138,88)
#6F976A
(111,151,106)
#81A47C
(129,164,124)
#93B18E
(147,177,142)
#A5BEA0
(165,190,160)
#B7CBB2
(183,203,178)
#C9D8C4
(201,216,196)
#DBE5D6
(219,229,214)
#EDF2E8
(237,242,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #397034 color. Also use rgb(57,112,52) instead hex code.

Text Font Color

.myTextColor { color: #397034; }

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

This text font color is #397034.


Background Color

.myBgColor { background-color: #397034; }

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

This div background color is #397034.


Border color

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

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

This div border color is #397034.


Opacity

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

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

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

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

This text has shadow with #397034 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #397034 on black background.


Color preview on white background

This text has color #397034 on white background.



Black color preview on #397034 background

This text has black color on #397034 background.


White color preview on #397034 background

This text has white color on #397034 background.