COLOR #58450D

HEX: #58450D
RGB: (88,69,13)

Color info

#58450D contains mainly red and green colors. Web safe color of #58450D is #663300 (or #630).

RGB color model

#58450D color RGB value is (88,69,13).

  • red value is 88;
  • green value is 69;
  • blue value is 13.
RGB:
(88,69,13)
(35%,27%,5%)

RGB channels and saturation

R 88 of 255 = 35%
G 69 of 255 = 27%
B 13 of 255 = 5%

88
69
13

R + G + B ~ 22%. #58450D is dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 69 + 13 = 170 (100%)
R 88 of 170 ~ 51.76%
G 69 of 170 ~ 40.59%
B 13 of 170 ~ 7.65%

%51.76
%40.59

CMYK color model

#58450D color CMYK value is (0,22,85,65).

  • cyan value is 0.00%
  • magenta value is 21.59%
  • yellow value is 85.23%
  • key color value is 65.49%
CMYK:
(0,22,85,65)
C0M22Y85K65 
(0%,22%,85%,65%)
(0.00/0.22/0.85/0.65)	

CMYK percentages

%0
%21.59
%85.23
%65.49

Codes

Color #58450D in popluar color models

58450D
RGB886913
HSL45°74.26%19.80%
HSB/HSV45°85.23%34.51%
CMYK0.00%21.59%85.23%
65.49%

Color #58450D in popluar number systems.

HEX58450D
Decimal886913
Binary101100010001011101
Octal13010515

Shades and tints

Shades of #58450D

#58450D
(88,69,13)
#503F0C
(80,63,12)
#48390B
(72,57,11)
#40330A
(64,51,10)
#382D09
(56,45,9)
#302708
(48,39,8)
#282107
(40,33,7)
#201B06
(32,27,6)
#181505
(24,21,5)
#100F04
(16,15,4)
#080903
(8,9,3)
#000000
(0,0,0)

Tints of #58450D

#58450D
(88,69,13)
#675523
(103,85,35)
#766539
(118,101,57)
#85754F
(133,117,79)
#948565
(148,133,101)
#A3957B
(163,149,123)
#B2A591
(178,165,145)
#C1B5A7
(193,181,167)
#D0C5BD
(208,197,189)
#DFD5D3
(223,213,211)
#EEE5E9
(238,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #58450D color. Also use rgb(88,69,13) instead hex code.

Text Font Color

.myTextColor { color: #58450D; }

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

This text font color is #58450D.


Background Color

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

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

This div background color is #58450D.


Border color

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

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

This div border color is #58450D.


Opacity

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

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

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

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

This text has shadow with #58450D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58450D on black background.


Color preview on white background

This text has color #58450D on white background.



Black color preview on #58450D background

This text has black color on #58450D background.


White color preview on #58450D background

This text has white color on #58450D background.