COLOR #635958

HEX: #635958
RGB: (99,89,88)

Color info

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

RGB color model

#635958 color RGB value is (99,89,88).

  • red value is 99;
  • green value is 89;
  • blue value is 88.
RGB:
(99,89,88)
(39%,35%,35%)

RGB channels and saturation

R 99 of 255 = 39%
G 89 of 255 = 35%
B 88 of 255 = 35%

99
89
88

R + G + B ~ 36%. #635958 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
99 + 89 + 88 = 276 (100%)
R 99 of 276 ~ 35.87%
G 89 of 276 ~ 32.25%
B 88 of 276 ~ 31.88%

%35.87
%32.25
%31.88

CMYK color model

#635958 color CMYK value is (0,10,11,61).

  • cyan value is 0.00%
  • magenta value is 10.10%
  • yellow value is 11.11%
  • key color value is 61.18%
CMYK:
(0,10,11,61)
C0M10Y11K61 
(0%,10%,11%,61%)
(0.00/0.10/0.11/0.61)	

CMYK percentages

%0
%10.1
%11.11
%61.18

Codes

Color #635958 in popluar color models

635958
RGB998988
HSL5.88%36.67%
HSB/HSV11.11%38.82%
CMYK0.00%10.10%11.11%
61.18%

Color #635958 in popluar number systems.

HEX635958
Decimal998988
Binary110001110110011011000
Octal143131130

Shades and tints

Shades of #635958

#635958
(99,89,88)
#5A5150
(90,81,80)
#514948
(81,73,72)
#484140
(72,65,64)
#3F3938
(63,57,56)
#363130
(54,49,48)
#2D2928
(45,41,40)
#242120
(36,33,32)
#1B1918
(27,25,24)
#121110
(18,17,16)
#090908
(9,9,8)
#000000
(0,0,0)

Tints of #635958

#635958
(99,89,88)
#716867
(113,104,103)
#7F7776
(127,119,118)
#8D8685
(141,134,133)
#9B9594
(155,149,148)
#A9A4A3
(169,164,163)
#B7B3B2
(183,179,178)
#C5C2C1
(197,194,193)
#D3D1D0
(211,209,208)
#E1E0DF
(225,224,223)
#EFEFEE
(239,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #635958 color. Also use rgb(99,89,88) instead hex code.

Text Font Color

.myTextColor { color: #635958; }

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

This text font color is #635958.


Background Color

.myBgColor { background-color: #635958; }

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

This div background color is #635958.


Border color

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

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

This div border color is #635958.


Opacity

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

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

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

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

This text has shadow with #635958 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #635958 on black background.


Color preview on white background

This text has color #635958 on white background.



Black color preview on #635958 background

This text has black color on #635958 background.


White color preview on #635958 background

This text has white color on #635958 background.