COLOR #427B46

HEX: #427B46
RGB: (66,123,70)

Color info

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

RGB color model

#427B46 color RGB value is (66,123,70).

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

RGB channels and saturation

R 66 of 255 = 26%
G 123 of 255 = 48%
B 70 of 255 = 27%

66
123
70

R + G + B ~ 34%. #427B46 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 123 + 70 = 259 (100%)
R 66 of 259 ~ 25.48%
G 123 of 259 ~ 47.49%
B 70 of 259 ~ 27.03%

%25.48
%47.49
%27.03

CMYK color model

#427B46 color CMYK value is (46,0,43,52).

  • cyan value is 46.34%
  • magenta value is 0.00%
  • yellow value is 43.09%
  • key color value is 51.76%
CMYK:
(46,0,43,52)
C46M0Y43K52 
(46%,0%,43%,52%)
(0.46/0.00/0.43/0.52)	

CMYK percentages

%46.34
%0
%43.09
%51.76

Codes

Color #427B46 in popluar color models

427B46
RGB6612370
HSL124°30.16%37.06%
HSB/HSV124°46.34%48.24%
CMYK46.34%0.00%43.09%
51.76%

Color #427B46 in popluar number systems.

HEX427B46
Decimal6612370
Binary100001011110111000110
Octal102173106

Shades and tints

Shades of #427B46

#427B46
(66,123,70)
#3C7040
(60,112,64)
#36653A
(54,101,58)
#305A34
(48,90,52)
#2A4F2E
(42,79,46)
#244428
(36,68,40)
#1E3922
(30,57,34)
#182E1C
(24,46,28)
#122316
(18,35,22)
#0C1810
(12,24,16)
#060D0A
(6,13,10)
#000000
(0,0,0)

Tints of #427B46

#427B46
(66,123,70)
#538756
(83,135,86)
#649366
(100,147,102)
#759F76
(117,159,118)
#86AB86
(134,171,134)
#97B796
(151,183,150)
#A8C3A6
(168,195,166)
#B9CFB6
(185,207,182)
#CADBC6
(202,219,198)
#DBE7D6
(219,231,214)
#ECF3E6
(236,243,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #427B46; }

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

This text font color is #427B46.


Background Color

.myBgColor { background-color: #427B46; }

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

This div background color is #427B46.


Border color

.myBorderColor { border: 1px solid #427B46; }

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

This div border color is #427B46.


Opacity

.myOpacity80 { color: #427B46; opacity: 0.8; }

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

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

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

This text has shadow with #427B46 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #427B46 on black background.


Color preview on white background

This text has color #427B46 on white background.



Black color preview on #427B46 background

This text has black color on #427B46 background.


White color preview on #427B46 background

This text has white color on #427B46 background.