COLOR #469D35

HEX: #469D35
RGB: (70,157,53)

Color info

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

RGB color model

#469D35 color RGB value is (70,157,53).

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

RGB channels and saturation

R 70 of 255 = 27%
G 157 of 255 = 62%
B 53 of 255 = 21%

70
157
53

R + G + B ~ 37%. #469D35 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 157 + 53 = 280 (100%)
R 70 of 280 ~ 25%
G 157 of 280 ~ 56.07%
B 53 of 280 ~ 18.93%

%25
%56.07
%18.93

CMYK color model

#469D35 color CMYK value is (55,0,66,38).

  • cyan value is 55.41%
  • magenta value is 0.00%
  • yellow value is 66.24%
  • key color value is 38.43%
CMYK:
(55,0,66,38)
C55M0Y66K38 
(55%,0%,66%,38%)
(0.55/0.00/0.66/0.38)	

CMYK percentages

%55.41
%0
%66.24
%38.43

Codes

Color #469D35 in popluar color models

469D35
RGB7015753
HSL110°49.52%41.18%
HSB/HSV110°66.24%61.57%
CMYK55.41%0.00%66.24%
38.43%

Color #469D35 in popluar number systems.

HEX469D35
Decimal7015753
Binary100011010011101110101
Octal10623565

Shades and tints

Shades of #469D35

#469D35
(70,157,53)
#408F31
(64,143,49)
#3A812D
(58,129,45)
#347329
(52,115,41)
#2E6525
(46,101,37)
#285721
(40,87,33)
#22491D
(34,73,29)
#1C3B19
(28,59,25)
#162D15
(22,45,21)
#101F11
(16,31,17)
#0A110D
(10,17,13)
#000000
(0,0,0)

Tints of #469D35

#469D35
(70,157,53)
#56A547
(86,165,71)
#66AD59
(102,173,89)
#76B56B
(118,181,107)
#86BD7D
(134,189,125)
#96C58F
(150,197,143)
#A6CDA1
(166,205,161)
#B6D5B3
(182,213,179)
#C6DDC5
(198,221,197)
#D6E5D7
(214,229,215)
#E6EDE9
(230,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #469D35; }

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

This text font color is #469D35.


Background Color

.myBgColor { background-color: #469D35; }

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

This div background color is #469D35.


Border color

.myBorderColor { border: 1px solid #469D35; }

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

This div border color is #469D35.


Opacity

.myOpacity80 { color: #469D35; opacity: 0.8; }

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

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

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

This text has shadow with #469D35 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #469D35 on black background.


Color preview on white background

This text has color #469D35 on white background.



Black color preview on #469D35 background

This text has black color on #469D35 background.


White color preview on #469D35 background

This text has white color on #469D35 background.