COLOR #62471D

HEX: #62471D
RGB: (98,71,29)

Color info

#62471D contains mainly red and green colors. Web safe color of #62471D is #663333 (or #633).

RGB color model

#62471D color RGB value is (98,71,29).

  • red value is 98;
  • green value is 71;
  • blue value is 29.
RGB:
(98,71,29)
(38%,28%,11%)

RGB channels and saturation

R 98 of 255 = 38%
G 71 of 255 = 28%
B 29 of 255 = 11%

98
71
29

R + G + B ~ 26%. #62471D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
98 + 71 + 29 = 198 (100%)
R 98 of 198 ~ 49.49%
G 71 of 198 ~ 35.86%
B 29 of 198 ~ 14.65%

%49.49
%35.86
%14.65

CMYK color model

#62471D color CMYK value is (0,28,70,62).

  • cyan value is 0.00%
  • magenta value is 27.55%
  • yellow value is 70.41%
  • key color value is 61.57%
CMYK:
(0,28,70,62)
C0M28Y70K62 
(0%,28%,70%,62%)
(0.00/0.28/0.70/0.62)	

CMYK percentages

%0
%27.55
%70.41
%61.57

Codes

Color #62471D in popluar color models

62471D
RGB987129
HSL37°54.33%24.90%
HSB/HSV37°70.41%38.43%
CMYK0.00%27.55%70.41%
61.57%

Color #62471D in popluar number systems.

HEX62471D
Decimal987129
Binary1100010100011111101
Octal14210735

Shades and tints

Shades of #62471D

#62471D
(98,71,29)
#5A411B
(90,65,27)
#523B19
(82,59,25)
#4A3517
(74,53,23)
#422F15
(66,47,21)
#3A2913
(58,41,19)
#322311
(50,35,17)
#2A1D0F
(42,29,15)
#22170D
(34,23,13)
#1A110B
(26,17,11)
#120B09
(18,11,9)
#000000
(0,0,0)

Tints of #62471D

#62471D
(98,71,29)
#705731
(112,87,49)
#7E6745
(126,103,69)
#8C7759
(140,119,89)
#9A876D
(154,135,109)
#A89781
(168,151,129)
#B6A795
(182,167,149)
#C4B7A9
(196,183,169)
#D2C7BD
(210,199,189)
#E0D7D1
(224,215,209)
#EEE7E5
(238,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #62471D color. Also use rgb(98,71,29) instead hex code.

Text Font Color

.myTextColor { color: #62471D; }

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

This text font color is #62471D.


Background Color

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

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

This div background color is #62471D.


Border color

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

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

This div border color is #62471D.


Opacity

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

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

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

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

This text has shadow with #62471D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #62471D on black background.


Color preview on white background

This text has color #62471D on white background.



Black color preview on #62471D background

This text has black color on #62471D background.


White color preview on #62471D background

This text has white color on #62471D background.