COLOR #658555

HEX: #658555
RGB: (101,133,85)

Color info

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

RGB color model

#658555 color RGB value is (101,133,85).

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

RGB channels and saturation

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

101
133
85

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

Portions of RGB colors in percentages

R + G + B =
101 + 133 + 85 = 319 (100%)
R 101 of 319 ~ 31.66%
G 133 of 319 ~ 41.69%
B 85 of 319 ~ 26.65%

%31.66
%41.69
%26.65

CMYK color model

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

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

CMYK percentages

%24.06
%0
%36.09
%47.84

Codes

Color #658555 in popluar color models

658555
RGB10113385
HSL100°22.02%42.75%
HSB/HSV100°36.09%52.16%
CMYK24.06%0.00%36.09%
47.84%

Color #658555 in popluar number systems.

HEX658555
Decimal10113385
Binary1100101100001011010101
Octal145205125

Shades and tints

Shades of #658555

#658555
(101,133,85)
#5C794E
(92,121,78)
#536D47
(83,109,71)
#4A6140
(74,97,64)
#415539
(65,85,57)
#384932
(56,73,50)
#2F3D2B
(47,61,43)
#263124
(38,49,36)
#1D251D
(29,37,29)
#141916
(20,25,22)
#0B0D0F
(11,13,15)
#000000
(0,0,0)

Tints of #658555

#658555
(101,133,85)
#739064
(115,144,100)
#819B73
(129,155,115)
#8FA682
(143,166,130)
#9DB191
(157,177,145)
#ABBCA0
(171,188,160)
#B9C7AF
(185,199,175)
#C7D2BE
(199,210,190)
#D5DDCD
(213,221,205)
#E3E8DC
(227,232,220)
#F1F3EB
(241,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #658555; }

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

This text font color is #658555.


Background Color

.myBgColor { background-color: #658555; }

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

This div background color is #658555.


Border color

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

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

This div border color is #658555.


Opacity

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

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

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

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

This text has shadow with #658555 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #658555 on black background.


Color preview on white background

This text has color #658555 on white background.



Black color preview on #658555 background

This text has black color on #658555 background.


White color preview on #658555 background

This text has white color on #658555 background.