COLOR #635B13

HEX: #635B13
RGB: (99,91,19)

Color info

#635B13 contains mainly red and green colors. Web safe color of #635B13 is #666600 (or #660).

RGB color model

#635B13 color RGB value is (99,91,19).

  • red value is 99;
  • green value is 91;
  • blue value is 19.
RGB:
(99,91,19)
(39%,36%,7%)

RGB channels and saturation

R 99 of 255 = 39%
G 91 of 255 = 36%
B 19 of 255 = 7%

99
91
19

R + G + B ~ 27%. #635B13 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
99 + 91 + 19 = 209 (100%)
R 99 of 209 ~ 47.37%
G 91 of 209 ~ 43.54%
B 19 of 209 ~ 9.09%

%47.37
%43.54

CMYK color model

#635B13 color CMYK value is (0,8,81,61).

  • cyan value is 0.00%
  • magenta value is 8.08%
  • yellow value is 80.81%
  • key color value is 61.18%
CMYK:
(0,8,81,61)
C0M8Y81K61 
(0%,8%,81%,61%)
(0.00/0.08/0.81/0.61)	

CMYK percentages

%0
%8.08
%80.81
%61.18

Codes

Color #635B13 in popluar color models

635B13
RGB999119
HSL54°67.80%23.14%
HSB/HSV54°80.81%38.82%
CMYK0.00%8.08%80.81%
61.18%

Color #635B13 in popluar number systems.

HEX635B13
Decimal999119
Binary1100011101101110011
Octal14313323

Shades and tints

Shades of #635B13

#635B13
(99,91,19)
#5A5312
(90,83,18)
#514B11
(81,75,17)
#484310
(72,67,16)
#3F3B0F
(63,59,15)
#36330E
(54,51,14)
#2D2B0D
(45,43,13)
#24230C
(36,35,12)
#1B1B0B
(27,27,11)
#12130A
(18,19,10)
#090B09
(9,11,9)
#000000
(0,0,0)

Tints of #635B13

#635B13
(99,91,19)
#716928
(113,105,40)
#7F773D
(127,119,61)
#8D8552
(141,133,82)
#9B9367
(155,147,103)
#A9A17C
(169,161,124)
#B7AF91
(183,175,145)
#C5BDA6
(197,189,166)
#D3CBBB
(211,203,187)
#E1D9D0
(225,217,208)
#EFE7E5
(239,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #635B13 color. Also use rgb(99,91,19) instead hex code.

Text Font Color

.myTextColor { color: #635B13; }

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

This text font color is #635B13.


Background Color

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

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

This div background color is #635B13.


Border color

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

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

This div border color is #635B13.


Opacity

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

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

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

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

This text has shadow with #635B13 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #635B13 on black background.


Color preview on white background

This text has color #635B13 on white background.



Black color preview on #635B13 background

This text has black color on #635B13 background.


White color preview on #635B13 background

This text has white color on #635B13 background.