COLOR #635144

HEX: #635144
RGB: (99,81,68)

Color info

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

RGB color model

#635144 color RGB value is (99,81,68).

  • red value is 99;
  • green value is 81;
  • blue value is 68.
RGB:
(99,81,68)
(39%,32%,27%)

RGB channels and saturation

R 99 of 255 = 39%
G 81 of 255 = 32%
B 68 of 255 = 27%

99
81
68

R + G + B ~ 33%. #635144 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
99 + 81 + 68 = 248 (100%)
R 99 of 248 ~ 39.92%
G 81 of 248 ~ 32.66%
B 68 of 248 ~ 27.42%

%39.92
%32.66
%27.42

CMYK color model

#635144 color CMYK value is (0,18,31,61).

  • cyan value is 0.00%
  • magenta value is 18.18%
  • yellow value is 31.31%
  • key color value is 61.18%
CMYK:
(0,18,31,61)
C0M18Y31K61 
(0%,18%,31%,61%)
(0.00/0.18/0.31/0.61)	

CMYK percentages

%0
%18.18
%31.31
%61.18

Codes

Color #635144 in popluar color models

635144
RGB998168
HSL25°18.56%32.75%
HSB/HSV25°31.31%38.82%
CMYK0.00%18.18%31.31%
61.18%

Color #635144 in popluar number systems.

HEX635144
Decimal998168
Binary110001110100011000100
Octal143121104

Shades and tints

Shades of #635144

#635144
(99,81,68)
#5A4A3E
(90,74,62)
#514338
(81,67,56)
#483C32
(72,60,50)
#3F352C
(63,53,44)
#362E26
(54,46,38)
#2D2720
(45,39,32)
#24201A
(36,32,26)
#1B1914
(27,25,20)
#12120E
(18,18,14)
#090B08
(9,11,8)
#000000
(0,0,0)

Tints of #635144

#635144
(99,81,68)
#716055
(113,96,85)
#7F6F66
(127,111,102)
#8D7E77
(141,126,119)
#9B8D88
(155,141,136)
#A99C99
(169,156,153)
#B7ABAA
(183,171,170)
#C5BABB
(197,186,187)
#D3C9CC
(211,201,204)
#E1D8DD
(225,216,221)
#EFE7EE
(239,231,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #635144 color. Also use rgb(99,81,68) instead hex code.

Text Font Color

.myTextColor { color: #635144; }

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

This text font color is #635144.


Background Color

.myBgColor { background-color: #635144; }

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

This div background color is #635144.


Border color

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

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

This div border color is #635144.


Opacity

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

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

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

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

This text has shadow with #635144 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #635144 on black background.


Color preview on white background

This text has color #635144 on white background.



Black color preview on #635144 background

This text has black color on #635144 background.


White color preview on #635144 background

This text has white color on #635144 background.