COLOR #58643C

HEX: #58643C
RGB: (88,100,60)

Color info

#58643C contains red, green and blue colors in about the same proportion. Web safe color of #58643C is #666633 (or #663).

RGB color model

#58643C color RGB value is (88,100,60).

  • red value is 88;
  • green value is 100;
  • blue value is 60.
RGB:
(88,100,60)
(35%,39%,24%)

RGB channels and saturation

R 88 of 255 = 35%
G 100 of 255 = 39%
B 60 of 255 = 24%

88
100
60

R + G + B ~ 33%. #58643C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 100 + 60 = 248 (100%)
R 88 of 248 ~ 35.48%
G 100 of 248 ~ 40.32%
B 60 of 248 ~ 24.19%

%35.48
%40.32
%24.19

CMYK color model

#58643C color CMYK value is (12,0,40,61).

  • cyan value is 12.00%
  • magenta value is 0.00%
  • yellow value is 40.00%
  • key color value is 60.78%
CMYK:
(12,0,40,61)
C12M0Y40K61 
(12%,0%,40%,61%)
(0.12/0.00/0.40/0.61)	

CMYK percentages

%12
%0
%40
%60.78

Codes

Color #58643C in popluar color models

58643C
RGB8810060
HSL78°25.00%31.37%
HSB/HSV78°40.00%39.22%
CMYK12.00%0.00%40.00%
60.78%

Color #58643C in popluar number systems.

HEX58643C
Decimal8810060
Binary10110001100100111100
Octal13014474

Shades and tints

Shades of #58643C

#58643C
(88,100,60)
#505B37
(80,91,55)
#485232
(72,82,50)
#40492D
(64,73,45)
#384028
(56,64,40)
#303723
(48,55,35)
#282E1E
(40,46,30)
#202519
(32,37,25)
#181C14
(24,28,20)
#10130F
(16,19,15)
#080A0A
(8,10,10)
#000000
(0,0,0)

Tints of #58643C

#58643C
(88,100,60)
#67724D
(103,114,77)
#76805E
(118,128,94)
#858E6F
(133,142,111)
#949C80
(148,156,128)
#A3AA91
(163,170,145)
#B2B8A2
(178,184,162)
#C1C6B3
(193,198,179)
#D0D4C4
(208,212,196)
#DFE2D5
(223,226,213)
#EEF0E6
(238,240,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #58643C color. Also use rgb(88,100,60) instead hex code.

Text Font Color

.myTextColor { color: #58643C; }

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

This text font color is #58643C.


Background Color

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

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

This div background color is #58643C.


Border color

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

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

This div border color is #58643C.


Opacity

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

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

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

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

This text has shadow with #58643C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58643C on black background.


Color preview on white background

This text has color #58643C on white background.



Black color preview on #58643C background

This text has black color on #58643C background.


White color preview on #58643C background

This text has white color on #58643C background.