COLOR #397238

HEX: #397238
RGB: (57,114,56)

Color info

#397238 contains red, green and blue colors in about the same proportion. Web safe color of #397238 is #336633 (or #363).

RGB color model

#397238 color RGB value is (57,114,56).

  • red value is 57;
  • green value is 114;
  • blue value is 56.
RGB:
(57,114,56)
(22%,45%,22%)

RGB channels and saturation

R 57 of 255 = 22%
G 114 of 255 = 45%
B 56 of 255 = 22%

57
114
56

R + G + B ~ 30%. #397238 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
57 + 114 + 56 = 227 (100%)
R 57 of 227 ~ 25.11%
G 114 of 227 ~ 50.22%
B 56 of 227 ~ 24.67%

%25.11
%50.22
%24.67

CMYK color model

#397238 color CMYK value is (50,0,51,55).

  • cyan value is 50.00%
  • magenta value is 0.00%
  • yellow value is 50.88%
  • key color value is 55.29%
CMYK:
(50,0,51,55)
C50M0Y51K55 
(50%,0%,51%,55%)
(0.50/0.00/0.51/0.55)	

CMYK percentages

%50
%0
%50.88
%55.29

Codes

Color #397238 in popluar color models

397238
RGB5711456
HSL119°34.12%33.33%
HSB/HSV119°50.88%44.71%
CMYK50.00%0.00%50.88%
55.29%

Color #397238 in popluar number systems.

HEX397238
Decimal5711456
Binary1110011110010111000
Octal7116270

Shades and tints

Shades of #397238

#397238
(57,114,56)
#346833
(52,104,51)
#2F5E2E
(47,94,46)
#2A5429
(42,84,41)
#254A24
(37,74,36)
#20401F
(32,64,31)
#1B361A
(27,54,26)
#162C15
(22,44,21)
#112210
(17,34,16)
#0C180B
(12,24,11)
#070E06
(7,14,6)
#000000
(0,0,0)

Tints of #397238

#397238
(57,114,56)
#4B7E4A
(75,126,74)
#5D8A5C
(93,138,92)
#6F966E
(111,150,110)
#81A280
(129,162,128)
#93AE92
(147,174,146)
#A5BAA4
(165,186,164)
#B7C6B6
(183,198,182)
#C9D2C8
(201,210,200)
#DBDEDA
(219,222,218)
#EDEAEC
(237,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #397238 color. Also use rgb(57,114,56) instead hex code.

Text Font Color

.myTextColor { color: #397238; }

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

This text font color is #397238.


Background Color

.myBgColor { background-color: #397238; }

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

This div background color is #397238.


Border color

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

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

This div border color is #397238.


Opacity

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

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

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

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

This text has shadow with #397238 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #397238 on black background.


Color preview on white background

This text has color #397238 on white background.



Black color preview on #397238 background

This text has black color on #397238 background.


White color preview on #397238 background

This text has white color on #397238 background.