COLOR #289472

HEX: #289472
RGB: (40,148,114)

Color info

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

RGB color model

#289472 color RGB value is (40,148,114).

  • red value is 40;
  • green value is 148;
  • blue value is 114.
RGB:
(40,148,114)
(16%,58%,45%)

RGB channels and saturation

R 40 of 255 = 16%
G 148 of 255 = 58%
B 114 of 255 = 45%

40
148
114

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

Portions of RGB colors in percentages

R + G + B =
40 + 148 + 114 = 302 (100%)
R 40 of 302 ~ 13.25%
G 148 of 302 ~ 49.01%
B 114 of 302 ~ 37.75%

%13.25
%49.01
%37.75

CMYK color model

#289472 color CMYK value is (73,0,23,42).

  • cyan value is 72.97%
  • magenta value is 0.00%
  • yellow value is 22.97%
  • key color value is 41.96%
CMYK:
(73,0,23,42)
C73M0Y23K42 
(73%,0%,23%,42%)
(0.73/0.00/0.23/0.42)	

CMYK percentages

%72.97
%0
%22.97
%41.96

Codes

Color #289472 in popluar color models

289472
RGB40148114
HSL161°57.45%36.86%
HSB/HSV161°72.97%58.04%
CMYK72.97%0.00%22.97%
41.96%

Color #289472 in popluar number systems.

HEX289472
Decimal40148114
Binary101000100101001110010
Octal50224162

Shades and tints

Shades of #289472

#289472
(40,148,114)
#258768
(37,135,104)
#227A5E
(34,122,94)
#1F6D54
(31,109,84)
#1C604A
(28,96,74)
#195340
(25,83,64)
#164636
(22,70,54)
#13392C
(19,57,44)
#102C22
(16,44,34)
#0D1F18
(13,31,24)
#0A120E
(10,18,14)
#000000
(0,0,0)

Tints of #289472

#289472
(40,148,114)
#3B9D7E
(59,157,126)
#4EA68A
(78,166,138)
#61AF96
(97,175,150)
#74B8A2
(116,184,162)
#87C1AE
(135,193,174)
#9ACABA
(154,202,186)
#ADD3C6
(173,211,198)
#C0DCD2
(192,220,210)
#D3E5DE
(211,229,222)
#E6EEEA
(230,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #289472; }

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

This text font color is #289472.


Background Color

.myBgColor { background-color: #289472; }

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

This div background color is #289472.


Border color

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

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

This div border color is #289472.


Opacity

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

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

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

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

This text has shadow with #289472 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #289472 on black background.


Color preview on white background

This text has color #289472 on white background.



Black color preview on #289472 background

This text has black color on #289472 background.


White color preview on #289472 background

This text has white color on #289472 background.