COLOR #427832

HEX: #427832
RGB: (66,120,50)

Color info

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

RGB color model

#427832 color RGB value is (66,120,50).

  • red value is 66;
  • green value is 120;
  • blue value is 50.
RGB:
(66,120,50)
(26%,47%,20%)

RGB channels and saturation

R 66 of 255 = 26%
G 120 of 255 = 47%
B 50 of 255 = 20%

66
120
50

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

Portions of RGB colors in percentages

R + G + B =
66 + 120 + 50 = 236 (100%)
R 66 of 236 ~ 27.97%
G 120 of 236 ~ 50.85%
B 50 of 236 ~ 21.19%

%27.97
%50.85
%21.19

CMYK color model

#427832 color CMYK value is (45,0,58,53).

  • cyan value is 45.00%
  • magenta value is 0.00%
  • yellow value is 58.33%
  • key color value is 52.94%
CMYK:
(45,0,58,53)
C45M0Y58K53 
(45%,0%,58%,53%)
(0.45/0.00/0.58/0.53)	

CMYK percentages

%45
%0
%58.33
%52.94

Codes

Color #427832 in popluar color models

427832
RGB6612050
HSL106°41.18%33.33%
HSB/HSV106°58.33%47.06%
CMYK45.00%0.00%58.33%
52.94%

Color #427832 in popluar number systems.

HEX427832
Decimal6612050
Binary10000101111000110010
Octal10217062

Shades and tints

Shades of #427832

#427832
(66,120,50)
#3C6E2E
(60,110,46)
#36642A
(54,100,42)
#305A26
(48,90,38)
#2A5022
(42,80,34)
#24461E
(36,70,30)
#1E3C1A
(30,60,26)
#183216
(24,50,22)
#122812
(18,40,18)
#0C1E0E
(12,30,14)
#06140A
(6,20,10)
#000000
(0,0,0)

Tints of #427832

#427832
(66,120,50)
#538444
(83,132,68)
#649056
(100,144,86)
#759C68
(117,156,104)
#86A87A
(134,168,122)
#97B48C
(151,180,140)
#A8C09E
(168,192,158)
#B9CCB0
(185,204,176)
#CAD8C2
(202,216,194)
#DBE4D4
(219,228,212)
#ECF0E6
(236,240,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #427832 color. Also use rgb(66,120,50) instead hex code.

Text Font Color

.myTextColor { color: #427832; }

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

This text font color is #427832.


Background Color

.myBgColor { background-color: #427832; }

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

This div background color is #427832.


Border color

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

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

This div border color is #427832.


Opacity

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

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

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

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

This text has shadow with #427832 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #427832 on black background.


Color preview on white background

This text has color #427832 on white background.



Black color preview on #427832 background

This text has black color on #427832 background.


White color preview on #427832 background

This text has white color on #427832 background.