COLOR #397343

HEX: #397343
RGB: (57,115,67)

Color info

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

RGB color model

#397343 color RGB value is (57,115,67).

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

RGB channels and saturation

R 57 of 255 = 22%
G 115 of 255 = 45%
B 67 of 255 = 26%

57
115
67

R + G + B ~ 31%. #397343 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
57 + 115 + 67 = 239 (100%)
R 57 of 239 ~ 23.85%
G 115 of 239 ~ 48.12%
B 67 of 239 ~ 28.03%

%23.85
%48.12
%28.03

CMYK color model

#397343 color CMYK value is (50,0,42,55).

  • cyan value is 50.43%
  • magenta value is 0.00%
  • yellow value is 41.74%
  • key color value is 54.90%
CMYK:
(50,0,42,55)
C50M0Y42K55 
(50%,0%,42%,55%)
(0.50/0.00/0.42/0.55)	

CMYK percentages

%50.43
%0
%41.74
%54.9

Codes

Color #397343 in popluar color models

397343
RGB5711567
HSL130°33.72%33.73%
HSB/HSV130°50.43%45.10%
CMYK50.43%0.00%41.74%
54.90%

Color #397343 in popluar number systems.

HEX397343
Decimal5711567
Binary11100111100111000011
Octal71163103

Shades and tints

Shades of #397343

#397343
(57,115,67)
#34693D
(52,105,61)
#2F5F37
(47,95,55)
#2A5531
(42,85,49)
#254B2B
(37,75,43)
#204125
(32,65,37)
#1B371F
(27,55,31)
#162D19
(22,45,25)
#112313
(17,35,19)
#0C190D
(12,25,13)
#070F07
(7,15,7)
#000000
(0,0,0)

Tints of #397343

#397343
(57,115,67)
#4B7F54
(75,127,84)
#5D8B65
(93,139,101)
#6F9776
(111,151,118)
#81A387
(129,163,135)
#93AF98
(147,175,152)
#A5BBA9
(165,187,169)
#B7C7BA
(183,199,186)
#C9D3CB
(201,211,203)
#DBDFDC
(219,223,220)
#EDEBED
(237,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #397343; }

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

This text font color is #397343.


Background Color

.myBgColor { background-color: #397343; }

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

This div background color is #397343.


Border color

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

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

This div border color is #397343.


Opacity

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

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

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

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

This text has shadow with #397343 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #397343 on black background.


Color preview on white background

This text has color #397343 on white background.



Black color preview on #397343 background

This text has black color on #397343 background.


White color preview on #397343 background

This text has white color on #397343 background.