COLOR #469937

HEX: #469937
RGB: (70,153,55)

Color info

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

RGB color model

#469937 color RGB value is (70,153,55).

  • red value is 70;
  • green value is 153;
  • blue value is 55.
RGB:
(70,153,55)
(27%,60%,22%)

RGB channels and saturation

R 70 of 255 = 27%
G 153 of 255 = 60%
B 55 of 255 = 22%

70
153
55

R + G + B ~ 36%. #469937 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 153 + 55 = 278 (100%)
R 70 of 278 ~ 25.18%
G 153 of 278 ~ 55.04%
B 55 of 278 ~ 19.78%

%25.18
%55.04
%19.78

CMYK color model

#469937 color CMYK value is (54,0,64,40).

  • cyan value is 54.25%
  • magenta value is 0.00%
  • yellow value is 64.05%
  • key color value is 40.00%
CMYK:
(54,0,64,40)
C54M0Y64K40 
(54%,0%,64%,40%)
(0.54/0.00/0.64/0.40)	

CMYK percentages

%54.25
%0
%64.05
%40

Codes

Color #469937 in popluar color models

469937
RGB7015355
HSL111°47.12%40.78%
HSB/HSV111°64.05%60.00%
CMYK54.25%0.00%64.05%
40.00%

Color #469937 in popluar number systems.

HEX469937
Decimal7015355
Binary100011010011001110111
Octal10623167

Shades and tints

Shades of #469937

#469937
(70,153,55)
#408C32
(64,140,50)
#3A7F2D
(58,127,45)
#347228
(52,114,40)
#2E6523
(46,101,35)
#28581E
(40,88,30)
#224B19
(34,75,25)
#1C3E14
(28,62,20)
#16310F
(22,49,15)
#10240A
(16,36,10)
#0A1705
(10,23,5)
#000000
(0,0,0)

Tints of #469937

#469937
(70,153,55)
#56A249
(86,162,73)
#66AB5B
(102,171,91)
#76B46D
(118,180,109)
#86BD7F
(134,189,127)
#96C691
(150,198,145)
#A6CFA3
(166,207,163)
#B6D8B5
(182,216,181)
#C6E1C7
(198,225,199)
#D6EAD9
(214,234,217)
#E6F3EB
(230,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #469937 color. Also use rgb(70,153,55) instead hex code.

Text Font Color

.myTextColor { color: #469937; }

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

This text font color is #469937.


Background Color

.myBgColor { background-color: #469937; }

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

This div background color is #469937.


Border color

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

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

This div border color is #469937.


Opacity

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

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

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

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

This text has shadow with #469937 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #469937 on black background.


Color preview on white background

This text has color #469937 on white background.



Black color preview on #469937 background

This text has black color on #469937 background.


White color preview on #469937 background

This text has white color on #469937 background.