COLOR #427833

HEX: #427833
RGB: (66,120,51)

Color info

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

RGB color model

#427833 color RGB value is (66,120,51).

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

RGB channels and saturation

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

66
120
51

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

Portions of RGB colors in percentages

R + G + B =
66 + 120 + 51 = 237 (100%)
R 66 of 237 ~ 27.85%
G 120 of 237 ~ 50.63%
B 51 of 237 ~ 21.52%

%27.85
%50.63
%21.52

CMYK color model

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

  • cyan value is 45.00%
  • magenta value is 0.00%
  • yellow value is 57.50%
  • 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
%57.5
%52.94

Codes

Color #427833 in popluar color models

427833
RGB6612051
HSL107°40.35%33.53%
HSB/HSV107°57.50%47.06%
CMYK45.00%0.00%57.50%
52.94%

Color #427833 in popluar number systems.

HEX427833
Decimal6612051
Binary10000101111000110011
Octal10217063

Shades and tints

Shades of #427833

#427833
(66,120,51)
#3C6E2F
(60,110,47)
#36642B
(54,100,43)
#305A27
(48,90,39)
#2A5023
(42,80,35)
#24461F
(36,70,31)
#1E3C1B
(30,60,27)
#183217
(24,50,23)
#122813
(18,40,19)
#0C1E0F
(12,30,15)
#06140B
(6,20,11)
#000000
(0,0,0)

Tints of #427833

#427833
(66,120,51)
#538445
(83,132,69)
#649057
(100,144,87)
#759C69
(117,156,105)
#86A87B
(134,168,123)
#97B48D
(151,180,141)
#A8C09F
(168,192,159)
#B9CCB1
(185,204,177)
#CAD8C3
(202,216,195)
#DBE4D5
(219,228,213)
#ECF0E7
(236,240,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #427833; }

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

This text font color is #427833.


Background Color

.myBgColor { background-color: #427833; }

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

This div background color is #427833.


Border color

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

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

This div border color is #427833.


Opacity

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

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

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

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

This text has shadow with #427833 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #427833 on black background.


Color preview on white background

This text has color #427833 on white background.



Black color preview on #427833 background

This text has black color on #427833 background.


White color preview on #427833 background

This text has white color on #427833 background.