COLOR #658757

HEX: #658757
RGB: (101,135,87)

Color info

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

RGB color model

#658757 color RGB value is (101,135,87).

  • red value is 101;
  • green value is 135;
  • blue value is 87.
RGB:
(101,135,87)
(40%,53%,34%)

RGB channels and saturation

R 101 of 255 = 40%
G 135 of 255 = 53%
B 87 of 255 = 34%

101
135
87

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

Portions of RGB colors in percentages

R + G + B =
101 + 135 + 87 = 323 (100%)
R 101 of 323 ~ 31.27%
G 135 of 323 ~ 41.8%
B 87 of 323 ~ 26.93%

%31.27
%41.8
%26.93

CMYK color model

#658757 color CMYK value is (25,0,36,47).

  • cyan value is 25.19%
  • magenta value is 0.00%
  • yellow value is 35.56%
  • key color value is 47.06%
CMYK:
(25,0,36,47)
C25M0Y36K47 
(25%,0%,36%,47%)
(0.25/0.00/0.36/0.47)	

CMYK percentages

%25.19
%0
%35.56
%47.06

Codes

Color #658757 in popluar color models

658757
RGB10113587
HSL103°21.62%43.53%
HSB/HSV103°35.56%52.94%
CMYK25.19%0.00%35.56%
47.06%

Color #658757 in popluar number systems.

HEX658757
Decimal10113587
Binary1100101100001111010111
Octal145207127

Shades and tints

Shades of #658757

#658757
(101,135,87)
#5C7B50
(92,123,80)
#536F49
(83,111,73)
#4A6342
(74,99,66)
#41573B
(65,87,59)
#384B34
(56,75,52)
#2F3F2D
(47,63,45)
#263326
(38,51,38)
#1D271F
(29,39,31)
#141B18
(20,27,24)
#0B0F11
(11,15,17)
#000000
(0,0,0)

Tints of #658757

#658757
(101,135,87)
#739166
(115,145,102)
#819B75
(129,155,117)
#8FA584
(143,165,132)
#9DAF93
(157,175,147)
#ABB9A2
(171,185,162)
#B9C3B1
(185,195,177)
#C7CDC0
(199,205,192)
#D5D7CF
(213,215,207)
#E3E1DE
(227,225,222)
#F1EBED
(241,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #658757 color. Also use rgb(101,135,87) instead hex code.

Text Font Color

.myTextColor { color: #658757; }

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

This text font color is #658757.


Background Color

.myBgColor { background-color: #658757; }

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

This div background color is #658757.


Border color

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

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

This div border color is #658757.


Opacity

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

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

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

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

This text has shadow with #658757 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #658757 on black background.


Color preview on white background

This text has color #658757 on white background.



Black color preview on #658757 background

This text has black color on #658757 background.


White color preview on #658757 background

This text has white color on #658757 background.