COLOR #62580E

HEX: #62580E
RGB: (98,88,14)

Color info

#62580E contains mainly red and green colors. Web safe color of #62580E is #666600 (or #660).

RGB color model

#62580E color RGB value is (98,88,14).

  • red value is 98;
  • green value is 88;
  • blue value is 14.
RGB:
(98,88,14)
(38%,35%,5%)

RGB channels and saturation

R 98 of 255 = 38%
G 88 of 255 = 35%
B 14 of 255 = 5%

98
88
14

R + G + B ~ 26%. #62580E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
98 + 88 + 14 = 200 (100%)
R 98 of 200 ~ 49%
G 88 of 200 ~ 44%
B 14 of 200 ~ 7%

%49
%44

CMYK color model

#62580E color CMYK value is (0,10,86,62).

  • cyan value is 0.00%
  • magenta value is 10.20%
  • yellow value is 85.71%
  • key color value is 61.57%
CMYK:
(0,10,86,62)
C0M10Y86K62 
(0%,10%,86%,62%)
(0.00/0.10/0.86/0.62)	

CMYK percentages

%0
%10.2
%85.71
%61.57

Codes

Color #62580E in popluar color models

62580E
RGB988814
HSL53°75.00%21.96%
HSB/HSV53°85.71%38.43%
CMYK0.00%10.20%85.71%
61.57%

Color #62580E in popluar number systems.

HEX62580E
Decimal988814
Binary110001010110001110
Octal14213016

Shades and tints

Shades of #62580E

#62580E
(98,88,14)
#5A500D
(90,80,13)
#52480C
(82,72,12)
#4A400B
(74,64,11)
#42380A
(66,56,10)
#3A3009
(58,48,9)
#322808
(50,40,8)
#2A2007
(42,32,7)
#221806
(34,24,6)
#1A1005
(26,16,5)
#120804
(18,8,4)
#000000
(0,0,0)

Tints of #62580E

#62580E
(98,88,14)
#706723
(112,103,35)
#7E7638
(126,118,56)
#8C854D
(140,133,77)
#9A9462
(154,148,98)
#A8A377
(168,163,119)
#B6B28C
(182,178,140)
#C4C1A1
(196,193,161)
#D2D0B6
(210,208,182)
#E0DFCB
(224,223,203)
#EEEEE0
(238,238,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #62580E color. Also use rgb(98,88,14) instead hex code.

Text Font Color

.myTextColor { color: #62580E; }

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

This text font color is #62580E.


Background Color

.myBgColor { background-color: #62580E; }

<div style="background-color:#62580E">Inner text</div>

This div background color is #62580E.


Border color

.myBorderColor { border: 1px solid #62580E; }

<div style="border:3px solid #62580E">Div</div>

This div border color is #62580E.


Opacity

.myOpacity80 { color: #62580E; opacity: 0.8; }

<p style="color:#62580E;opacity:0.8;">80%</p>

Text with #62580E 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 #62580E;}

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

This text has shadow with #62580E color.

.textShadow {text-shadow: 3px 3px 1px #62580E, 3px 3px 1px red;}

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

This text has shadow with #62580E primary color and red secondary color.


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

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

This text has shadow with #62580E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #62580E on black background.


Color preview on white background

This text has color #62580E on white background.



Black color preview on #62580E background

This text has black color on #62580E background.


White color preview on #62580E background

This text has white color on #62580E background.