COLOR #427D30

HEX: #427D30
RGB: (66,125,48)

Color info

#427D30 contains mainly red and green colors. Web safe color of #427D30 is #336633 (or #363).

RGB color model

#427D30 color RGB value is (66,125,48).

  • red value is 66;
  • green value is 125;
  • blue value is 48.
RGB:
(66,125,48)
(26%,49%,19%)

RGB channels and saturation

R 66 of 255 = 26%
G 125 of 255 = 49%
B 48 of 255 = 19%

66
125
48

R + G + B ~ 31%. #427D30 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 125 + 48 = 239 (100%)
R 66 of 239 ~ 27.62%
G 125 of 239 ~ 52.3%
B 48 of 239 ~ 20.08%

%27.62
%52.3
%20.08

CMYK color model

#427D30 color CMYK value is (47,0,62,51).

  • cyan value is 47.20%
  • magenta value is 0.00%
  • yellow value is 61.60%
  • key color value is 50.98%
CMYK:
(47,0,62,51)
C47M0Y62K51 
(47%,0%,62%,51%)
(0.47/0.00/0.62/0.51)	

CMYK percentages

%47.2
%0
%61.6
%50.98

Codes

Color #427D30 in popluar color models

427D30
RGB6612548
HSL106°44.51%33.92%
HSB/HSV106°61.60%49.02%
CMYK47.20%0.00%61.60%
50.98%

Color #427D30 in popluar number systems.

HEX427D30
Decimal6612548
Binary10000101111101110000
Octal10217560

Shades and tints

Shades of #427D30

#427D30
(66,125,48)
#3C722C
(60,114,44)
#366728
(54,103,40)
#305C24
(48,92,36)
#2A5120
(42,81,32)
#24461C
(36,70,28)
#1E3B18
(30,59,24)
#183014
(24,48,20)
#122510
(18,37,16)
#0C1A0C
(12,26,12)
#060F08
(6,15,8)
#000000
(0,0,0)

Tints of #427D30

#427D30
(66,125,48)
#538842
(83,136,66)
#649354
(100,147,84)
#759E66
(117,158,102)
#86A978
(134,169,120)
#97B48A
(151,180,138)
#A8BF9C
(168,191,156)
#B9CAAE
(185,202,174)
#CAD5C0
(202,213,192)
#DBE0D2
(219,224,210)
#ECEBE4
(236,235,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #427D30 color. Also use rgb(66,125,48) instead hex code.

Text Font Color

.myTextColor { color: #427D30; }

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

This text font color is #427D30.


Background Color

.myBgColor { background-color: #427D30; }

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

This div background color is #427D30.


Border color

.myBorderColor { border: 1px solid #427D30; }

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

This div border color is #427D30.


Opacity

.myOpacity80 { color: #427D30; opacity: 0.8; }

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

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

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

This text has shadow with #427D30 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #427D30 on black background.


Color preview on white background

This text has color #427D30 on white background.



Black color preview on #427D30 background

This text has black color on #427D30 background.


White color preview on #427D30 background

This text has white color on #427D30 background.