COLOR #635053

HEX: #635053
RGB: (99,80,83)

Color info

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

RGB color model

#635053 color RGB value is (99,80,83).

  • red value is 99;
  • green value is 80;
  • blue value is 83.
RGB:
(99,80,83)
(39%,31%,33%)

RGB channels and saturation

R 99 of 255 = 39%
G 80 of 255 = 31%
B 83 of 255 = 33%

99
80
83

R + G + B ~ 34%. #635053 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
99 + 80 + 83 = 262 (100%)
R 99 of 262 ~ 37.79%
G 80 of 262 ~ 30.53%
B 83 of 262 ~ 31.68%

%37.79
%30.53
%31.68

CMYK color model

#635053 color CMYK value is (0,19,16,61).

  • cyan value is 0.00%
  • magenta value is 19.19%
  • yellow value is 16.16%
  • key color value is 61.18%
CMYK:
(0,19,16,61)
C0M19Y16K61 
(0%,19%,16%,61%)
(0.00/0.19/0.16/0.61)	

CMYK percentages

%0
%19.19
%16.16
%61.18

Codes

Color #635053 in popluar color models

635053
RGB998083
HSL351°10.61%35.10%
HSB/HSV351°19.19%38.82%
CMYK0.00%19.19%16.16%
61.18%

Color #635053 in popluar number systems.

HEX635053
Decimal998083
Binary110001110100001010011
Octal143120123

Shades and tints

Shades of #635053

#635053
(99,80,83)
#5A494C
(90,73,76)
#514245
(81,66,69)
#483B3E
(72,59,62)
#3F3437
(63,52,55)
#362D30
(54,45,48)
#2D2629
(45,38,41)
#241F22
(36,31,34)
#1B181B
(27,24,27)
#121114
(18,17,20)
#090A0D
(9,10,13)
#000000
(0,0,0)

Tints of #635053

#635053
(99,80,83)
#715F62
(113,95,98)
#7F6E71
(127,110,113)
#8D7D80
(141,125,128)
#9B8C8F
(155,140,143)
#A99B9E
(169,155,158)
#B7AAAD
(183,170,173)
#C5B9BC
(197,185,188)
#D3C8CB
(211,200,203)
#E1D7DA
(225,215,218)
#EFE6E9
(239,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #635053 color. Also use rgb(99,80,83) instead hex code.

Text Font Color

.myTextColor { color: #635053; }

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

This text font color is #635053.


Background Color

.myBgColor { background-color: #635053; }

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

This div background color is #635053.


Border color

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

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

This div border color is #635053.


Opacity

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

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

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

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

This text has shadow with #635053 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #635053 on black background.


Color preview on white background

This text has color #635053 on white background.



Black color preview on #635053 background

This text has black color on #635053 background.


White color preview on #635053 background

This text has white color on #635053 background.