COLOR #635848

HEX: #635848
RGB: (99,88,72)

Color info

#635848 contains red, green and blue colors in about the same proportion. Web safe color of #635848 is #666633 (or #663).

RGB color model

#635848 color RGB value is (99,88,72).

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

RGB channels and saturation

R 99 of 255 = 39%
G 88 of 255 = 35%
B 72 of 255 = 28%

99
88
72

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

Portions of RGB colors in percentages

R + G + B =
99 + 88 + 72 = 259 (100%)
R 99 of 259 ~ 38.22%
G 88 of 259 ~ 33.98%
B 72 of 259 ~ 27.8%

%38.22
%33.98
%27.8

CMYK color model

#635848 color CMYK value is (0,11,27,61).

  • cyan value is 0.00%
  • magenta value is 11.11%
  • yellow value is 27.27%
  • key color value is 61.18%
CMYK:
(0,11,27,61)
C0M11Y27K61 
(0%,11%,27%,61%)
(0.00/0.11/0.27/0.61)	

CMYK percentages

%0
%11.11
%27.27
%61.18

Codes

Color #635848 in popluar color models

635848
RGB998872
HSL36°15.79%33.53%
HSB/HSV36°27.27%38.82%
CMYK0.00%11.11%27.27%
61.18%

Color #635848 in popluar number systems.

HEX635848
Decimal998872
Binary110001110110001001000
Octal143130110

Shades and tints

Shades of #635848

#635848
(99,88,72)
#5A5042
(90,80,66)
#51483C
(81,72,60)
#484036
(72,64,54)
#3F3830
(63,56,48)
#36302A
(54,48,42)
#2D2824
(45,40,36)
#24201E
(36,32,30)
#1B1818
(27,24,24)
#121012
(18,16,18)
#09080C
(9,8,12)
#000000
(0,0,0)

Tints of #635848

#635848
(99,88,72)
#716758
(113,103,88)
#7F7668
(127,118,104)
#8D8578
(141,133,120)
#9B9488
(155,148,136)
#A9A398
(169,163,152)
#B7B2A8
(183,178,168)
#C5C1B8
(197,193,184)
#D3D0C8
(211,208,200)
#E1DFD8
(225,223,216)
#EFEEE8
(239,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #635848; }

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

This text font color is #635848.


Background Color

.myBgColor { background-color: #635848; }

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

This div background color is #635848.


Border color

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

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

This div border color is #635848.


Opacity

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

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

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

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

This text has shadow with #635848 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #635848 on black background.


Color preview on white background

This text has color #635848 on white background.



Black color preview on #635848 background

This text has black color on #635848 background.


White color preview on #635848 background

This text has white color on #635848 background.