COLOR #58825A

HEX: #58825A
RGB: (88,130,90)

Color info

#58825A contains red, green and blue colors in about the same proportion. Web safe color of #58825A is #669966 (or #696).

RGB color model

#58825A color RGB value is (88,130,90).

  • red value is 88;
  • green value is 130;
  • blue value is 90.
RGB:
(88,130,90)
(35%,51%,35%)

RGB channels and saturation

R 88 of 255 = 35%
G 130 of 255 = 51%
B 90 of 255 = 35%

88
130
90

R + G + B ~ 40%. #58825A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
88 + 130 + 90 = 308 (100%)
R 88 of 308 ~ 28.57%
G 130 of 308 ~ 42.21%
B 90 of 308 ~ 29.22%

%28.57
%42.21
%29.22

CMYK color model

#58825A color CMYK value is (32,0,31,49).

  • cyan value is 32.31%
  • magenta value is 0.00%
  • yellow value is 30.77%
  • key color value is 49.02%
CMYK:
(32,0,31,49)
C32M0Y31K49 
(32%,0%,31%,49%)
(0.32/0.00/0.31/0.49)	

CMYK percentages

%32.31
%0
%30.77
%49.02

Codes

Color #58825A in popluar color models

58825A
RGB8813090
HSL123°19.27%42.75%
HSB/HSV123°32.31%50.98%
CMYK32.31%0.00%30.77%
49.02%

Color #58825A in popluar number systems.

HEX58825A
Decimal8813090
Binary1011000100000101011010
Octal130202132

Shades and tints

Shades of #58825A

#58825A
(88,130,90)
#507752
(80,119,82)
#486C4A
(72,108,74)
#406142
(64,97,66)
#38563A
(56,86,58)
#304B32
(48,75,50)
#28402A
(40,64,42)
#203522
(32,53,34)
#182A1A
(24,42,26)
#101F12
(16,31,18)
#08140A
(8,20,10)
#000000
(0,0,0)

Tints of #58825A

#58825A
(88,130,90)
#678D69
(103,141,105)
#769878
(118,152,120)
#85A387
(133,163,135)
#94AE96
(148,174,150)
#A3B9A5
(163,185,165)
#B2C4B4
(178,196,180)
#C1CFC3
(193,207,195)
#D0DAD2
(208,218,210)
#DFE5E1
(223,229,225)
#EEF0F0
(238,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #58825A color. Also use rgb(88,130,90) instead hex code.

Text Font Color

.myTextColor { color: #58825A; }

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

This text font color is #58825A.


Background Color

.myBgColor { background-color: #58825A; }

<div style="background-color:#58825A">Inner text</div>

This div background color is #58825A.


Border color

.myBorderColor { border: 1px solid #58825A; }

<div style="border:3px solid #58825A">Div</div>

This div border color is #58825A.


Opacity

.myOpacity80 { color: #58825A; opacity: 0.8; }

<p style="color:#58825A;opacity:0.8;">80%</p>

Text with #58825A 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 #58825A;}

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

This text has shadow with #58825A color.

.textShadow {text-shadow: 3px 3px 1px #58825A, 3px 3px 1px red;}

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

This text has shadow with #58825A primary color and red secondary color.


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

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

This text has shadow with #58825A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58825A on black background.


Color preview on white background

This text has color #58825A on white background.



Black color preview on #58825A background

This text has black color on #58825A background.


White color preview on #58825A background

This text has white color on #58825A background.