COLOR #397272

HEX: #397272
RGB: (57,114,114)

Color info

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

RGB color model

#397272 color RGB value is (57,114,114).

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

RGB channels and saturation

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

57
114
114

R + G + B ~ 37%. #397272 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
57 + 114 + 114 = 285 (100%)
R 57 of 285 ~ 20%
G 114 of 285 ~ 40%
B 114 of 285 ~ 40%

%20
%40
%40

CMYK color model

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

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

CMYK percentages

%50
%0
%0
%55.29

Codes

Color #397272 in popluar color models

397272
RGB57114114
HSL180°33.33%33.53%
HSB/HSV180°50.00%44.71%
CMYK50.00%0.00%0.00%
55.29%

Color #397272 in popluar number systems.

HEX397272
Decimal57114114
Binary11100111100101110010
Octal71162162

Shades and tints

Shades of #397272

#397272
(57,114,114)
#346868
(52,104,104)
#2F5E5E
(47,94,94)
#2A5454
(42,84,84)
#254A4A
(37,74,74)
#204040
(32,64,64)
#1B3636
(27,54,54)
#162C2C
(22,44,44)
#112222
(17,34,34)
#0C1818
(12,24,24)
#070E0E
(7,14,14)
#000000
(0,0,0)

Tints of #397272

#397272
(57,114,114)
#4B7E7E
(75,126,126)
#5D8A8A
(93,138,138)
#6F9696
(111,150,150)
#81A2A2
(129,162,162)
#93AEAE
(147,174,174)
#A5BABA
(165,186,186)
#B7C6C6
(183,198,198)
#C9D2D2
(201,210,210)
#DBDEDE
(219,222,222)
#EDEAEA
(237,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #397272; }

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

This text font color is #397272.


Background Color

.myBgColor { background-color: #397272; }

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

This div background color is #397272.


Border color

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

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

This div border color is #397272.


Opacity

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

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

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

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

This text has shadow with #397272 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #397272 on black background.


Color preview on white background

This text has color #397272 on white background.



Black color preview on #397272 background

This text has black color on #397272 background.


White color preview on #397272 background

This text has white color on #397272 background.