COLOR #469D0B

HEX: #469D0B
RGB: (70,157,11)

Color info

#469D0B contains mainly green color. Web safe color of #469D0B is #339900 (or #390).

RGB color model

#469D0B color RGB value is (70,157,11).

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

RGB channels and saturation

R 70 of 255 = 27%
G 157 of 255 = 62%
B 11 of 255 = 4%

70
157
11

R + G + B ~ 31%. #469D0B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 157 + 11 = 238 (100%)
R 70 of 238 ~ 29.41%
G 157 of 238 ~ 65.97%
B 11 of 238 ~ 4.62%

%29.41
%65.97

CMYK color model

#469D0B color CMYK value is (55,0,93,38).

  • cyan value is 55.41%
  • magenta value is 0.00%
  • yellow value is 92.99%
  • key color value is 38.43%
CMYK:
(55,0,93,38)
C55M0Y93K38 
(55%,0%,93%,38%)
(0.55/0.00/0.93/0.38)	

CMYK percentages

%55.41
%0
%92.99
%38.43

Codes

Color #469D0B in popluar color models

469D0B
RGB7015711
HSL96°86.90%32.94%
HSB/HSV96°92.99%61.57%
CMYK55.41%0.00%92.99%
38.43%

Color #469D0B in popluar number systems.

HEX469D0B
Decimal7015711
Binary1000110100111011011
Octal10623513

Shades and tints

Shades of #469D0B

#469D0B
(70,157,11)
#408F0A
(64,143,10)
#3A8109
(58,129,9)
#347308
(52,115,8)
#2E6507
(46,101,7)
#285706
(40,87,6)
#224905
(34,73,5)
#1C3B04
(28,59,4)
#162D03
(22,45,3)
#101F02
(16,31,2)
#0A1101
(10,17,1)
#000000
(0,0,0)

Tints of #469D0B

#469D0B
(70,157,11)
#56A521
(86,165,33)
#66AD37
(102,173,55)
#76B54D
(118,181,77)
#86BD63
(134,189,99)
#96C579
(150,197,121)
#A6CD8F
(166,205,143)
#B6D5A5
(182,213,165)
#C6DDBB
(198,221,187)
#D6E5D1
(214,229,209)
#E6EDE7
(230,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #469D0B; }

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

This text font color is #469D0B.


Background Color

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

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

This div background color is #469D0B.


Border color

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

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

This div border color is #469D0B.


Opacity

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

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

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

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

This text has shadow with #469D0B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #469D0B on black background.


Color preview on white background

This text has color #469D0B on white background.



Black color preview on #469D0B background

This text has black color on #469D0B background.


White color preview on #469D0B background

This text has white color on #469D0B background.