COLOR #469535

HEX: #469535
RGB: (70,149,53)

Color info

#469535 contains mainly green color. Web safe color of #469535 is #339933 (or #393).

RGB color model

#469535 color RGB value is (70,149,53).

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

RGB channels and saturation

R 70 of 255 = 27%
G 149 of 255 = 58%
B 53 of 255 = 21%

70
149
53

R + G + B ~ 35%. #469535 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 149 + 53 = 272 (100%)
R 70 of 272 ~ 25.74%
G 149 of 272 ~ 54.78%
B 53 of 272 ~ 19.49%

%25.74
%54.78
%19.49

CMYK color model

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

  • cyan value is 53.02%
  • magenta value is 0.00%
  • yellow value is 64.43%
  • key color value is 41.57%
CMYK:
(53,0,64,42)
C53M0Y64K42 
(53%,0%,64%,42%)
(0.53/0.00/0.64/0.42)	

CMYK percentages

%53.02
%0
%64.43
%41.57

Codes

Color #469535 in popluar color models

469535
RGB7014953
HSL109°47.52%39.61%
HSB/HSV109°64.43%58.43%
CMYK53.02%0.00%64.43%
41.57%

Color #469535 in popluar number systems.

HEX469535
Decimal7014953
Binary100011010010101110101
Octal10622565

Shades and tints

Shades of #469535

#469535
(70,149,53)
#408831
(64,136,49)
#3A7B2D
(58,123,45)
#346E29
(52,110,41)
#2E6125
(46,97,37)
#285421
(40,84,33)
#22471D
(34,71,29)
#1C3A19
(28,58,25)
#162D15
(22,45,21)
#102011
(16,32,17)
#0A130D
(10,19,13)
#000000
(0,0,0)

Tints of #469535

#469535
(70,149,53)
#569E47
(86,158,71)
#66A759
(102,167,89)
#76B06B
(118,176,107)
#86B97D
(134,185,125)
#96C28F
(150,194,143)
#A6CBA1
(166,203,161)
#B6D4B3
(182,212,179)
#C6DDC5
(198,221,197)
#D6E6D7
(214,230,215)
#E6EFE9
(230,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #469535; }

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

This text font color is #469535.


Background Color

.myBgColor { background-color: #469535; }

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

This div background color is #469535.


Border color

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

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

This div border color is #469535.


Opacity

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

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

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

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

This text has shadow with #469535 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #469535 on black background.


Color preview on white background

This text has color #469535 on white background.



Black color preview on #469535 background

This text has black color on #469535 background.


White color preview on #469535 background

This text has white color on #469535 background.