COLOR #397675

HEX: #397675
RGB: (57,118,117)

Color info

#397675 contains mainly green and blue colors. Web safe color of #397675 is #336666 (or #366).

RGB color model

#397675 color RGB value is (57,118,117).

  • red value is 57;
  • green value is 118;
  • blue value is 117.
RGB:
(57,118,117)
(22%,46%,46%)

RGB channels and saturation

R 57 of 255 = 22%
G 118 of 255 = 46%
B 117 of 255 = 46%

57
118
117

R + G + B ~ 38%. #397675 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
57 + 118 + 117 = 292 (100%)
R 57 of 292 ~ 19.52%
G 118 of 292 ~ 40.41%
B 117 of 292 ~ 40.07%

%19.52
%40.41
%40.07

CMYK color model

#397675 color CMYK value is (52,0,1,54).

  • cyan value is 51.69%
  • magenta value is 0.00%
  • yellow value is 0.85%
  • key color value is 53.73%
CMYK:
(52,0,1,54)
C52M0Y1K54 
(52%,0%,1%,54%)
(0.52/0.00/0.01/0.54)	

CMYK percentages

%51.69
%0
%0.85
%53.73

Codes

Color #397675 in popluar color models

397675
RGB57118117
HSL179°34.86%34.31%
HSB/HSV179°51.69%46.27%
CMYK51.69%0.00%0.85%
53.73%

Color #397675 in popluar number systems.

HEX397675
Decimal57118117
Binary11100111101101110101
Octal71166165

Shades and tints

Shades of #397675

#397675
(57,118,117)
#346C6B
(52,108,107)
#2F6261
(47,98,97)
#2A5857
(42,88,87)
#254E4D
(37,78,77)
#204443
(32,68,67)
#1B3A39
(27,58,57)
#16302F
(22,48,47)
#112625
(17,38,37)
#0C1C1B
(12,28,27)
#071211
(7,18,17)
#000000
(0,0,0)

Tints of #397675

#397675
(57,118,117)
#4B8281
(75,130,129)
#5D8E8D
(93,142,141)
#6F9A99
(111,154,153)
#81A6A5
(129,166,165)
#93B2B1
(147,178,177)
#A5BEBD
(165,190,189)
#B7CAC9
(183,202,201)
#C9D6D5
(201,214,213)
#DBE2E1
(219,226,225)
#EDEEED
(237,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #397675; }

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

This text font color is #397675.


Background Color

.myBgColor { background-color: #397675; }

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

This div background color is #397675.


Border color

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

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

This div border color is #397675.


Opacity

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

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

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

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

This text has shadow with #397675 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #397675 on black background.


Color preview on white background

This text has color #397675 on white background.



Black color preview on #397675 background

This text has black color on #397675 background.


White color preview on #397675 background

This text has white color on #397675 background.