COLOR #389972

HEX: #389972
RGB: (56,153,114)

Color info

#389972 contains mainly green and blue colors. Web safe color of #389972 is #339966 (or #396).

RGB color model

#389972 color RGB value is (56,153,114).

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

RGB channels and saturation

R 56 of 255 = 22%
G 153 of 255 = 60%
B 114 of 255 = 45%

56
153
114

R + G + B ~ 42%. #389972 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
56 + 153 + 114 = 323 (100%)
R 56 of 323 ~ 17.34%
G 153 of 323 ~ 47.37%
B 114 of 323 ~ 35.29%

%17.34
%47.37
%35.29

CMYK color model

#389972 color CMYK value is (63,0,25,40).

  • cyan value is 63.40%
  • magenta value is 0.00%
  • yellow value is 25.49%
  • key color value is 40.00%
CMYK:
(63,0,25,40)
C63M0Y25K40 
(63%,0%,25%,40%)
(0.63/0.00/0.25/0.40)	

CMYK percentages

%63.4
%0
%25.49
%40

Codes

Color #389972 in popluar color models

389972
RGB56153114
HSL156°46.41%40.98%
HSB/HSV156°63.40%60.00%
CMYK63.40%0.00%25.49%
40.00%

Color #389972 in popluar number systems.

HEX389972
Decimal56153114
Binary111000100110011110010
Octal70231162

Shades and tints

Shades of #389972

#389972
(56,153,114)
#338C68
(51,140,104)
#2E7F5E
(46,127,94)
#297254
(41,114,84)
#24654A
(36,101,74)
#1F5840
(31,88,64)
#1A4B36
(26,75,54)
#153E2C
(21,62,44)
#103122
(16,49,34)
#0B2418
(11,36,24)
#06170E
(6,23,14)
#000000
(0,0,0)

Tints of #389972

#389972
(56,153,114)
#4AA27E
(74,162,126)
#5CAB8A
(92,171,138)
#6EB496
(110,180,150)
#80BDA2
(128,189,162)
#92C6AE
(146,198,174)
#A4CFBA
(164,207,186)
#B6D8C6
(182,216,198)
#C8E1D2
(200,225,210)
#DAEADE
(218,234,222)
#ECF3EA
(236,243,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #389972; }

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

This text font color is #389972.


Background Color

.myBgColor { background-color: #389972; }

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

This div background color is #389972.


Border color

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

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

This div border color is #389972.


Opacity

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

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

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

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

This text has shadow with #389972 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #389972 on black background.


Color preview on white background

This text has color #389972 on white background.



Black color preview on #389972 background

This text has black color on #389972 background.


White color preview on #389972 background

This text has white color on #389972 background.