COLOR #427253

HEX: #427253
RGB: (66,114,83)

Color info

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

RGB color model

#427253 color RGB value is (66,114,83).

  • red value is 66;
  • green value is 114;
  • blue value is 83.
RGB:
(66,114,83)
(26%,45%,33%)

RGB channels and saturation

R 66 of 255 = 26%
G 114 of 255 = 45%
B 83 of 255 = 33%

66
114
83

R + G + B ~ 35%. #427253 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 114 + 83 = 263 (100%)
R 66 of 263 ~ 25.1%
G 114 of 263 ~ 43.35%
B 83 of 263 ~ 31.56%

%25.1
%43.35
%31.56

CMYK color model

#427253 color CMYK value is (42,0,27,55).

  • cyan value is 42.11%
  • magenta value is 0.00%
  • yellow value is 27.19%
  • key color value is 55.29%
CMYK:
(42,0,27,55)
C42M0Y27K55 
(42%,0%,27%,55%)
(0.42/0.00/0.27/0.55)	

CMYK percentages

%42.11
%0
%27.19
%55.29

Codes

Color #427253 in popluar color models

427253
RGB6611483
HSL141°26.67%35.29%
HSB/HSV141°42.11%44.71%
CMYK42.11%0.00%27.19%
55.29%

Color #427253 in popluar number systems.

HEX427253
Decimal6611483
Binary100001011100101010011
Octal102162123

Shades and tints

Shades of #427253

#427253
(66,114,83)
#3C684C
(60,104,76)
#365E45
(54,94,69)
#30543E
(48,84,62)
#2A4A37
(42,74,55)
#244030
(36,64,48)
#1E3629
(30,54,41)
#182C22
(24,44,34)
#12221B
(18,34,27)
#0C1814
(12,24,20)
#060E0D
(6,14,13)
#000000
(0,0,0)

Tints of #427253

#427253
(66,114,83)
#537E62
(83,126,98)
#648A71
(100,138,113)
#759680
(117,150,128)
#86A28F
(134,162,143)
#97AE9E
(151,174,158)
#A8BAAD
(168,186,173)
#B9C6BC
(185,198,188)
#CAD2CB
(202,210,203)
#DBDEDA
(219,222,218)
#ECEAE9
(236,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #427253 color. Also use rgb(66,114,83) instead hex code.

Text Font Color

.myTextColor { color: #427253; }

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

This text font color is #427253.


Background Color

.myBgColor { background-color: #427253; }

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

This div background color is #427253.


Border color

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

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

This div border color is #427253.


Opacity

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

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

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

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

This text has shadow with #427253 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #427253 on black background.


Color preview on white background

This text has color #427253 on white background.



Black color preview on #427253 background

This text has black color on #427253 background.


White color preview on #427253 background

This text has white color on #427253 background.