COLOR #62744D

HEX: #62744D
RGB: (98,116,77)

Color info

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

RGB color model

#62744D color RGB value is (98,116,77).

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

RGB channels and saturation

R 98 of 255 = 38%
G 116 of 255 = 45%
B 77 of 255 = 30%

98
116
77

R + G + B ~ 38%. #62744D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
98 + 116 + 77 = 291 (100%)
R 98 of 291 ~ 33.68%
G 116 of 291 ~ 39.86%
B 77 of 291 ~ 26.46%

%33.68
%39.86
%26.46

CMYK color model

#62744D color CMYK value is (16,0,34,55).

  • cyan value is 15.52%
  • magenta value is 0.00%
  • yellow value is 33.62%
  • key color value is 54.51%
CMYK:
(16,0,34,55)
C16M0Y34K55 
(16%,0%,34%,55%)
(0.16/0.00/0.34/0.55)	

CMYK percentages

%15.52
%0
%33.62
%54.51

Codes

Color #62744D in popluar color models

62744D
RGB9811677
HSL88°20.21%37.84%
HSB/HSV88°33.62%45.49%
CMYK15.52%0.00%33.62%
54.51%

Color #62744D in popluar number systems.

HEX62744D
Decimal9811677
Binary110001011101001001101
Octal142164115

Shades and tints

Shades of #62744D

#62744D
(98,116,77)
#5A6A46
(90,106,70)
#52603F
(82,96,63)
#4A5638
(74,86,56)
#424C31
(66,76,49)
#3A422A
(58,66,42)
#323823
(50,56,35)
#2A2E1C
(42,46,28)
#222415
(34,36,21)
#1A1A0E
(26,26,14)
#121007
(18,16,7)
#000000
(0,0,0)

Tints of #62744D

#62744D
(98,116,77)
#70805D
(112,128,93)
#7E8C6D
(126,140,109)
#8C987D
(140,152,125)
#9AA48D
(154,164,141)
#A8B09D
(168,176,157)
#B6BCAD
(182,188,173)
#C4C8BD
(196,200,189)
#D2D4CD
(210,212,205)
#E0E0DD
(224,224,221)
#EEECED
(238,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #62744D; }

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

This text font color is #62744D.


Background Color

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

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

This div background color is #62744D.


Border color

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

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

This div border color is #62744D.


Opacity

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

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

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

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

This text has shadow with #62744D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #62744D on black background.


Color preview on white background

This text has color #62744D on white background.



Black color preview on #62744D background

This text has black color on #62744D background.


White color preview on #62744D background

This text has white color on #62744D background.