COLOR #656258

HEX: #656258
RGB: (101,98,88)

Color info

#656258 contains red, green and blue colors in about the same proportion. Web safe color of #656258 is #666666 (or #666).

RGB color model

#656258 color RGB value is (101,98,88).

  • red value is 101;
  • green value is 98;
  • blue value is 88.
RGB:
(101,98,88)
(40%,38%,35%)

RGB channels and saturation

R 101 of 255 = 40%
G 98 of 255 = 38%
B 88 of 255 = 35%

101
98
88

R + G + B ~ 38%. #656258 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
101 + 98 + 88 = 287 (100%)
R 101 of 287 ~ 35.19%
G 98 of 287 ~ 34.15%
B 88 of 287 ~ 30.66%

%35.19
%34.15
%30.66

CMYK color model

#656258 color CMYK value is (0,3,13,60).

  • cyan value is 0.00%
  • magenta value is 2.97%
  • yellow value is 12.87%
  • key color value is 60.39%
CMYK:
(0,3,13,60)
C0M3Y13K60 
(0%,3%,13%,60%)
(0.00/0.03/0.13/0.60)	

CMYK percentages

%0
%2.97
%12.87
%60.39

Codes

Color #656258 in popluar color models

656258
RGB1019888
HSL46°6.88%37.06%
HSB/HSV46°12.87%39.61%
CMYK0.00%2.97%12.87%
60.39%

Color #656258 in popluar number systems.

HEX656258
Decimal1019888
Binary110010111000101011000
Octal145142130

Shades and tints

Shades of #656258

#656258
(101,98,88)
#5C5A50
(92,90,80)
#535248
(83,82,72)
#4A4A40
(74,74,64)
#414238
(65,66,56)
#383A30
(56,58,48)
#2F3228
(47,50,40)
#262A20
(38,42,32)
#1D2218
(29,34,24)
#141A10
(20,26,16)
#0B1208
(11,18,8)
#000000
(0,0,0)

Tints of #656258

#656258
(101,98,88)
#737067
(115,112,103)
#817E76
(129,126,118)
#8F8C85
(143,140,133)
#9D9A94
(157,154,148)
#ABA8A3
(171,168,163)
#B9B6B2
(185,182,178)
#C7C4C1
(199,196,193)
#D5D2D0
(213,210,208)
#E3E0DF
(227,224,223)
#F1EEEE
(241,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #656258; }

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

This text font color is #656258.


Background Color

.myBgColor { background-color: #656258; }

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

This div background color is #656258.


Border color

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

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

This div border color is #656258.


Opacity

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

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

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

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

This text has shadow with #656258 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #656258 on black background.


Color preview on white background

This text has color #656258 on white background.



Black color preview on #656258 background

This text has black color on #656258 background.


White color preview on #656258 background

This text has white color on #656258 background.