COLOR #427337

HEX: #427337
RGB: (66,115,55)

Color info

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

RGB color model

#427337 color RGB value is (66,115,55).

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

RGB channels and saturation

R 66 of 255 = 26%
G 115 of 255 = 45%
B 55 of 255 = 22%

66
115
55

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

Portions of RGB colors in percentages

R + G + B =
66 + 115 + 55 = 236 (100%)
R 66 of 236 ~ 27.97%
G 115 of 236 ~ 48.73%
B 55 of 236 ~ 23.31%

%27.97
%48.73
%23.31

CMYK color model

#427337 color CMYK value is (43,0,52,55).

  • cyan value is 42.61%
  • magenta value is 0.00%
  • yellow value is 52.17%
  • key color value is 54.90%
CMYK: (43,0,52,55) C43M0Y52K55 (43%,0%,52%,55%) (0.43/0.00/0.52/0.55)

CMYK percentages

%42.61
%0
%52.17
%54.9

Codes

Color #427337 in popluar color models

427337
RGB6611555
HSL109°35.29%33.33%
HSB/HSV109°52.17%45.10%
CMYK42.61%0.00%52.17%
54.90%

Color #427337 in popluar number systems.

HEX427337
Decimal6611555
Binary10000101110011110111
Octal10216367

Shades and tints

Shades of #427337

#427337
(66,115,55)
#3C6932
(60,105,50)
#365F2D
(54,95,45)
#305528
(48,85,40)
#2A4B23
(42,75,35)
#24411E
(36,65,30)
#1E3719
(30,55,25)
#182D14
(24,45,20)
#12230F
(18,35,15)
#0C190A
(12,25,10)
#060F05
(6,15,5)
#000000
(0,0,0)

Tints of #427337

#427337
(66,115,55)
#537F49
(83,127,73)
#648B5B
(100,139,91)
#75976D
(117,151,109)
#86A37F
(134,163,127)
#97AF91
(151,175,145)
#A8BBA3
(168,187,163)
#B9C7B5
(185,199,181)
#CAD3C7
(202,211,199)
#DBDFD9
(219,223,217)
#ECEBEB
(236,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #427337; }

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

This text font color is #427337.


Background Color

.myBgColor { background-color: #427337; }

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

This div background color is #427337.


Border color

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

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

This div border color is #427337.


Opacity

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

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

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

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

This text has shadow with #427337 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #427337 on black background.


Color preview on white background

This text has color #427337 on white background.



Black color preview on #427337 background

This text has black color on #427337 background.


White color preview on #427337 background

This text has white color on #427337 background.