COLOR #58300F

HEX: #58300F RGB: (88,48,15)

Color info

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

RGB color model

#58300F color RGB value is (88,48,15).

RGB: (88,48,15) (35%, 19%, 6%)

RGB channels and saturation

R 88 of 255 = 35%
G 48 of 255 = 19%
B 15 of 255 = 6%

88
48
15

R + G + B ~ 20%. #58300F is dark color.

Portions of RGB colors in percentages

R + G + B = 88 + 48 + 15 = 151 (100%)
R 88 of 151 ~ 58.28%
G 48 of 151 ~ 31.79%
B 15 of 151 ~ 9.93'%

%58.28
%31.79

CMYK color model

#58300F color CMYK value is (0,45,83,65).

  • cyan value is 0.00%
  • magenta value is 45.45%
  • yellow value is 82.95%
  • key color value is 65.49%

CMYK: (0,45,83,65)
C0M45Y83K65 (0%, 45%, 83%, 65%)
(0.00 / 0.45 / 0.83 / 0.65)

CMYK percentages

%0
%45.45
%82.95
%65.49

Codes

Color #58300F in popluar color models

58 30 0F
RGB 88 48 15
HSL 27° 70.87% 20.20%
HSB/HSV 27° 82.95% 34.51%
CMYK 0.00% 45.45% 82.95%
65.49%

Color #58300F in popluar number systems.

HEX 58 30 0F
Decimal 88 48 15
Binary 1011000 110000 1111
Octal 130 60 17

Shades and tints

Shades of #58300F

#58300F
(88,48,15)
#502C0E
(80,44,14)
#48280D
(72,40,13)
#40240C
(64,36,12)
#38200B
(56,32,11)
#301C0A
(48,28,10)
#281809
(40,24,9)
#201408
(32,20,8)
#181007
(24,16,7)
#100C06
(16,12,6)
#080805
(8,8,5)
#000000
(0,0,0)

Tints of #58300F

#58300F
(88,48,15)
#674224
(103,66,36)
#765439
(118,84,57)
#85664E
(133,102,78)
#947863
(148,120,99)
#A38A78
(163,138,120)
#B29C8D
(178,156,141)
#C1AEA2
(193,174,162)
#D0C0B7
(208,192,183)
#DFD2CC
(223,210,204)
#EEE4E1
(238,228,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #58300F color. Also use rgb(88,48,15) instead hex code.

Text Font Color

.myTextColor { color: #58300F; }

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

This text font color is #58300F.

Background Color

.myBgColor { background-color: #58300F; }

<div style="background-color:#58300F">Inner text</div>

This div background color is #58300F.

Border color

.myBorderColor { border: 1px solid #58300F; }

<div style="border:3px solid #58300F">Div</div>

This div border color is #58300F.

Opacity

.myOpacity80 { color: #58300F; opacity: 0.8; }

<p style="color:#58300F;opacity:0.8;">80%</p>

Text with #58300F 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 #58300F;}

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

This text has shadow with #58300F color.


.textShadow {text-shadow: 3px 3px 1px #58300F', 3px 3px 1px red;}

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

This text has shadow with #58300F primary color and red secondary color.


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

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

This text has shadow with #58300F and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #58300F; -webkit-box-shadow: 1px 1px 3px 2px #58300F; box-shadow:1px 1px 3px 2px #58300F;">
Div content here
</div>

This div box has shadow with color #58300F.

Preview

Color preview on black background

This text has color #58300F on black background.


Color preview on white background

This text has color #58300F on white background.


Black color preview on #58300F background

This text has black color on #58300F background.


White color preview on #58300F background

This text has white color on #58300F background.


Related colors

Complementary color

Complementary color for #hex is #A7CFF0.


I love getcolorcode.com

Triadic colors

1 #0F5830 and #300F58 with #58300F are triadic colors.

2 #0F3058 and #30580F with #58300F are triadic colors.