COLOR #62875E

HEX: #62875E
RGB: (98,135,94)

Color info

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

RGB color model

#62875E color RGB value is (98,135,94).

  • red value is 98;
  • green value is 135;
  • blue value is 94.
RGB:
(98,135,94)
(38%,53%,37%)

RGB channels and saturation

R 98 of 255 = 38%
G 135 of 255 = 53%
B 94 of 255 = 37%

98
135
94

R + G + B ~ 43%. #62875E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
98 + 135 + 94 = 327 (100%)
R 98 of 327 ~ 29.97%
G 135 of 327 ~ 41.28%
B 94 of 327 ~ 28.75%

%29.97
%41.28
%28.75

CMYK color model

#62875E color CMYK value is (27,0,30,47).

  • cyan value is 27.41%
  • magenta value is 0.00%
  • yellow value is 30.37%
  • key color value is 47.06%
CMYK:
(27,0,30,47)
C27M0Y30K47 
(27%,0%,30%,47%)
(0.27/0.00/0.30/0.47)	

CMYK percentages

%27.41
%0
%30.37
%47.06

Codes

Color #62875E in popluar color models

62875E
RGB9813594
HSL114°17.90%44.90%
HSB/HSV114°30.37%52.94%
CMYK27.41%0.00%30.37%
47.06%

Color #62875E in popluar number systems.

HEX62875E
Decimal9813594
Binary1100010100001111011110
Octal142207136

Shades and tints

Shades of #62875E

#62875E
(98,135,94)
#5A7B56
(90,123,86)
#526F4E
(82,111,78)
#4A6346
(74,99,70)
#42573E
(66,87,62)
#3A4B36
(58,75,54)
#323F2E
(50,63,46)
#2A3326
(42,51,38)
#22271E
(34,39,30)
#1A1B16
(26,27,22)
#120F0E
(18,15,14)
#000000
(0,0,0)

Tints of #62875E

#62875E
(98,135,94)
#70916C
(112,145,108)
#7E9B7A
(126,155,122)
#8CA588
(140,165,136)
#9AAF96
(154,175,150)
#A8B9A4
(168,185,164)
#B6C3B2
(182,195,178)
#C4CDC0
(196,205,192)
#D2D7CE
(210,215,206)
#E0E1DC
(224,225,220)
#EEEBEA
(238,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #62875E color. Also use rgb(98,135,94) instead hex code.

Text Font Color

.myTextColor { color: #62875E; }

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

This text font color is #62875E.


Background Color

.myBgColor { background-color: #62875E; }

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

This div background color is #62875E.


Border color

.myBorderColor { border: 1px solid #62875E; }

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

This div border color is #62875E.


Opacity

.myOpacity80 { color: #62875E; opacity: 0.8; }

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

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

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

This text has shadow with #62875E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #62875E on black background.


Color preview on white background

This text has color #62875E on white background.



Black color preview on #62875E background

This text has black color on #62875E background.


White color preview on #62875E background

This text has white color on #62875E background.