COLOR #58340C

HEX: #58340C
RGB: (88,52,12)

Color info

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

RGB color model

#58340C color RGB value is (88,52,12).

  • red value is 88;
  • green value is 52;
  • blue value is 12.
RGB:
(88,52,12)
(35%,20%,5%)

RGB channels and saturation

R 88 of 255 = 35%
G 52 of 255 = 20%
B 12 of 255 = 5%

88
52
12

R + G + B ~ 20%. #58340C is dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 52 + 12 = 152 (100%)
R 88 of 152 ~ 57.89%
G 52 of 152 ~ 34.21%
B 12 of 152 ~ 7.89%

%57.89
%34.21

CMYK color model

#58340C color CMYK value is (0,41,86,65).

  • cyan value is 0.00%
  • magenta value is 40.91%
  • yellow value is 86.36%
  • key color value is 65.49%
CMYK:
(0,41,86,65)
C0M41Y86K65 
(0%,41%,86%,65%)
(0.00/0.41/0.86/0.65)	

CMYK percentages

%0
%40.91
%86.36
%65.49

Codes

Color #58340C in popluar color models

58340C
RGB885212
HSL32°76.00%19.61%
HSB/HSV32°86.36%34.51%
CMYK0.00%40.91%86.36%
65.49%

Color #58340C in popluar number systems.

HEX58340C
Decimal885212
Binary10110001101001100
Octal1306414

Shades and tints

Shades of #58340C

#58340C
(88,52,12)
#50300B
(80,48,11)
#482C0A
(72,44,10)
#402809
(64,40,9)
#382408
(56,36,8)
#302007
(48,32,7)
#281C06
(40,28,6)
#201805
(32,24,5)
#181404
(24,20,4)
#101003
(16,16,3)
#080C02
(8,12,2)
#000000
(0,0,0)

Tints of #58340C

#58340C
(88,52,12)
#674622
(103,70,34)
#765838
(118,88,56)
#856A4E
(133,106,78)
#947C64
(148,124,100)
#A38E7A
(163,142,122)
#B2A090
(178,160,144)
#C1B2A6
(193,178,166)
#D0C4BC
(208,196,188)
#DFD6D2
(223,214,210)
#EEE8E8
(238,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #58340C color. Also use rgb(88,52,12) instead hex code.

Text Font Color

.myTextColor { color: #58340C; }

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

This text font color is #58340C.


Background Color

.myBgColor { background-color: #58340C; }

<div style="background-color:#58340C">Inner text</div>

This div background color is #58340C.


Border color

.myBorderColor { border: 1px solid #58340C; }

<div style="border:3px solid #58340C">Div</div>

This div border color is #58340C.


Opacity

.myOpacity80 { color: #58340C; opacity: 0.8; }

<p style="color:#58340C;opacity:0.8;">80%</p>

Text with #58340C 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 #58340C;}

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

This text has shadow with #58340C color.

.textShadow {text-shadow: 3px 3px 1px #58340C, 3px 3px 1px red;}

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

This text has shadow with #58340C primary color and red secondary color.


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

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

This text has shadow with #58340C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58340C on black background.


Color preview on white background

This text has color #58340C on white background.



Black color preview on #58340C background

This text has black color on #58340C background.


White color preview on #58340C background

This text has white color on #58340C background.