COLOR #427958

HEX: #427958
RGB: (66,121,88)

Color info

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

RGB color model

#427958 color RGB value is (66,121,88).

  • red value is 66;
  • green value is 121;
  • blue value is 88.
RGB:
(66,121,88)
(26%,47%,35%)

RGB channels and saturation

R 66 of 255 = 26%
G 121 of 255 = 47%
B 88 of 255 = 35%

66
121
88

R + G + B ~ 36%. #427958 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 121 + 88 = 275 (100%)
R 66 of 275 ~ 24%
G 121 of 275 ~ 44%
B 88 of 275 ~ 32%

%24
%44
%32

CMYK color model

#427958 color CMYK value is (45,0,27,53).

  • cyan value is 45.45%
  • magenta value is 0.00%
  • yellow value is 27.27%
  • key color value is 52.55%
CMYK:
(45,0,27,53)
C45M0Y27K53 
(45%,0%,27%,53%)
(0.45/0.00/0.27/0.53)	

CMYK percentages

%45.45
%0
%27.27
%52.55

Codes

Color #427958 in popluar color models

427958
RGB6612188
HSL144°29.41%36.67%
HSB/HSV144°45.45%47.45%
CMYK45.45%0.00%27.27%
52.55%

Color #427958 in popluar number systems.

HEX427958
Decimal6612188
Binary100001011110011011000
Octal102171130

Shades and tints

Shades of #427958

#427958
(66,121,88)
#3C6E50
(60,110,80)
#366348
(54,99,72)
#305840
(48,88,64)
#2A4D38
(42,77,56)
#244230
(36,66,48)
#1E3728
(30,55,40)
#182C20
(24,44,32)
#122118
(18,33,24)
#0C1610
(12,22,16)
#060B08
(6,11,8)
#000000
(0,0,0)

Tints of #427958

#427958
(66,121,88)
#538567
(83,133,103)
#649176
(100,145,118)
#759D85
(117,157,133)
#86A994
(134,169,148)
#97B5A3
(151,181,163)
#A8C1B2
(168,193,178)
#B9CDC1
(185,205,193)
#CAD9D0
(202,217,208)
#DBE5DF
(219,229,223)
#ECF1EE
(236,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #427958 color. Also use rgb(66,121,88) instead hex code.

Text Font Color

.myTextColor { color: #427958; }

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

This text font color is #427958.


Background Color

.myBgColor { background-color: #427958; }

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

This div background color is #427958.


Border color

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

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

This div border color is #427958.


Opacity

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

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

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

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

This text has shadow with #427958 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #427958 on black background.


Color preview on white background

This text has color #427958 on white background.



Black color preview on #427958 background

This text has black color on #427958 background.


White color preview on #427958 background

This text has white color on #427958 background.