COLOR #427145

HEX: #427145
RGB: (66,113,69)

Color info

#427145 contains red, green and blue colors in about the same proportion. Web safe color of #427145 is #336633 (or #363).

RGB color model

#427145 color RGB value is (66,113,69).

  • red value is 66;
  • green value is 113;
  • blue value is 69.
RGB:
(66,113,69)
(26%,44%,27%)

RGB channels and saturation

R 66 of 255 = 26%
G 113 of 255 = 44%
B 69 of 255 = 27%

66
113
69

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

Portions of RGB colors in percentages

R + G + B =
66 + 113 + 69 = 248 (100%)
R 66 of 248 ~ 26.61%
G 113 of 248 ~ 45.56%
B 69 of 248 ~ 27.82%

%26.61
%45.56
%27.82

CMYK color model

#427145 color CMYK value is (42,0,39,56).

  • cyan value is 41.59%
  • magenta value is 0.00%
  • yellow value is 38.94%
  • key color value is 55.69%
CMYK:
(42,0,39,56)
C42M0Y39K56 
(42%,0%,39%,56%)
(0.42/0.00/0.39/0.56)	

CMYK percentages

%41.59
%0
%38.94
%55.69

Codes

Color #427145 in popluar color models

427145
RGB6611369
HSL124°26.26%35.10%
HSB/HSV124°41.59%44.31%
CMYK41.59%0.00%38.94%
55.69%

Color #427145 in popluar number systems.

HEX427145
Decimal6611369
Binary100001011100011000101
Octal102161105

Shades and tints

Shades of #427145

#427145
(66,113,69)
#3C673F
(60,103,63)
#365D39
(54,93,57)
#305333
(48,83,51)
#2A492D
(42,73,45)
#243F27
(36,63,39)
#1E3521
(30,53,33)
#182B1B
(24,43,27)
#122115
(18,33,21)
#0C170F
(12,23,15)
#060D09
(6,13,9)
#000000
(0,0,0)

Tints of #427145

#427145
(66,113,69)
#537D55
(83,125,85)
#648965
(100,137,101)
#759575
(117,149,117)
#86A185
(134,161,133)
#97AD95
(151,173,149)
#A8B9A5
(168,185,165)
#B9C5B5
(185,197,181)
#CAD1C5
(202,209,197)
#DBDDD5
(219,221,213)
#ECE9E5
(236,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #427145 color. Also use rgb(66,113,69) instead hex code.

Text Font Color

.myTextColor { color: #427145; }

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

This text font color is #427145.


Background Color

.myBgColor { background-color: #427145; }

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

This div background color is #427145.


Border color

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

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

This div border color is #427145.


Opacity

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

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

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

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

This text has shadow with #427145 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #427145 on black background.


Color preview on white background

This text has color #427145 on white background.



Black color preview on #427145 background

This text has black color on #427145 background.


White color preview on #427145 background

This text has white color on #427145 background.