COLOR #427502

HEX: #427502
RGB: (66,117,2)

Color info

#427502 contains mainly red and green colors. Web safe color of #427502 is #336600 (or #360).

RGB color model

#427502 color RGB value is (66,117,2).

  • red value is 66;
  • green value is 117;
  • blue value is 2.
RGB:
(66,117,2)
(26%,46%,1%)

RGB channels and saturation

R 66 of 255 = 26%
G 117 of 255 = 46%
B 2 of 255 = 1%

66
117
2

R + G + B ~ 24%. #427502 is dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 117 + 2 = 185 (100%)
R 66 of 185 ~ 35.68%
G 117 of 185 ~ 63.24%
B 2 of 185 ~ 1.08%

%35.68
%63.24

CMYK color model

#427502 color CMYK value is (44,0,98,54).

  • cyan value is 43.59%
  • magenta value is 0.00%
  • yellow value is 98.29%
  • key color value is 54.12%
CMYK:
(44,0,98,54)
C44M0Y98K54 
(44%,0%,98%,54%)
(0.44/0.00/0.98/0.54)	

CMYK percentages

%43.59
%0
%98.29
%54.12

Codes

Color #427502 in popluar color models

427502
RGB661172
HSL87°96.64%23.33%
HSB/HSV87°98.29%45.88%
CMYK43.59%0.00%98.29%
54.12%

Color #427502 in popluar number systems.

HEX427502
Decimal661172
Binary1000010111010110
Octal1021652

Shades and tints

Shades of #427502

#427502
(66,117,2)
#3C6B02
(60,107,2)
#366102
(54,97,2)
#305702
(48,87,2)
#2A4D02
(42,77,2)
#244302
(36,67,2)
#1E3902
(30,57,2)
#182F02
(24,47,2)
#122502
(18,37,2)
#0C1B02
(12,27,2)
#061102
(6,17,2)
#000000
(0,0,0)

Tints of #427502

#427502
(66,117,2)
#538119
(83,129,25)
#648D30
(100,141,48)
#759947
(117,153,71)
#86A55E
(134,165,94)
#97B175
(151,177,117)
#A8BD8C
(168,189,140)
#B9C9A3
(185,201,163)
#CAD5BA
(202,213,186)
#DBE1D1
(219,225,209)
#ECEDE8
(236,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #427502 color. Also use rgb(66,117,2) instead hex code.

Text Font Color

.myTextColor { color: #427502; }

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

This text font color is #427502.


Background Color

.myBgColor { background-color: #427502; }

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

This div background color is #427502.


Border color

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

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

This div border color is #427502.


Opacity

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

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

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

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

This text has shadow with #427502 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #427502 on black background.


Color preview on white background

This text has color #427502 on white background.



Black color preview on #427502 background

This text has black color on #427502 background.


White color preview on #427502 background

This text has white color on #427502 background.