COLOR #658575

HEX: #658575
RGB: (101,133,117)

Color info

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

RGB color model

#658575 color RGB value is (101,133,117).

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

RGB channels and saturation

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

101
133
117

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

Portions of RGB colors in percentages

R + G + B =
101 + 133 + 117 = 351 (100%)
R 101 of 351 ~ 28.77%
G 133 of 351 ~ 37.89%
B 117 of 351 ~ 33.33%

%28.77
%37.89
%33.33

CMYK color model

#658575 color CMYK value is (24,0,12,48).

  • cyan value is 24.06%
  • magenta value is 0.00%
  • yellow value is 12.03%
  • key color value is 47.84%
CMYK:
(24,0,12,48)
C24M0Y12K48 
(24%,0%,12%,48%)
(0.24/0.00/0.12/0.48)	

CMYK percentages

%24.06
%0
%12.03
%47.84

Codes

Color #658575 in popluar color models

658575
RGB101133117
HSL150°13.68%45.88%
HSB/HSV150°24.06%52.16%
CMYK24.06%0.00%12.03%
47.84%

Color #658575 in popluar number systems.

HEX658575
Decimal101133117
Binary1100101100001011110101
Octal145205165

Shades and tints

Shades of #658575

#658575
(101,133,117)
#5C796B
(92,121,107)
#536D61
(83,109,97)
#4A6157
(74,97,87)
#41554D
(65,85,77)
#384943
(56,73,67)
#2F3D39
(47,61,57)
#26312F
(38,49,47)
#1D2525
(29,37,37)
#14191B
(20,25,27)
#0B0D11
(11,13,17)
#000000
(0,0,0)

Tints of #658575

#658575
(101,133,117)
#739081
(115,144,129)
#819B8D
(129,155,141)
#8FA699
(143,166,153)
#9DB1A5
(157,177,165)
#ABBCB1
(171,188,177)
#B9C7BD
(185,199,189)
#C7D2C9
(199,210,201)
#D5DDD5
(213,221,213)
#E3E8E1
(227,232,225)
#F1F3ED
(241,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #658575; }

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

This text font color is #658575.


Background Color

.myBgColor { background-color: #658575; }

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

This div background color is #658575.


Border color

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

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

This div border color is #658575.


Opacity

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

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

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

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

This text has shadow with #658575 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #658575 on black background.


Color preview on white background

This text has color #658575 on white background.



Black color preview on #658575 background

This text has black color on #658575 background.


White color preview on #658575 background

This text has white color on #658575 background.