COLOR #469467

HEX: #469467
RGB: (70,148,103)

Color info

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

RGB color model

#469467 color RGB value is (70,148,103).

  • red value is 70;
  • green value is 148;
  • blue value is 103.
RGB:
(70,148,103)
(27%,58%,40%)

RGB channels and saturation

R 70 of 255 = 27%
G 148 of 255 = 58%
B 103 of 255 = 40%

70
148
103

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

Portions of RGB colors in percentages

R + G + B =
70 + 148 + 103 = 321 (100%)
R 70 of 321 ~ 21.81%
G 148 of 321 ~ 46.11%
B 103 of 321 ~ 32.09%

%21.81
%46.11
%32.09

CMYK color model

#469467 color CMYK value is (53,0,30,42).

  • cyan value is 52.70%
  • magenta value is 0.00%
  • yellow value is 30.41%
  • key color value is 41.96%
CMYK:
(53,0,30,42)
C53M0Y30K42 
(53%,0%,30%,42%)
(0.53/0.00/0.30/0.42)	

CMYK percentages

%52.7
%0
%30.41
%41.96

Codes

Color #469467 in popluar color models

469467
RGB70148103
HSL145°35.78%42.75%
HSB/HSV145°52.70%58.04%
CMYK52.70%0.00%30.41%
41.96%

Color #469467 in popluar number systems.

HEX469467
Decimal70148103
Binary1000110100101001100111
Octal106224147

Shades and tints

Shades of #469467

#469467
(70,148,103)
#40875E
(64,135,94)
#3A7A55
(58,122,85)
#346D4C
(52,109,76)
#2E6043
(46,96,67)
#28533A
(40,83,58)
#224631
(34,70,49)
#1C3928
(28,57,40)
#162C1F
(22,44,31)
#101F16
(16,31,22)
#0A120D
(10,18,13)
#000000
(0,0,0)

Tints of #469467

#469467
(70,148,103)
#569D74
(86,157,116)
#66A681
(102,166,129)
#76AF8E
(118,175,142)
#86B89B
(134,184,155)
#96C1A8
(150,193,168)
#A6CAB5
(166,202,181)
#B6D3C2
(182,211,194)
#C6DCCF
(198,220,207)
#D6E5DC
(214,229,220)
#E6EEE9
(230,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #469467 color. Also use rgb(70,148,103) instead hex code.

Text Font Color

.myTextColor { color: #469467; }

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

This text font color is #469467.


Background Color

.myBgColor { background-color: #469467; }

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

This div background color is #469467.


Border color

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

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

This div border color is #469467.


Opacity

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

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

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

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

This text has shadow with #469467 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #469467 on black background.


Color preview on white background

This text has color #469467 on white background.



Black color preview on #469467 background

This text has black color on #469467 background.


White color preview on #469467 background

This text has white color on #469467 background.