COLOR #469934

HEX: #469934
RGB: (70,153,52)

Color info

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

RGB color model

#469934 color RGB value is (70,153,52).

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

RGB channels and saturation

R 70 of 255 = 27%
G 153 of 255 = 60%
B 52 of 255 = 20%

70
153
52

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

Portions of RGB colors in percentages

R + G + B =
70 + 153 + 52 = 275 (100%)
R 70 of 275 ~ 25.45%
G 153 of 275 ~ 55.64%
B 52 of 275 ~ 18.91%

%25.45
%55.64
%18.91

CMYK color model

#469934 color CMYK value is (54,0,66,40).

  • cyan value is 54.25%
  • magenta value is 0.00%
  • yellow value is 66.01%
  • key color value is 40.00%
CMYK:
(54,0,66,40)
C54M0Y66K40 
(54%,0%,66%,40%)
(0.54/0.00/0.66/0.40)	

CMYK percentages

%54.25
%0
%66.01
%40

Codes

Color #469934 in popluar color models

469934
RGB7015352
HSL109°49.27%40.20%
HSB/HSV109°66.01%60.00%
CMYK54.25%0.00%66.01%
40.00%

Color #469934 in popluar number systems.

HEX469934
Decimal7015352
Binary100011010011001110100
Octal10623164

Shades and tints

Shades of #469934

#469934
(70,153,52)
#408C30
(64,140,48)
#3A7F2C
(58,127,44)
#347228
(52,114,40)
#2E6524
(46,101,36)
#285820
(40,88,32)
#224B1C
(34,75,28)
#1C3E18
(28,62,24)
#163114
(22,49,20)
#102410
(16,36,16)
#0A170C
(10,23,12)
#000000
(0,0,0)

Tints of #469934

#469934
(70,153,52)
#56A246
(86,162,70)
#66AB58
(102,171,88)
#76B46A
(118,180,106)
#86BD7C
(134,189,124)
#96C68E
(150,198,142)
#A6CFA0
(166,207,160)
#B6D8B2
(182,216,178)
#C6E1C4
(198,225,196)
#D6EAD6
(214,234,214)
#E6F3E8
(230,243,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #469934; }

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

This text font color is #469934.


Background Color

.myBgColor { background-color: #469934; }

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

This div background color is #469934.


Border color

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

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

This div border color is #469934.


Opacity

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

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

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

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

This text has shadow with #469934 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #469934 on black background.


Color preview on white background

This text has color #469934 on white background.



Black color preview on #469934 background

This text has black color on #469934 background.


White color preview on #469934 background

This text has white color on #469934 background.