COLOR #427D38

HEX: #427D38
RGB: (66,125,56)

Color info

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

RGB color model

#427D38 color RGB value is (66,125,56).

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

RGB channels and saturation

R 66 of 255 = 26%
G 125 of 255 = 49%
B 56 of 255 = 22%

66
125
56

R + G + B ~ 32%. #427D38 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 125 + 56 = 247 (100%)
R 66 of 247 ~ 26.72%
G 125 of 247 ~ 50.61%
B 56 of 247 ~ 22.67%

%26.72
%50.61
%22.67

CMYK color model

#427D38 color CMYK value is (47,0,55,51).

  • cyan value is 47.20%
  • magenta value is 0.00%
  • yellow value is 55.20%
  • key color value is 50.98%
CMYK:
(47,0,55,51)
C47M0Y55K51 
(47%,0%,55%,51%)
(0.47/0.00/0.55/0.51)	

CMYK percentages

%47.2
%0
%55.2
%50.98

Codes

Color #427D38 in popluar color models

427D38
RGB6612556
HSL111°38.12%35.49%
HSB/HSV111°55.20%49.02%
CMYK47.20%0.00%55.20%
50.98%

Color #427D38 in popluar number systems.

HEX427D38
Decimal6612556
Binary10000101111101111000
Octal10217570

Shades and tints

Shades of #427D38

#427D38
(66,125,56)
#3C7233
(60,114,51)
#36672E
(54,103,46)
#305C29
(48,92,41)
#2A5124
(42,81,36)
#24461F
(36,70,31)
#1E3B1A
(30,59,26)
#183015
(24,48,21)
#122510
(18,37,16)
#0C1A0B
(12,26,11)
#060F06
(6,15,6)
#000000
(0,0,0)

Tints of #427D38

#427D38
(66,125,56)
#53884A
(83,136,74)
#64935C
(100,147,92)
#759E6E
(117,158,110)
#86A980
(134,169,128)
#97B492
(151,180,146)
#A8BFA4
(168,191,164)
#B9CAB6
(185,202,182)
#CAD5C8
(202,213,200)
#DBE0DA
(219,224,218)
#ECEBEC
(236,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #427D38; }

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

This text font color is #427D38.


Background Color

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

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

This div background color is #427D38.


Border color

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

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

This div border color is #427D38.


Opacity

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

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

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

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

This text has shadow with #427D38 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #427D38 on black background.


Color preview on white background

This text has color #427D38 on white background.



Black color preview on #427D38 background

This text has black color on #427D38 background.


White color preview on #427D38 background

This text has white color on #427D38 background.