COLOR #658576

HEX: #658576
RGB: (101,133,118)

Color info

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

RGB color model

#658576 color RGB value is (101,133,118).

  • red value is 101;
  • green value is 133;
  • blue value is 118.
RGB:
(101,133,118)
(40%,52%,46%)

RGB channels and saturation

R 101 of 255 = 40%
G 133 of 255 = 52%
B 118 of 255 = 46%

101
133
118

R + G + B ~ 46%. #658576 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
101 + 133 + 118 = 352 (100%)
R 101 of 352 ~ 28.69%
G 133 of 352 ~ 37.78%
B 118 of 352 ~ 33.52%

%28.69
%37.78
%33.52

CMYK color model

#658576 color CMYK value is (24,0,11,48).

  • cyan value is 24.06%
  • magenta value is 0.00%
  • yellow value is 11.28%
  • key color value is 47.84%
CMYK:
(24,0,11,48)
C24M0Y11K48 
(24%,0%,11%,48%)
(0.24/0.00/0.11/0.48)	

CMYK percentages

%24.06
%0
%11.28
%47.84

Codes

Color #658576 in popluar color models

658576
RGB101133118
HSL152°13.68%45.88%
HSB/HSV152°24.06%52.16%
CMYK24.06%0.00%11.28%
47.84%

Color #658576 in popluar number systems.

HEX658576
Decimal101133118
Binary1100101100001011110110
Octal145205166

Shades and tints

Shades of #658576

#658576
(101,133,118)
#5C796C
(92,121,108)
#536D62
(83,109,98)
#4A6158
(74,97,88)
#41554E
(65,85,78)
#384944
(56,73,68)
#2F3D3A
(47,61,58)
#263130
(38,49,48)
#1D2526
(29,37,38)
#14191C
(20,25,28)
#0B0D12
(11,13,18)
#000000
(0,0,0)

Tints of #658576

#658576
(101,133,118)
#739082
(115,144,130)
#819B8E
(129,155,142)
#8FA69A
(143,166,154)
#9DB1A6
(157,177,166)
#ABBCB2
(171,188,178)
#B9C7BE
(185,199,190)
#C7D2CA
(199,210,202)
#D5DDD6
(213,221,214)
#E3E8E2
(227,232,226)
#F1F3EE
(241,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #658576 color. Also use rgb(101,133,118) instead hex code.

Text Font Color

.myTextColor { color: #658576; }

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

This text font color is #658576.


Background Color

.myBgColor { background-color: #658576; }

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

This div background color is #658576.


Border color

.myBorderColor { border: 1px solid #658576; }

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

This div border color is #658576.


Opacity

.myOpacity80 { color: #658576; opacity: 0.8; }

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

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

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

This text has shadow with #658576 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #658576 on black background.


Color preview on white background

This text has color #658576 on white background.



Black color preview on #658576 background

This text has black color on #658576 background.


White color preview on #658576 background

This text has white color on #658576 background.