COLOR #635E30

HEX: #635E30
RGB: (99,94,48)

Color info

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

RGB color model

#635E30 color RGB value is (99,94,48).

  • red value is 99;
  • green value is 94;
  • blue value is 48.
RGB:
(99,94,48)
(39%,37%,19%)

RGB channels and saturation

R 99 of 255 = 39%
G 94 of 255 = 37%
B 48 of 255 = 19%

99
94
48

R + G + B ~ 32%. #635E30 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
99 + 94 + 48 = 241 (100%)
R 99 of 241 ~ 41.08%
G 94 of 241 ~ 39%
B 48 of 241 ~ 19.92%

%41.08
%39
%19.92

CMYK color model

#635E30 color CMYK value is (0,5,52,61).

  • cyan value is 0.00%
  • magenta value is 5.05%
  • yellow value is 51.52%
  • key color value is 61.18%
CMYK:
(0,5,52,61)
C0M5Y52K61 
(0%,5%,52%,61%)
(0.00/0.05/0.52/0.61)	

CMYK percentages

%0
%5.05
%51.52
%61.18

Codes

Color #635E30 in popluar color models

635E30
RGB999448
HSL54°34.69%28.82%
HSB/HSV54°51.52%38.82%
CMYK0.00%5.05%51.52%
61.18%

Color #635E30 in popluar number systems.

HEX635E30
Decimal999448
Binary11000111011110110000
Octal14313660

Shades and tints

Shades of #635E30

#635E30
(99,94,48)
#5A562C
(90,86,44)
#514E28
(81,78,40)
#484624
(72,70,36)
#3F3E20
(63,62,32)
#36361C
(54,54,28)
#2D2E18
(45,46,24)
#242614
(36,38,20)
#1B1E10
(27,30,16)
#12160C
(18,22,12)
#090E08
(9,14,8)
#000000
(0,0,0)

Tints of #635E30

#635E30
(99,94,48)
#716C42
(113,108,66)
#7F7A54
(127,122,84)
#8D8866
(141,136,102)
#9B9678
(155,150,120)
#A9A48A
(169,164,138)
#B7B29C
(183,178,156)
#C5C0AE
(197,192,174)
#D3CEC0
(211,206,192)
#E1DCD2
(225,220,210)
#EFEAE4
(239,234,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #635E30 color. Also use rgb(99,94,48) instead hex code.

Text Font Color

.myTextColor { color: #635E30; }

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

This text font color is #635E30.


Background Color

.myBgColor { background-color: #635E30; }

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

This div background color is #635E30.


Border color

.myBorderColor { border: 1px solid #635E30; }

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

This div border color is #635E30.


Opacity

.myOpacity80 { color: #635E30; opacity: 0.8; }

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

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

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

This text has shadow with #635E30 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #635E30 on black background.


Color preview on white background

This text has color #635E30 on white background.



Black color preview on #635E30 background

This text has black color on #635E30 background.


White color preview on #635E30 background

This text has white color on #635E30 background.