COLOR #62885C

HEX: #62885C
RGB: (98,136,92)

Color info

#62885C contains red, green and blue colors in about the same proportion. Web safe color of #62885C is #669966 (or #696).

RGB color model

#62885C color RGB value is (98,136,92).

  • red value is 98;
  • green value is 136;
  • blue value is 92.
RGB:
(98,136,92)
(38%,53%,36%)

RGB channels and saturation

R 98 of 255 = 38%
G 136 of 255 = 53%
B 92 of 255 = 36%

98
136
92

R + G + B ~ 42%. #62885C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
98 + 136 + 92 = 326 (100%)
R 98 of 326 ~ 30.06%
G 136 of 326 ~ 41.72%
B 92 of 326 ~ 28.22%

%30.06
%41.72
%28.22

CMYK color model

#62885C color CMYK value is (28,0,32,47).

  • cyan value is 27.94%
  • magenta value is 0.00%
  • yellow value is 32.35%
  • key color value is 46.67%
CMYK:
(28,0,32,47)
C28M0Y32K47 
(28%,0%,32%,47%)
(0.28/0.00/0.32/0.47)	

CMYK percentages

%27.94
%0
%32.35
%46.67

Codes

Color #62885C in popluar color models

62885C
RGB9813692
HSL112°19.30%44.71%
HSB/HSV112°32.35%53.33%
CMYK27.94%0.00%32.35%
46.67%

Color #62885C in popluar number systems.

HEX62885C
Decimal9813692
Binary1100010100010001011100
Octal142210134

Shades and tints

Shades of #62885C

#62885C
(98,136,92)
#5A7C54
(90,124,84)
#52704C
(82,112,76)
#4A6444
(74,100,68)
#42583C
(66,88,60)
#3A4C34
(58,76,52)
#32402C
(50,64,44)
#2A3424
(42,52,36)
#22281C
(34,40,28)
#1A1C14
(26,28,20)
#12100C
(18,16,12)
#000000
(0,0,0)

Tints of #62885C

#62885C
(98,136,92)
#70926A
(112,146,106)
#7E9C78
(126,156,120)
#8CA686
(140,166,134)
#9AB094
(154,176,148)
#A8BAA2
(168,186,162)
#B6C4B0
(182,196,176)
#C4CEBE
(196,206,190)
#D2D8CC
(210,216,204)
#E0E2DA
(224,226,218)
#EEECE8
(238,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #62885C color. Also use rgb(98,136,92) instead hex code.

Text Font Color

.myTextColor { color: #62885C; }

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

This text font color is #62885C.


Background Color

.myBgColor { background-color: #62885C; }

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

This div background color is #62885C.


Border color

.myBorderColor { border: 1px solid #62885C; }

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

This div border color is #62885C.


Opacity

.myOpacity80 { color: #62885C; opacity: 0.8; }

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

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

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

This text has shadow with #62885C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #62885C on black background.


Color preview on white background

This text has color #62885C on white background.



Black color preview on #62885C background

This text has black color on #62885C background.


White color preview on #62885C background

This text has white color on #62885C background.