COLOR #469573

HEX: #469573
RGB: (70,149,115)

Color info

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

RGB color model

#469573 color RGB value is (70,149,115).

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

RGB channels and saturation

R 70 of 255 = 27%
G 149 of 255 = 58%
B 115 of 255 = 45%

70
149
115

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

Portions of RGB colors in percentages

R + G + B =
70 + 149 + 115 = 334 (100%)
R 70 of 334 ~ 20.96%
G 149 of 334 ~ 44.61%
B 115 of 334 ~ 34.43%

%20.96
%44.61
%34.43

CMYK color model

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

  • cyan value is 53.02%
  • magenta value is 0.00%
  • yellow value is 22.82%
  • key color value is 41.57%
CMYK:
(53,0,23,42)
C53M0Y23K42 
(53%,0%,23%,42%)
(0.53/0.00/0.23/0.42)	

CMYK percentages

%53.02
%0
%22.82
%41.57

Codes

Color #469573 in popluar color models

469573
RGB70149115
HSL154°36.07%42.94%
HSB/HSV154°53.02%58.43%
CMYK53.02%0.00%22.82%
41.57%

Color #469573 in popluar number systems.

HEX469573
Decimal70149115
Binary1000110100101011110011
Octal106225163

Shades and tints

Shades of #469573

#469573
(70,149,115)
#408869
(64,136,105)
#3A7B5F
(58,123,95)
#346E55
(52,110,85)
#2E614B
(46,97,75)
#285441
(40,84,65)
#224737
(34,71,55)
#1C3A2D
(28,58,45)
#162D23
(22,45,35)
#102019
(16,32,25)
#0A130F
(10,19,15)
#000000
(0,0,0)

Tints of #469573

#469573
(70,149,115)
#569E7F
(86,158,127)
#66A78B
(102,167,139)
#76B097
(118,176,151)
#86B9A3
(134,185,163)
#96C2AF
(150,194,175)
#A6CBBB
(166,203,187)
#B6D4C7
(182,212,199)
#C6DDD3
(198,221,211)
#D6E6DF
(214,230,223)
#E6EFEB
(230,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #469573; }

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

This text font color is #469573.


Background Color

.myBgColor { background-color: #469573; }

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

This div background color is #469573.


Border color

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

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

This div border color is #469573.


Opacity

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

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

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

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

This text has shadow with #469573 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #469573 on black background.


Color preview on white background

This text has color #469573 on white background.



Black color preview on #469573 background

This text has black color on #469573 background.


White color preview on #469573 background

This text has white color on #469573 background.