COLOR #439489

HEX: #439489
RGB: (67,148,137)

Color info

#439489 contains mainly green and blue colors. Web safe color of #439489 is #339999 (or #399).

RGB color model

#439489 color RGB value is (67,148,137).

  • red value is 67;
  • green value is 148;
  • blue value is 137.
RGB:
(67,148,137)
(26%,58%,54%)

RGB channels and saturation

R 67 of 255 = 26%
G 148 of 255 = 58%
B 137 of 255 = 54%

67
148
137

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

Portions of RGB colors in percentages

R + G + B =
67 + 148 + 137 = 352 (100%)
R 67 of 352 ~ 19.03%
G 148 of 352 ~ 42.05%
B 137 of 352 ~ 38.92%

%19.03
%42.05
%38.92

CMYK color model

#439489 color CMYK value is (55,0,7,42).

  • cyan value is 54.73%
  • magenta value is 0.00%
  • yellow value is 7.43%
  • key color value is 41.96%
CMYK:
(55,0,7,42)
C55M0Y7K42 
(55%,0%,7%,42%)
(0.55/0.00/0.07/0.42)	

CMYK percentages

%54.73
%0
%7.43
%41.96

Codes

Color #439489 in popluar color models

439489
RGB67148137
HSL172°37.67%42.16%
HSB/HSV172°54.73%58.04%
CMYK54.73%0.00%7.43%
41.96%

Color #439489 in popluar number systems.

HEX439489
Decimal67148137
Binary10000111001010010001001
Octal103224211

Shades and tints

Shades of #439489

#439489
(67,148,137)
#3D877D
(61,135,125)
#377A71
(55,122,113)
#316D65
(49,109,101)
#2B6059
(43,96,89)
#25534D
(37,83,77)
#1F4641
(31,70,65)
#193935
(25,57,53)
#132C29
(19,44,41)
#0D1F1D
(13,31,29)
#071211
(7,18,17)
#000000
(0,0,0)

Tints of #439489

#439489
(67,148,137)
#549D93
(84,157,147)
#65A69D
(101,166,157)
#76AFA7
(118,175,167)
#87B8B1
(135,184,177)
#98C1BB
(152,193,187)
#A9CAC5
(169,202,197)
#BAD3CF
(186,211,207)
#CBDCD9
(203,220,217)
#DCE5E3
(220,229,227)
#EDEEED
(237,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #439489 color. Also use rgb(67,148,137) instead hex code.

Text Font Color

.myTextColor { color: #439489; }

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

This text font color is #439489.


Background Color

.myBgColor { background-color: #439489; }

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

This div background color is #439489.


Border color

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

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

This div border color is #439489.


Opacity

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

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

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

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

This text has shadow with #439489 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #439489 on black background.


Color preview on white background

This text has color #439489 on white background.



Black color preview on #439489 background

This text has black color on #439489 background.


White color preview on #439489 background

This text has white color on #439489 background.