COLOR #58823D

HEX: #58823D RGB: (88,130,61)

Color info

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

RGB color model

#58823D color RGB value is (88,130,61).

RGB: (88,130,61) (35%, 51%, 24%)

RGB channels and saturation

R 88 of 255 = 35%
G 130 of 255 = 51%
B 61 of 255 = 24%

88
130
61

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

Portions of RGB colors in percentages

R + G + B = 88 + 130 + 61 = 279 (100%)
R 88 of 279 ~ 31.54%
G 130 of 279 ~ 46.59%
B 61 of 279 ~ 21.86'%

%31.54
%46.59
%21.86

CMYK color model

#58823D color CMYK value is (32,0,53,49).

  • cyan value is 32.31%
  • magenta value is 0.00%
  • yellow value is 53.08%
  • key color value is 49.02%

CMYK: (32,0,53,49)
C32M0Y53K49 (32%, 0%, 53%, 49%)
(0.32 / 0.00 / 0.53 / 0.49)

CMYK percentages

%32.31
%0
%53.08
%49.02

Codes

Color #58823D in popluar color models

58 82 3D
RGB 88 130 61
HSL 97° 36.13% 37.45%
HSB/HSV 97° 53.08% 50.98%
CMYK 32.31% 0.00% 53.08%
49.02%

Color #58823D in popluar number systems.

HEX 58 82 3D
Decimal 88 130 61
Binary 1011000 10000010 111101
Octal 130 202 75

Shades and tints

Shades of #58823D

#58823D
(88,130,61)
#507738
(80,119,56)
#486C33
(72,108,51)
#40612E
(64,97,46)
#385629
(56,86,41)
#304B24
(48,75,36)
#28401F
(40,64,31)
#20351A
(32,53,26)
#182A15
(24,42,21)
#101F10
(16,31,16)
#08140B
(8,20,11)
#000000
(0,0,0)

Tints of #58823D

#58823D
(88,130,61)
#678D4E
(103,141,78)
#76985F
(118,152,95)
#85A370
(133,163,112)
#94AE81
(148,174,129)
#A3B992
(163,185,146)
#B2C4A3
(178,196,163)
#C1CFB4
(193,207,180)
#D0DAC5
(208,218,197)
#DFE5D6
(223,229,214)
#EEF0E7
(238,240,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #58823D; }

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

This text font color is #58823D.

Background Color

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

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

This div background color is #58823D.

Border color

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

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

This div border color is #58823D.

Opacity

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

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

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

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

This text has shadow with #58823D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #58823D.

Preview

Color preview on black background

This text has color #58823D on black background.


Color preview on white background

This text has color #58823D on white background.


Black color preview on #58823D background

This text has black color on #58823D background.


White color preview on #58823D background

This text has white color on #58823D background.


Related colors

Complementary color

Complementary color for #hex is #A77DC2.


I love getcolorcode.com

Triadic colors

1 #3D5882 and #823D58 with #58823D are triadic colors.

2 #3D8258 and #82583D with #58823D are triadic colors.