COLOR #62715D

HEX: #62715D
RGB: (98,113,93)

Color info

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

RGB color model

#62715D color RGB value is (98,113,93).

  • red value is 98;
  • green value is 113;
  • blue value is 93.
RGB: (98,113,93) (38%,44%,36%)

RGB channels and saturation

R 98 of 255 = 38%
G 113 of 255 = 44%
B 93 of 255 = 36%

98
113
93

R + G + B ~ 39%. #62715D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
98 + 113 + 93 = 304 (100%)
R 98 of 304 ~ 32.24%
G 113 of 304 ~ 37.17%
B 93 of 304 ~ 30.59%

%32.24
%37.17
%30.59

CMYK color model

#62715D color CMYK value is (13,0,18,56).

  • cyan value is 13.27%
  • magenta value is 0.00%
  • yellow value is 17.70%
  • key color value is 55.69%
CMYK: (13,0,18,56) C13M0Y18K56 (13%,0%,18%,56%) (0.13/0.00/0.18/0.56)

CMYK percentages

%13.27
%0
%17.7
%55.69

Codes

Color #62715D in popluar color models

62715D
RGB9811393
HSL105°9.71%40.39%
HSB/HSV105°17.70%44.31%
CMYK13.27%0.00%17.70%
55.69%

Color #62715D in popluar number systems.

HEX62715D
Decimal9811393
Binary110001011100011011101
Octal142161135

Shades and tints

Shades of #62715D

#62715D
(98,113,93)
#5A6755
(90,103,85)
#525D4D
(82,93,77)
#4A5345
(74,83,69)
#42493D
(66,73,61)
#3A3F35
(58,63,53)
#32352D
(50,53,45)
#2A2B25
(42,43,37)
#22211D
(34,33,29)
#1A1715
(26,23,21)
#120D0D
(18,13,13)
#000000
(0,0,0)

Tints of #62715D

#62715D
(98,113,93)
#707D6B
(112,125,107)
#7E8979
(126,137,121)
#8C9587
(140,149,135)
#9AA195
(154,161,149)
#A8ADA3
(168,173,163)
#B6B9B1
(182,185,177)
#C4C5BF
(196,197,191)
#D2D1CD
(210,209,205)
#E0DDDB
(224,221,219)
#EEE9E9
(238,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #62715D color. Also use rgb(98,113,93) instead hex code.

Text Font Color

.myTextColor { color: #62715D; }

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

This text font color is #62715D.


Background Color

.myBgColor { background-color: #62715D; }

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

This div background color is #62715D.


Border color

.myBorderColor { border: 1px solid #62715D; }

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

This div border color is #62715D.


Opacity

.myOpacity80 { color: #62715D; opacity: 0.8; }

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

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

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

This text has shadow with #62715D color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #62715D on black background.


Color preview on white background

This text has color #62715D on white background.



Black color preview on #62715D background

This text has black color on #62715D background.


White color preview on #62715D background

This text has white color on #62715D background.