COLOR #469558

HEX: #469558
RGB: (70,149,88)

Color info

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

RGB color model

#469558 color RGB value is (70,149,88).

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

RGB channels and saturation

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

70
149
88

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

Portions of RGB colors in percentages

R + G + B =
70 + 149 + 88 = 307 (100%)
R 70 of 307 ~ 22.8%
G 149 of 307 ~ 48.53%
B 88 of 307 ~ 28.66%

%22.8
%48.53
%28.66

CMYK color model

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

  • cyan value is 53.02%
  • magenta value is 0.00%
  • yellow value is 40.94%
  • key color value is 41.57%
CMYK:
(53,0,41,42)
C53M0Y41K42 
(53%,0%,41%,42%)
(0.53/0.00/0.41/0.42)	

CMYK percentages

%53.02
%0
%40.94
%41.57

Codes

Color #469558 in popluar color models

469558
RGB7014988
HSL134°36.07%42.94%
HSB/HSV134°53.02%58.43%
CMYK53.02%0.00%40.94%
41.57%

Color #469558 in popluar number systems.

HEX469558
Decimal7014988
Binary1000110100101011011000
Octal106225130

Shades and tints

Shades of #469558

#469558
(70,149,88)
#408850
(64,136,80)
#3A7B48
(58,123,72)
#346E40
(52,110,64)
#2E6138
(46,97,56)
#285430
(40,84,48)
#224728
(34,71,40)
#1C3A20
(28,58,32)
#162D18
(22,45,24)
#102010
(16,32,16)
#0A1308
(10,19,8)
#000000
(0,0,0)

Tints of #469558

#469558
(70,149,88)
#569E67
(86,158,103)
#66A776
(102,167,118)
#76B085
(118,176,133)
#86B994
(134,185,148)
#96C2A3
(150,194,163)
#A6CBB2
(166,203,178)
#B6D4C1
(182,212,193)
#C6DDD0
(198,221,208)
#D6E6DF
(214,230,223)
#E6EFEE
(230,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #469558; }

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

This text font color is #469558.


Background Color

.myBgColor { background-color: #469558; }

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

This div background color is #469558.


Border color

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

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

This div border color is #469558.


Opacity

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

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

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

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

This text has shadow with #469558 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #469558 on black background.


Color preview on white background

This text has color #469558 on white background.



Black color preview on #469558 background

This text has black color on #469558 background.


White color preview on #469558 background

This text has white color on #469558 background.