COLOR #427446

HEX: #427446
RGB: (66,116,70)

Color info

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

RGB color model

#427446 color RGB value is (66,116,70).

  • red value is 66;
  • green value is 116;
  • blue value is 70.
RGB:
(66,116,70)
(26%,45%,27%)

RGB channels and saturation

R 66 of 255 = 26%
G 116 of 255 = 45%
B 70 of 255 = 27%

66
116
70

R + G + B ~ 33%. #427446 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 116 + 70 = 252 (100%)
R 66 of 252 ~ 26.19%
G 116 of 252 ~ 46.03%
B 70 of 252 ~ 27.78%

%26.19
%46.03
%27.78

CMYK color model

#427446 color CMYK value is (43,0,40,55).

  • cyan value is 43.10%
  • magenta value is 0.00%
  • yellow value is 39.66%
  • key color value is 54.51%
CMYK:
(43,0,40,55)
C43M0Y40K55 
(43%,0%,40%,55%)
(0.43/0.00/0.40/0.55)	

CMYK percentages

%43.1
%0
%39.66
%54.51

Codes

Color #427446 in popluar color models

427446
RGB6611670
HSL125°27.47%35.69%
HSB/HSV125°43.10%45.49%
CMYK43.10%0.00%39.66%
54.51%

Color #427446 in popluar number systems.

HEX427446
Decimal6611670
Binary100001011101001000110
Octal102164106

Shades and tints

Shades of #427446

#427446
(66,116,70)
#3C6A40
(60,106,64)
#36603A
(54,96,58)
#305634
(48,86,52)
#2A4C2E
(42,76,46)
#244228
(36,66,40)
#1E3822
(30,56,34)
#182E1C
(24,46,28)
#122416
(18,36,22)
#0C1A10
(12,26,16)
#06100A
(6,16,10)
#000000
(0,0,0)

Tints of #427446

#427446
(66,116,70)
#538056
(83,128,86)
#648C66
(100,140,102)
#759876
(117,152,118)
#86A486
(134,164,134)
#97B096
(151,176,150)
#A8BCA6
(168,188,166)
#B9C8B6
(185,200,182)
#CAD4C6
(202,212,198)
#DBE0D6
(219,224,214)
#ECECE6
(236,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #427446 color. Also use rgb(66,116,70) instead hex code.

Text Font Color

.myTextColor { color: #427446; }

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

This text font color is #427446.


Background Color

.myBgColor { background-color: #427446; }

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

This div background color is #427446.


Border color

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

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

This div border color is #427446.


Opacity

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

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

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

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

This text has shadow with #427446 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #427446 on black background.


Color preview on white background

This text has color #427446 on white background.



Black color preview on #427446 background

This text has black color on #427446 background.


White color preview on #427446 background

This text has white color on #427446 background.