COLOR #62714D

HEX: #62714D
RGB: (98,113,77)

Color info

#62714D contains red, green and blue colors in about the same proportion. Web safe color of #62714D is #666633 (or #663).

RGB color model

#62714D color RGB value is (98,113,77).

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

RGB channels and saturation

R 98 of 255 = 38%
G 113 of 255 = 44%
B 77 of 255 = 30%

98
113
77

R + G + B ~ 37%. #62714D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
98 + 113 + 77 = 288 (100%)
R 98 of 288 ~ 34.03%
G 113 of 288 ~ 39.24%
B 77 of 288 ~ 26.74%

%34.03
%39.24
%26.74

CMYK color model

#62714D color CMYK value is (13,0,32,56).

  • cyan value is 13.27%
  • magenta value is 0.00%
  • yellow value is 31.86%
  • key color value is 55.69%
CMYK:
(13,0,32,56)
C13M0Y32K56 
(13%,0%,32%,56%)
(0.13/0.00/0.32/0.56)	

CMYK percentages

%13.27
%0
%31.86
%55.69

Codes

Color #62714D in popluar color models

62714D
RGB9811377
HSL85°18.95%37.25%
HSB/HSV85°31.86%44.31%
CMYK13.27%0.00%31.86%
55.69%

Color #62714D in popluar number systems.

HEX62714D
Decimal9811377
Binary110001011100011001101
Octal142161115

Shades and tints

Shades of #62714D

#62714D
(98,113,77)
#5A6746
(90,103,70)
#525D3F
(82,93,63)
#4A5338
(74,83,56)
#424931
(66,73,49)
#3A3F2A
(58,63,42)
#323523
(50,53,35)
#2A2B1C
(42,43,28)
#222115
(34,33,21)
#1A170E
(26,23,14)
#120D07
(18,13,7)
#000000
(0,0,0)

Tints of #62714D

#62714D
(98,113,77)
#707D5D
(112,125,93)
#7E896D
(126,137,109)
#8C957D
(140,149,125)
#9AA18D
(154,161,141)
#A8AD9D
(168,173,157)
#B6B9AD
(182,185,173)
#C4C5BD
(196,197,189)
#D2D1CD
(210,209,205)
#E0DDDD
(224,221,221)
#EEE9ED
(238,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #62714D; }

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

This text font color is #62714D.


Background Color

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

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

This div background color is #62714D.


Border color

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

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

This div border color is #62714D.


Opacity

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

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

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

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

This text has shadow with #62714D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #62714D on black background.


Color preview on white background

This text has color #62714D on white background.



Black color preview on #62714D background

This text has black color on #62714D background.


White color preview on #62714D background

This text has white color on #62714D background.