COLOR #62795F

HEX: #62795F
RGB: (98,121,95)

Color info

#62795F contains red, green and blue colors in about the same proportion. Web safe color of #62795F is #666666 (or #666).

RGB color model

#62795F color RGB value is (98,121,95).

  • red value is 98;
  • green value is 121;
  • blue value is 95.
RGB:
(98,121,95)
(38%,47%,37%)

RGB channels and saturation

R 98 of 255 = 38%
G 121 of 255 = 47%
B 95 of 255 = 37%

98
121
95

R + G + B ~ 41%. #62795F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
98 + 121 + 95 = 314 (100%)
R 98 of 314 ~ 31.21%
G 121 of 314 ~ 38.54%
B 95 of 314 ~ 30.25%

%31.21
%38.54
%30.25

CMYK color model

#62795F color CMYK value is (19,0,21,53).

  • cyan value is 19.01%
  • magenta value is 0.00%
  • yellow value is 21.49%
  • key color value is 52.55%
CMYK:
(19,0,21,53)
C19M0Y21K53 
(19%,0%,21%,53%)
(0.19/0.00/0.21/0.53)	

CMYK percentages

%19.01
%0
%21.49
%52.55

Codes

Color #62795F in popluar color models

62795F
RGB9812195
HSL113°12.04%42.35%
HSB/HSV113°21.49%47.45%
CMYK19.01%0.00%21.49%
52.55%

Color #62795F in popluar number systems.

HEX62795F
Decimal9812195
Binary110001011110011011111
Octal142171137

Shades and tints

Shades of #62795F

#62795F
(98,121,95)
#5A6E57
(90,110,87)
#52634F
(82,99,79)
#4A5847
(74,88,71)
#424D3F
(66,77,63)
#3A4237
(58,66,55)
#32372F
(50,55,47)
#2A2C27
(42,44,39)
#22211F
(34,33,31)
#1A1617
(26,22,23)
#120B0F
(18,11,15)
#000000
(0,0,0)

Tints of #62795F

#62795F
(98,121,95)
#70856D
(112,133,109)
#7E917B
(126,145,123)
#8C9D89
(140,157,137)
#9AA997
(154,169,151)
#A8B5A5
(168,181,165)
#B6C1B3
(182,193,179)
#C4CDC1
(196,205,193)
#D2D9CF
(210,217,207)
#E0E5DD
(224,229,221)
#EEF1EB
(238,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #62795F color. Also use rgb(98,121,95) instead hex code.

Text Font Color

.myTextColor { color: #62795F; }

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

This text font color is #62795F.


Background Color

.myBgColor { background-color: #62795F; }

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

This div background color is #62795F.


Border color

.myBorderColor { border: 1px solid #62795F; }

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

This div border color is #62795F.


Opacity

.myOpacity80 { color: #62795F; opacity: 0.8; }

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

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

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

This text has shadow with #62795F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #62795F on black background.


Color preview on white background

This text has color #62795F on white background.



Black color preview on #62795F background

This text has black color on #62795F background.


White color preview on #62795F background

This text has white color on #62795F background.