COLOR #62895A

HEX: #62895A
RGB: (98,137,90)

Color info

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

RGB color model

#62895A color RGB value is (98,137,90).

  • red value is 98;
  • green value is 137;
  • blue value is 90.
RGB:
(98,137,90)
(38%,54%,35%)

RGB channels and saturation

R 98 of 255 = 38%
G 137 of 255 = 54%
B 90 of 255 = 35%

98
137
90

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

Portions of RGB colors in percentages

R + G + B =
98 + 137 + 90 = 325 (100%)
R 98 of 325 ~ 30.15%
G 137 of 325 ~ 42.15%
B 90 of 325 ~ 27.69%

%30.15
%42.15
%27.69

CMYK color model

#62895A color CMYK value is (28,0,34,46).

  • cyan value is 28.47%
  • magenta value is 0.00%
  • yellow value is 34.31%
  • key color value is 46.27%
CMYK:
(28,0,34,46)
C28M0Y34K46 
(28%,0%,34%,46%)
(0.28/0.00/0.34/0.46)	

CMYK percentages

%28.47
%0
%34.31
%46.27

Codes

Color #62895A in popluar color models

62895A
RGB9813790
HSL110°20.70%44.51%
HSB/HSV110°34.31%53.73%
CMYK28.47%0.00%34.31%
46.27%

Color #62895A in popluar number systems.

HEX62895A
Decimal9813790
Binary1100010100010011011010
Octal142211132

Shades and tints

Shades of #62895A

#62895A
(98,137,90)
#5A7D52
(90,125,82)
#52714A
(82,113,74)
#4A6542
(74,101,66)
#42593A
(66,89,58)
#3A4D32
(58,77,50)
#32412A
(50,65,42)
#2A3522
(42,53,34)
#22291A
(34,41,26)
#1A1D12
(26,29,18)
#12110A
(18,17,10)
#000000
(0,0,0)

Tints of #62895A

#62895A
(98,137,90)
#709369
(112,147,105)
#7E9D78
(126,157,120)
#8CA787
(140,167,135)
#9AB196
(154,177,150)
#A8BBA5
(168,187,165)
#B6C5B4
(182,197,180)
#C4CFC3
(196,207,195)
#D2D9D2
(210,217,210)
#E0E3E1
(224,227,225)
#EEEDF0
(238,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #62895A color. Also use rgb(98,137,90) instead hex code.

Text Font Color

.myTextColor { color: #62895A; }

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

This text font color is #62895A.


Background Color

.myBgColor { background-color: #62895A; }

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

This div background color is #62895A.


Border color

.myBorderColor { border: 1px solid #62895A; }

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

This div border color is #62895A.


Opacity

.myOpacity80 { color: #62895A; opacity: 0.8; }

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

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

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

This text has shadow with #62895A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #62895A on black background.


Color preview on white background

This text has color #62895A on white background.



Black color preview on #62895A background

This text has black color on #62895A background.


White color preview on #62895A background

This text has white color on #62895A background.