COLOR #427351

HEX: #427351
RGB: (66,115,81)

Color info

#427351 contains red, green and blue colors in about the same proportion. Web safe color of #427351 is #336666 (or #366).

RGB color model

#427351 color RGB value is (66,115,81).

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

RGB channels and saturation

R 66 of 255 = 26%
G 115 of 255 = 45%
B 81 of 255 = 32%

66
115
81

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

Portions of RGB colors in percentages

R + G + B =
66 + 115 + 81 = 262 (100%)
R 66 of 262 ~ 25.19%
G 115 of 262 ~ 43.89%
B 81 of 262 ~ 30.92%

%25.19
%43.89
%30.92

CMYK color model

#427351 color CMYK value is (43,0,30,55).

  • cyan value is 42.61%
  • magenta value is 0.00%
  • yellow value is 29.57%
  • key color value is 54.90%
CMYK:
(43,0,30,55)
C43M0Y30K55 
(43%,0%,30%,55%)
(0.43/0.00/0.30/0.55)	

CMYK percentages

%42.61
%0
%29.57
%54.9

Codes

Color #427351 in popluar color models

427351
RGB6611581
HSL138°27.07%35.49%
HSB/HSV138°42.61%45.10%
CMYK42.61%0.00%29.57%
54.90%

Color #427351 in popluar number systems.

HEX427351
Decimal6611581
Binary100001011100111010001
Octal102163121

Shades and tints

Shades of #427351

#427351
(66,115,81)
#3C694A
(60,105,74)
#365F43
(54,95,67)
#30553C
(48,85,60)
#2A4B35
(42,75,53)
#24412E
(36,65,46)
#1E3727
(30,55,39)
#182D20
(24,45,32)
#122319
(18,35,25)
#0C1912
(12,25,18)
#060F0B
(6,15,11)
#000000
(0,0,0)

Tints of #427351

#427351
(66,115,81)
#537F60
(83,127,96)
#648B6F
(100,139,111)
#75977E
(117,151,126)
#86A38D
(134,163,141)
#97AF9C
(151,175,156)
#A8BBAB
(168,187,171)
#B9C7BA
(185,199,186)
#CAD3C9
(202,211,201)
#DBDFD8
(219,223,216)
#ECEBE7
(236,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #427351; }

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

This text font color is #427351.


Background Color

.myBgColor { background-color: #427351; }

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

This div background color is #427351.


Border color

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

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

This div border color is #427351.


Opacity

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

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

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

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

This text has shadow with #427351 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #427351 on black background.


Color preview on white background

This text has color #427351 on white background.



Black color preview on #427351 background

This text has black color on #427351 background.


White color preview on #427351 background

This text has white color on #427351 background.