COLOR #58764B

HEX: #58764B
RGB: (88,118,75)

Color info

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

RGB color model

#58764B color RGB value is (88,118,75).

  • red value is 88;
  • green value is 118;
  • blue value is 75.
RGB:
(88,118,75)
(35%,46%,29%)

RGB channels and saturation

R 88 of 255 = 35%
G 118 of 255 = 46%
B 75 of 255 = 29%

88
118
75

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

Portions of RGB colors in percentages

R + G + B =
88 + 118 + 75 = 281 (100%)
R 88 of 281 ~ 31.32%
G 118 of 281 ~ 41.99%
B 75 of 281 ~ 26.69%

%31.32
%41.99
%26.69

CMYK color model

#58764B color CMYK value is (25,0,36,54).

  • cyan value is 25.42%
  • magenta value is 0.00%
  • yellow value is 36.44%
  • key color value is 53.73%
CMYK:
(25,0,36,54)
C25M0Y36K54 
(25%,0%,36%,54%)
(0.25/0.00/0.36/0.54)	

CMYK percentages

%25.42
%0
%36.44
%53.73

Codes

Color #58764B in popluar color models

58764B
RGB8811875
HSL102°22.28%37.84%
HSB/HSV102°36.44%46.27%
CMYK25.42%0.00%36.44%
53.73%

Color #58764B in popluar number systems.

HEX58764B
Decimal8811875
Binary101100011101101001011
Octal130166113

Shades and tints

Shades of #58764B

#58764B
(88,118,75)
#506C45
(80,108,69)
#48623F
(72,98,63)
#405839
(64,88,57)
#384E33
(56,78,51)
#30442D
(48,68,45)
#283A27
(40,58,39)
#203021
(32,48,33)
#18261B
(24,38,27)
#101C15
(16,28,21)
#08120F
(8,18,15)
#000000
(0,0,0)

Tints of #58764B

#58764B
(88,118,75)
#67825B
(103,130,91)
#768E6B
(118,142,107)
#859A7B
(133,154,123)
#94A68B
(148,166,139)
#A3B29B
(163,178,155)
#B2BEAB
(178,190,171)
#C1CABB
(193,202,187)
#D0D6CB
(208,214,203)
#DFE2DB
(223,226,219)
#EEEEEB
(238,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #58764B color. Also use rgb(88,118,75) instead hex code.

Text Font Color

.myTextColor { color: #58764B; }

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

This text font color is #58764B.


Background Color

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

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

This div background color is #58764B.


Border color

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

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

This div border color is #58764B.


Opacity

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

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

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

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

This text has shadow with #58764B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58764B on black background.


Color preview on white background

This text has color #58764B on white background.



Black color preview on #58764B background

This text has black color on #58764B background.


White color preview on #58764B background

This text has white color on #58764B background.