COLOR #427637

HEX: #427637
RGB: (66,118,55)

Color info

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

RGB color model

#427637 color RGB value is (66,118,55).

  • red value is 66;
  • green value is 118;
  • blue value is 55.
RGB:
(66,118,55)
(26%,46%,22%)

RGB channels and saturation

R 66 of 255 = 26%
G 118 of 255 = 46%
B 55 of 255 = 22%

66
118
55

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

Portions of RGB colors in percentages

R + G + B =
66 + 118 + 55 = 239 (100%)
R 66 of 239 ~ 27.62%
G 118 of 239 ~ 49.37%
B 55 of 239 ~ 23.01%

%27.62
%49.37
%23.01

CMYK color model

#427637 color CMYK value is (44,0,53,54).

  • cyan value is 44.07%
  • magenta value is 0.00%
  • yellow value is 53.39%
  • key color value is 53.73%
CMYK:
(44,0,53,54)
C44M0Y53K54 
(44%,0%,53%,54%)
(0.44/0.00/0.53/0.54)	

CMYK percentages

%44.07
%0
%53.39
%53.73

Codes

Color #427637 in popluar color models

427637
RGB6611855
HSL110°36.42%33.92%
HSB/HSV110°53.39%46.27%
CMYK44.07%0.00%53.39%
53.73%

Color #427637 in popluar number systems.

HEX427637
Decimal6611855
Binary10000101110110110111
Octal10216667

Shades and tints

Shades of #427637

#427637
(66,118,55)
#3C6C32
(60,108,50)
#36622D
(54,98,45)
#305828
(48,88,40)
#2A4E23
(42,78,35)
#24441E
(36,68,30)
#1E3A19
(30,58,25)
#183014
(24,48,20)
#12260F
(18,38,15)
#0C1C0A
(12,28,10)
#061205
(6,18,5)
#000000
(0,0,0)

Tints of #427637

#427637
(66,118,55)
#538249
(83,130,73)
#648E5B
(100,142,91)
#759A6D
(117,154,109)
#86A67F
(134,166,127)
#97B291
(151,178,145)
#A8BEA3
(168,190,163)
#B9CAB5
(185,202,181)
#CAD6C7
(202,214,199)
#DBE2D9
(219,226,217)
#ECEEEB
(236,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #427637 color. Also use rgb(66,118,55) instead hex code.

Text Font Color

.myTextColor { color: #427637; }

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

This text font color is #427637.


Background Color

.myBgColor { background-color: #427637; }

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

This div background color is #427637.


Border color

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

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

This div border color is #427637.


Opacity

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

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

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

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

This text has shadow with #427637 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #427637 on black background.


Color preview on white background

This text has color #427637 on white background.



Black color preview on #427637 background

This text has black color on #427637 background.


White color preview on #427637 background

This text has white color on #427637 background.