COLOR #469557

HEX: #469557
RGB: (70,149,87)

Color info

#469557 contains mainly green color. Web safe color of #469557 is #339966 (or #396).

RGB color model

#469557 color RGB value is (70,149,87).

  • red value is 70;
  • green value is 149;
  • blue value is 87.
RGB:
(70,149,87)
(27%,58%,34%)

RGB channels and saturation

R 70 of 255 = 27%
G 149 of 255 = 58%
B 87 of 255 = 34%

70
149
87

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

Portions of RGB colors in percentages

R + G + B =
70 + 149 + 87 = 306 (100%)
R 70 of 306 ~ 22.88%
G 149 of 306 ~ 48.69%
B 87 of 306 ~ 28.43%

%22.88
%48.69
%28.43

CMYK color model

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

  • cyan value is 53.02%
  • magenta value is 0.00%
  • yellow value is 41.61%
  • key color value is 41.57%
CMYK:
(53,0,42,42)
C53M0Y42K42 
(53%,0%,42%,42%)
(0.53/0.00/0.42/0.42)	

CMYK percentages

%53.02
%0
%41.61
%41.57

Codes

Color #469557 in popluar color models

469557
RGB7014987
HSL133°36.07%42.94%
HSB/HSV133°53.02%58.43%
CMYK53.02%0.00%41.61%
41.57%

Color #469557 in popluar number systems.

HEX469557
Decimal7014987
Binary1000110100101011010111
Octal106225127

Shades and tints

Shades of #469557

#469557
(70,149,87)
#408850
(64,136,80)
#3A7B49
(58,123,73)
#346E42
(52,110,66)
#2E613B
(46,97,59)
#285434
(40,84,52)
#22472D
(34,71,45)
#1C3A26
(28,58,38)
#162D1F
(22,45,31)
#102018
(16,32,24)
#0A1311
(10,19,17)
#000000
(0,0,0)

Tints of #469557

#469557
(70,149,87)
#569E66
(86,158,102)
#66A775
(102,167,117)
#76B084
(118,176,132)
#86B993
(134,185,147)
#96C2A2
(150,194,162)
#A6CBB1
(166,203,177)
#B6D4C0
(182,212,192)
#C6DDCF
(198,221,207)
#D6E6DE
(214,230,222)
#E6EFED
(230,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #469557 color. Also use rgb(70,149,87) instead hex code.

Text Font Color

.myTextColor { color: #469557; }

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

This text font color is #469557.


Background Color

.myBgColor { background-color: #469557; }

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

This div background color is #469557.


Border color

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

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

This div border color is #469557.


Opacity

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

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

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

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

This text has shadow with #469557 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #469557 on black background.


Color preview on white background

This text has color #469557 on white background.



Black color preview on #469557 background

This text has black color on #469557 background.


White color preview on #469557 background

This text has white color on #469557 background.