COLOR #658565

HEX: #658565
RGB: (101,133,101)

Color info

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

RGB color model

#658565 color RGB value is (101,133,101).

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

RGB channels and saturation

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

101
133
101

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

Portions of RGB colors in percentages

R + G + B =
101 + 133 + 101 = 335 (100%)
R 101 of 335 ~ 30.15%
G 133 of 335 ~ 39.7%
B 101 of 335 ~ 30.15%

%30.15
%39.7
%30.15

CMYK color model

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

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

CMYK percentages

%24.06
%0
%24.06
%47.84

Codes

Color #658565 in popluar color models

658565
RGB101133101
HSL120°13.68%45.88%
HSB/HSV120°24.06%52.16%
CMYK24.06%0.00%24.06%
47.84%

Color #658565 in popluar number systems.

HEX658565
Decimal101133101
Binary1100101100001011100101
Octal145205145

Shades and tints

Shades of #658565

#658565
(101,133,101)
#5C795C
(92,121,92)
#536D53
(83,109,83)
#4A614A
(74,97,74)
#415541
(65,85,65)
#384938
(56,73,56)
#2F3D2F
(47,61,47)
#263126
(38,49,38)
#1D251D
(29,37,29)
#141914
(20,25,20)
#0B0D0B
(11,13,11)
#000000
(0,0,0)

Tints of #658565

#658565
(101,133,101)
#739073
(115,144,115)
#819B81
(129,155,129)
#8FA68F
(143,166,143)
#9DB19D
(157,177,157)
#ABBCAB
(171,188,171)
#B9C7B9
(185,199,185)
#C7D2C7
(199,210,199)
#D5DDD5
(213,221,213)
#E3E8E3
(227,232,227)
#F1F3F1
(241,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #658565; }

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

This text font color is #658565.


Background Color

.myBgColor { background-color: #658565; }

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

This div background color is #658565.


Border color

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

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

This div border color is #658565.


Opacity

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

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

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

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

This text has shadow with #658565 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #658565 on black background.


Color preview on white background

This text has color #658565 on white background.



Black color preview on #658565 background

This text has black color on #658565 background.


White color preview on #658565 background

This text has white color on #658565 background.