COLOR #58230A

HEX: #58230A
RGB: (88,35,10)

Color info

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

RGB color model

#58230A color RGB value is (88,35,10).

  • red value is 88;
  • green value is 35;
  • blue value is 10.
RGB:
(88,35,10)
(35%,14%,4%)

RGB channels and saturation

R 88 of 255 = 35%
G 35 of 255 = 14%
B 10 of 255 = 4%

88
35
10

R + G + B ~ 18%. #58230A is dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 35 + 10 = 133 (100%)
R 88 of 133 ~ 66.17%
G 35 of 133 ~ 26.32%
B 10 of 133 ~ 7.52%

%66.17
%26.32

CMYK color model

#58230A color CMYK value is (0,60,89,65).

  • cyan value is 0.00%
  • magenta value is 60.23%
  • yellow value is 88.64%
  • key color value is 65.49%
CMYK:
(0,60,89,65)
C0M60Y89K65 
(0%,60%,89%,65%)
(0.00/0.60/0.89/0.65)	

CMYK percentages

%0
%60.23
%88.64
%65.49

Codes

Color #58230A in popluar color models

58230A
RGB883510
HSL19°79.59%19.22%
HSB/HSV19°88.64%34.51%
CMYK0.00%60.23%88.64%
65.49%

Color #58230A in popluar number systems.

HEX58230A
Decimal883510
Binary10110001000111010
Octal1304312

Shades and tints

Shades of #58230A

#58230A
(88,35,10)
#50200A
(80,32,10)
#481D0A
(72,29,10)
#401A0A
(64,26,10)
#38170A
(56,23,10)
#30140A
(48,20,10)
#28110A
(40,17,10)
#200E0A
(32,14,10)
#180B0A
(24,11,10)
#10080A
(16,8,10)
#08050A
(8,5,10)
#000000
(0,0,0)

Tints of #58230A

#58230A
(88,35,10)
#673720
(103,55,32)
#764B36
(118,75,54)
#855F4C
(133,95,76)
#947362
(148,115,98)
#A38778
(163,135,120)
#B29B8E
(178,155,142)
#C1AFA4
(193,175,164)
#D0C3BA
(208,195,186)
#DFD7D0
(223,215,208)
#EEEBE6
(238,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #58230A color. Also use rgb(88,35,10) instead hex code.

Text Font Color

.myTextColor { color: #58230A; }

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

This text font color is #58230A.


Background Color

.myBgColor { background-color: #58230A; }

<div style="background-color:#58230A">Inner text</div>

This div background color is #58230A.


Border color

.myBorderColor { border: 1px solid #58230A; }

<div style="border:3px solid #58230A">Div</div>

This div border color is #58230A.


Opacity

.myOpacity80 { color: #58230A; opacity: 0.8; }

<p style="color:#58230A;opacity:0.8;">80%</p>

Text with #58230A 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 #58230A;}

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

This text has shadow with #58230A color.

.textShadow {text-shadow: 3px 3px 1px #58230A, 3px 3px 1px red;}

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

This text has shadow with #58230A primary color and red secondary color.


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

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

This text has shadow with #58230A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58230A on black background.


Color preview on white background

This text has color #58230A on white background.



Black color preview on #58230A background

This text has black color on #58230A background.


White color preview on #58230A background

This text has white color on #58230A background.