COLOR #58303F

HEX: #58303F RGB: (88,48,63)

Color info

#58303F contains red, green and blue colors in about the same proportion. Web safe color of #58303F is #663333 (or #633).

RGB color model

#58303F color RGB value is (88,48,63).

RGB: (88,48,63) (35%, 19%, 25%)

RGB channels and saturation

R 88 of 255 = 35%
G 48 of 255 = 19%
B 63 of 255 = 25%

88
48
63

R + G + B ~ 26%. #58303F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 88 + 48 + 63 = 199 (100%)
R 88 of 199 ~ 44.22%
G 48 of 199 ~ 24.12%
B 63 of 199 ~ 31.66'%

%44.22
%24.12
%31.66

CMYK color model

#58303F color CMYK value is (0,45,28,65).

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

CMYK: (0,45,28,65)
C0M45Y28K65 (0%, 45%, 28%, 65%)
(0.00 / 0.45 / 0.28 / 0.65)

CMYK percentages

%0
%45.45
%28.41
%65.49

Codes

Color #58303F in popluar color models

58 30 3F
RGB 88 48 63
HSL 338° 29.41% 26.67%
HSB/HSV 338° 45.45% 34.51%
CMYK 0.00% 45.45% 28.41%
65.49%

Color #58303F in popluar number systems.

HEX 58 30 3F
Decimal 88 48 63
Binary 1011000 110000 111111
Octal 130 60 77

Shades and tints

Shades of #58303F

#58303F
(88,48,63)
#502C3A
(80,44,58)
#482835
(72,40,53)
#402430
(64,36,48)
#38202B
(56,32,43)
#301C26
(48,28,38)
#281821
(40,24,33)
#20141C
(32,20,28)
#181017
(24,16,23)
#100C12
(16,12,18)
#08080D
(8,8,13)
#000000
(0,0,0)

Tints of #58303F

#58303F
(88,48,63)
#674250
(103,66,80)
#765461
(118,84,97)
#856672
(133,102,114)
#947883
(148,120,131)
#A38A94
(163,138,148)
#B29CA5
(178,156,165)
#C1AEB6
(193,174,182)
#D0C0C7
(208,192,199)
#DFD2D8
(223,210,216)
#EEE4E9
(238,228,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #58303F; }

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

This text font color is #58303F.

Background Color

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

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

This div background color is #58303F.

Border color

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

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

This div border color is #58303F.

Opacity

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

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

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

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

This text has shadow with #58303F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #58303F.

Preview

Color preview on black background

This text has color #58303F on black background.


Color preview on white background

This text has color #58303F on white background.


Black color preview on #58303F background

This text has black color on #58303F background.


White color preview on #58303F background

This text has white color on #58303F background.


Related colors

Complementary color

Complementary color for #hex is #A7CFC0.


I love getcolorcode.com

Triadic colors

1 #3F5830 and #303F58 with #58303F are triadic colors.

2 #3F3058 and #30583F with #58303F are triadic colors.