COLOR #58630B

HEX: #58630B
RGB: (88,99,11)

Color info

#58630B contains mainly red and green colors. Web safe color of #58630B is #666600 (or #660).

RGB color model

#58630B color RGB value is (88,99,11).

  • red value is 88;
  • green value is 99;
  • blue value is 11.
RGB:
(88,99,11)
(35%,39%,4%)

RGB channels and saturation

R 88 of 255 = 35%
G 99 of 255 = 39%
B 11 of 255 = 4%

88
99
11

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

Portions of RGB colors in percentages

R + G + B =
88 + 99 + 11 = 198 (100%)
R 88 of 198 ~ 44.44%
G 99 of 198 ~ 50%
B 11 of 198 ~ 5.56%

%44.44
%50

CMYK color model

#58630B color CMYK value is (11,0,89,61).

  • cyan value is 11.11%
  • magenta value is 0.00%
  • yellow value is 88.89%
  • key color value is 61.18%
CMYK:
(11,0,89,61)
C11M0Y89K61 
(11%,0%,89%,61%)
(0.11/0.00/0.89/0.61)	

CMYK percentages

%11.11
%0
%88.89
%61.18

Codes

Color #58630B in popluar color models

58630B
RGB889911
HSL68°80.00%21.57%
HSB/HSV68°88.89%38.82%
CMYK11.11%0.00%88.89%
61.18%

Color #58630B in popluar number systems.

HEX58630B
Decimal889911
Binary101100011000111011
Octal13014313

Shades and tints

Shades of #58630B

#58630B
(88,99,11)
#505A0A
(80,90,10)
#485109
(72,81,9)
#404808
(64,72,8)
#383F07
(56,63,7)
#303606
(48,54,6)
#282D05
(40,45,5)
#202404
(32,36,4)
#181B03
(24,27,3)
#101202
(16,18,2)
#080901
(8,9,1)
#000000
(0,0,0)

Tints of #58630B

#58630B
(88,99,11)
#677121
(103,113,33)
#767F37
(118,127,55)
#858D4D
(133,141,77)
#949B63
(148,155,99)
#A3A979
(163,169,121)
#B2B78F
(178,183,143)
#C1C5A5
(193,197,165)
#D0D3BB
(208,211,187)
#DFE1D1
(223,225,209)
#EEEFE7
(238,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #58630B color. Also use rgb(88,99,11) instead hex code.

Text Font Color

.myTextColor { color: #58630B; }

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

This text font color is #58630B.


Background Color

.myBgColor { background-color: #58630B; }

<div style="background-color:#58630B">Inner text</div>

This div background color is #58630B.


Border color

.myBorderColor { border: 1px solid #58630B; }

<div style="border:3px solid #58630B">Div</div>

This div border color is #58630B.


Opacity

.myOpacity80 { color: #58630B; opacity: 0.8; }

<p style="color:#58630B;opacity:0.8;">80%</p>

Text with #58630B 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 #58630B;}

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

This text has shadow with #58630B color.

.textShadow {text-shadow: 3px 3px 1px #58630B, 3px 3px 1px red;}

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

This text has shadow with #58630B primary color and red secondary color.


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

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

This text has shadow with #58630B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58630B on black background.


Color preview on white background

This text has color #58630B on white background.



Black color preview on #58630B background

This text has black color on #58630B background.


White color preview on #58630B background

This text has white color on #58630B background.