COLOR #439B6E

HEX: #439B6E
RGB: (67,155,110)

Color info

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

RGB color model

#439B6E color RGB value is (67,155,110).

  • red value is 67;
  • green value is 155;
  • blue value is 110.
RGB:
(67,155,110)
(26%,61%,43%)

RGB channels and saturation

R 67 of 255 = 26%
G 155 of 255 = 61%
B 110 of 255 = 43%

67
155
110

R + G + B ~ 43%. #439B6E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
67 + 155 + 110 = 332 (100%)
R 67 of 332 ~ 20.18%
G 155 of 332 ~ 46.69%
B 110 of 332 ~ 33.13%

%20.18
%46.69
%33.13

CMYK color model

#439B6E color CMYK value is (57,0,29,39).

  • cyan value is 56.77%
  • magenta value is 0.00%
  • yellow value is 29.03%
  • key color value is 39.22%
CMYK:
(57,0,29,39)
C57M0Y29K39 
(57%,0%,29%,39%)
(0.57/0.00/0.29/0.39)	

CMYK percentages

%56.77
%0
%29.03
%39.22

Codes

Color #439B6E in popluar color models

439B6E
RGB67155110
HSL149°39.64%43.53%
HSB/HSV149°56.77%60.78%
CMYK56.77%0.00%29.03%
39.22%

Color #439B6E in popluar number systems.

HEX439B6E
Decimal67155110
Binary1000011100110111101110
Octal103233156

Shades and tints

Shades of #439B6E

#439B6E
(67,155,110)
#3D8D64
(61,141,100)
#377F5A
(55,127,90)
#317150
(49,113,80)
#2B6346
(43,99,70)
#25553C
(37,85,60)
#1F4732
(31,71,50)
#193928
(25,57,40)
#132B1E
(19,43,30)
#0D1D14
(13,29,20)
#070F0A
(7,15,10)
#000000
(0,0,0)

Tints of #439B6E

#439B6E
(67,155,110)
#54A47B
(84,164,123)
#65AD88
(101,173,136)
#76B695
(118,182,149)
#87BFA2
(135,191,162)
#98C8AF
(152,200,175)
#A9D1BC
(169,209,188)
#BADAC9
(186,218,201)
#CBE3D6
(203,227,214)
#DCECE3
(220,236,227)
#EDF5F0
(237,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #439B6E color. Also use rgb(67,155,110) instead hex code.

Text Font Color

.myTextColor { color: #439B6E; }

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

This text font color is #439B6E.


Background Color

.myBgColor { background-color: #439B6E; }

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

This div background color is #439B6E.


Border color

.myBorderColor { border: 1px solid #439B6E; }

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

This div border color is #439B6E.


Opacity

.myOpacity80 { color: #439B6E; opacity: 0.8; }

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

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

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

This text has shadow with #439B6E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #439B6E on black background.


Color preview on white background

This text has color #439B6E on white background.



Black color preview on #439B6E background

This text has black color on #439B6E background.


White color preview on #439B6E background

This text has white color on #439B6E background.