COLOR #469559

HEX: #469559
RGB: (70,149,89)

Color info

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

RGB color model

#469559 color RGB value is (70,149,89).

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

RGB channels and saturation

R 70 of 255 = 27%
G 149 of 255 = 58%
B 89 of 255 = 35%

70
149
89

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

Portions of RGB colors in percentages

R + G + B =
70 + 149 + 89 = 308 (100%)
R 70 of 308 ~ 22.73%
G 149 of 308 ~ 48.38%
B 89 of 308 ~ 28.9%

%22.73
%48.38
%28.9

CMYK color model

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

  • cyan value is 53.02%
  • magenta value is 0.00%
  • yellow value is 40.27%
  • key color value is 41.57%
CMYK:
(53,0,40,42)
C53M0Y40K42 
(53%,0%,40%,42%)
(0.53/0.00/0.40/0.42)	

CMYK percentages

%53.02
%0
%40.27
%41.57

Codes

Color #469559 in popluar color models

469559
RGB7014989
HSL134°36.07%42.94%
HSB/HSV134°53.02%58.43%
CMYK53.02%0.00%40.27%
41.57%

Color #469559 in popluar number systems.

HEX469559
Decimal7014989
Binary1000110100101011011001
Octal106225131

Shades and tints

Shades of #469559

#469559
(70,149,89)
#408851
(64,136,81)
#3A7B49
(58,123,73)
#346E41
(52,110,65)
#2E6139
(46,97,57)
#285431
(40,84,49)
#224729
(34,71,41)
#1C3A21
(28,58,33)
#162D19
(22,45,25)
#102011
(16,32,17)
#0A1309
(10,19,9)
#000000
(0,0,0)

Tints of #469559

#469559
(70,149,89)
#569E68
(86,158,104)
#66A777
(102,167,119)
#76B086
(118,176,134)
#86B995
(134,185,149)
#96C2A4
(150,194,164)
#A6CBB3
(166,203,179)
#B6D4C2
(182,212,194)
#C6DDD1
(198,221,209)
#D6E6E0
(214,230,224)
#E6EFEF
(230,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #469559; }

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

This text font color is #469559.


Background Color

.myBgColor { background-color: #469559; }

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

This div background color is #469559.


Border color

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

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

This div border color is #469559.


Opacity

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

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

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

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

This text has shadow with #469559 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #469559 on black background.


Color preview on white background

This text has color #469559 on white background.



Black color preview on #469559 background

This text has black color on #469559 background.


White color preview on #469559 background

This text has white color on #469559 background.