COLOR #397352

HEX: #397352
RGB: (57,115,82)

Color info

#397352 contains red, green and blue colors in about the same proportion. Web safe color of #397352 is #336666 (or #366).

RGB color model

#397352 color RGB value is (57,115,82).

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

RGB channels and saturation

R 57 of 255 = 22%
G 115 of 255 = 45%
B 82 of 255 = 32%

57
115
82

R + G + B ~ 33%. #397352 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
57 + 115 + 82 = 254 (100%)
R 57 of 254 ~ 22.44%
G 115 of 254 ~ 45.28%
B 82 of 254 ~ 32.28%

%22.44
%45.28
%32.28

CMYK color model

#397352 color CMYK value is (50,0,29,55).

  • cyan value is 50.43%
  • magenta value is 0.00%
  • yellow value is 28.70%
  • key color value is 54.90%
CMYK:
(50,0,29,55)
C50M0Y29K55 
(50%,0%,29%,55%)
(0.50/0.00/0.29/0.55)	

CMYK percentages

%50.43
%0
%28.7
%54.9

Codes

Color #397352 in popluar color models

397352
RGB5711582
HSL146°33.72%33.73%
HSB/HSV146°50.43%45.10%
CMYK50.43%0.00%28.70%
54.90%

Color #397352 in popluar number systems.

HEX397352
Decimal5711582
Binary11100111100111010010
Octal71163122

Shades and tints

Shades of #397352

#397352
(57,115,82)
#34694B
(52,105,75)
#2F5F44
(47,95,68)
#2A553D
(42,85,61)
#254B36
(37,75,54)
#20412F
(32,65,47)
#1B3728
(27,55,40)
#162D21
(22,45,33)
#11231A
(17,35,26)
#0C1913
(12,25,19)
#070F0C
(7,15,12)
#000000
(0,0,0)

Tints of #397352

#397352
(57,115,82)
#4B7F61
(75,127,97)
#5D8B70
(93,139,112)
#6F977F
(111,151,127)
#81A38E
(129,163,142)
#93AF9D
(147,175,157)
#A5BBAC
(165,187,172)
#B7C7BB
(183,199,187)
#C9D3CA
(201,211,202)
#DBDFD9
(219,223,217)
#EDEBE8
(237,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #397352; }

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

This text font color is #397352.


Background Color

.myBgColor { background-color: #397352; }

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

This div background color is #397352.


Border color

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

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

This div border color is #397352.


Opacity

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

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

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

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

This text has shadow with #397352 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #397352 on black background.


Color preview on white background

This text has color #397352 on white background.



Black color preview on #397352 background

This text has black color on #397352 background.


White color preview on #397352 background

This text has white color on #397352 background.