COLOR #58853D

HEX: #58853D
RGB: (88,133,61)

Color info

#58853D contains mainly red and green colors. Web safe color of #58853D is #669933 (or #693).

RGB color model

#58853D color RGB value is (88,133,61).

  • red value is 88;
  • green value is 133;
  • blue value is 61.
RGB:
(88,133,61)
(35%,52%,24%)

RGB channels and saturation

R 88 of 255 = 35%
G 133 of 255 = 52%
B 61 of 255 = 24%

88
133
61

R + G + B ~ 37%. #58853D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 133 + 61 = 282 (100%)
R 88 of 282 ~ 31.21%
G 133 of 282 ~ 47.16%
B 61 of 282 ~ 21.63%

%31.21
%47.16
%21.63

CMYK color model

#58853D color CMYK value is (34,0,54,48).

  • cyan value is 33.83%
  • magenta value is 0.00%
  • yellow value is 54.14%
  • key color value is 47.84%
CMYK:
(34,0,54,48)
C34M0Y54K48 
(34%,0%,54%,48%)
(0.34/0.00/0.54/0.48)	

CMYK percentages

%33.83
%0
%54.14
%47.84

Codes

Color #58853D in popluar color models

58853D
RGB8813361
HSL98°37.11%38.04%
HSB/HSV98°54.14%52.16%
CMYK33.83%0.00%54.14%
47.84%

Color #58853D in popluar number systems.

HEX58853D
Decimal8813361
Binary101100010000101111101
Octal13020575

Shades and tints

Shades of #58853D

#58853D
(88,133,61)
#507938
(80,121,56)
#486D33
(72,109,51)
#40612E
(64,97,46)
#385529
(56,85,41)
#304924
(48,73,36)
#283D1F
(40,61,31)
#20311A
(32,49,26)
#182515
(24,37,21)
#101910
(16,25,16)
#080D0B
(8,13,11)
#000000
(0,0,0)

Tints of #58853D

#58853D
(88,133,61)
#67904E
(103,144,78)
#769B5F
(118,155,95)
#85A670
(133,166,112)
#94B181
(148,177,129)
#A3BC92
(163,188,146)
#B2C7A3
(178,199,163)
#C1D2B4
(193,210,180)
#D0DDC5
(208,221,197)
#DFE8D6
(223,232,214)
#EEF3E7
(238,243,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #58853D color. Also use rgb(88,133,61) instead hex code.

Text Font Color

.myTextColor { color: #58853D; }

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

This text font color is #58853D.


Background Color

.myBgColor { background-color: #58853D; }

<div style="background-color:#58853D">Inner text</div>

This div background color is #58853D.


Border color

.myBorderColor { border: 1px solid #58853D; }

<div style="border:3px solid #58853D">Div</div>

This div border color is #58853D.


Opacity

.myOpacity80 { color: #58853D; opacity: 0.8; }

<p style="color:#58853D;opacity:0.8;">80%</p>

Text with #58853D 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 #58853D;}

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

This text has shadow with #58853D color.

.textShadow {text-shadow: 3px 3px 1px #58853D, 3px 3px 1px red;}

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

This text has shadow with #58853D primary color and red secondary color.


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

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

This text has shadow with #58853D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58853D on black background.


Color preview on white background

This text has color #58853D on white background.



Black color preview on #58853D background

This text has black color on #58853D background.


White color preview on #58853D background

This text has white color on #58853D background.