COLOR #289579

HEX: #289579
RGB: (40,149,121)

Color info

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

RGB color model

#289579 color RGB value is (40,149,121).

  • red value is 40;
  • green value is 149;
  • blue value is 121.
RGB:
(40,149,121)
(16%,58%,47%)

RGB channels and saturation

R 40 of 255 = 16%
G 149 of 255 = 58%
B 121 of 255 = 47%

40
149
121

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

Portions of RGB colors in percentages

R + G + B =
40 + 149 + 121 = 310 (100%)
R 40 of 310 ~ 12.9%
G 149 of 310 ~ 48.06%
B 121 of 310 ~ 39.03%

%12.9
%48.06
%39.03

CMYK color model

#289579 color CMYK value is (73,0,19,42).

  • cyan value is 73.15%
  • magenta value is 0.00%
  • yellow value is 18.79%
  • key color value is 41.57%
CMYK:
(73,0,19,42)
C73M0Y19K42 
(73%,0%,19%,42%)
(0.73/0.00/0.19/0.42)	

CMYK percentages

%73.15
%0
%18.79
%41.57

Codes

Color #289579 in popluar color models

289579
RGB40149121
HSL165°57.67%37.06%
HSB/HSV165°73.15%58.43%
CMYK73.15%0.00%18.79%
41.57%

Color #289579 in popluar number systems.

HEX289579
Decimal40149121
Binary101000100101011111001
Octal50225171

Shades and tints

Shades of #289579

#289579
(40,149,121)
#25886E
(37,136,110)
#227B63
(34,123,99)
#1F6E58
(31,110,88)
#1C614D
(28,97,77)
#195442
(25,84,66)
#164737
(22,71,55)
#133A2C
(19,58,44)
#102D21
(16,45,33)
#0D2016
(13,32,22)
#0A130B
(10,19,11)
#000000
(0,0,0)

Tints of #289579

#289579
(40,149,121)
#3B9E85
(59,158,133)
#4EA791
(78,167,145)
#61B09D
(97,176,157)
#74B9A9
(116,185,169)
#87C2B5
(135,194,181)
#9ACBC1
(154,203,193)
#ADD4CD
(173,212,205)
#C0DDD9
(192,221,217)
#D3E6E5
(211,230,229)
#E6EFF1
(230,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #289579 color. Also use rgb(40,149,121) instead hex code.

Text Font Color

.myTextColor { color: #289579; }

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

This text font color is #289579.


Background Color

.myBgColor { background-color: #289579; }

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

This div background color is #289579.


Border color

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

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

This div border color is #289579.


Opacity

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

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

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

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

This text has shadow with #289579 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #289579 on black background.


Color preview on white background

This text has color #289579 on white background.



Black color preview on #289579 background

This text has black color on #289579 background.


White color preview on #289579 background

This text has white color on #289579 background.