COLOR #439468

HEX: #439468
RGB: (67,148,104)

Color info

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

RGB color model

#439468 color RGB value is (67,148,104).

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

RGB channels and saturation

R 67 of 255 = 26%
G 148 of 255 = 58%
B 104 of 255 = 41%

67
148
104

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

Portions of RGB colors in percentages

R + G + B =
67 + 148 + 104 = 319 (100%)
R 67 of 319 ~ 21%
G 148 of 319 ~ 46.39%
B 104 of 319 ~ 32.6%

%21
%46.39
%32.6

CMYK color model

#439468 color CMYK value is (55,0,30,42).

  • cyan value is 54.73%
  • magenta value is 0.00%
  • yellow value is 29.73%
  • key color value is 41.96%
CMYK:
(55,0,30,42)
C55M0Y30K42 
(55%,0%,30%,42%)
(0.55/0.00/0.30/0.42)	

CMYK percentages

%54.73
%0
%29.73
%41.96

Codes

Color #439468 in popluar color models

439468
RGB67148104
HSL147°37.67%42.16%
HSB/HSV147°54.73%58.04%
CMYK54.73%0.00%29.73%
41.96%

Color #439468 in popluar number systems.

HEX439468
Decimal67148104
Binary1000011100101001101000
Octal103224150

Shades and tints

Shades of #439468

#439468
(67,148,104)
#3D875F
(61,135,95)
#377A56
(55,122,86)
#316D4D
(49,109,77)
#2B6044
(43,96,68)
#25533B
(37,83,59)
#1F4632
(31,70,50)
#193929
(25,57,41)
#132C20
(19,44,32)
#0D1F17
(13,31,23)
#07120E
(7,18,14)
#000000
(0,0,0)

Tints of #439468

#439468
(67,148,104)
#549D75
(84,157,117)
#65A682
(101,166,130)
#76AF8F
(118,175,143)
#87B89C
(135,184,156)
#98C1A9
(152,193,169)
#A9CAB6
(169,202,182)
#BAD3C3
(186,211,195)
#CBDCD0
(203,220,208)
#DCE5DD
(220,229,221)
#EDEEEA
(237,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #439468; }

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

This text font color is #439468.


Background Color

.myBgColor { background-color: #439468; }

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

This div background color is #439468.


Border color

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

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

This div border color is #439468.


Opacity

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

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

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

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

This text has shadow with #439468 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #439468 on black background.


Color preview on white background

This text has color #439468 on white background.



Black color preview on #439468 background

This text has black color on #439468 background.


White color preview on #439468 background

This text has white color on #439468 background.