COLOR #635018

HEX: #635018
RGB: (99,80,24)

Color info

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

RGB color model

#635018 color RGB value is (99,80,24).

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

RGB channels and saturation

R 99 of 255 = 39%
G 80 of 255 = 31%
B 24 of 255 = 9%

99
80
24

R + G + B ~ 26%. #635018 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
99 + 80 + 24 = 203 (100%)
R 99 of 203 ~ 48.77%
G 80 of 203 ~ 39.41%
B 24 of 203 ~ 11.82%

%48.77
%39.41
%11.82

CMYK color model

#635018 color CMYK value is (0,19,76,61).

  • cyan value is 0.00%
  • magenta value is 19.19%
  • yellow value is 75.76%
  • key color value is 61.18%
CMYK:
(0,19,76,61)
C0M19Y76K61 
(0%,19%,76%,61%)
(0.00/0.19/0.76/0.61)	

CMYK percentages

%0
%19.19
%75.76
%61.18

Codes

Color #635018 in popluar color models

635018
RGB998024
HSL45°60.98%24.12%
HSB/HSV45°75.76%38.82%
CMYK0.00%19.19%75.76%
61.18%

Color #635018 in popluar number systems.

HEX635018
Decimal998024
Binary1100011101000011000
Octal14312030

Shades and tints

Shades of #635018

#635018
(99,80,24)
#5A4916
(90,73,22)
#514214
(81,66,20)
#483B12
(72,59,18)
#3F3410
(63,52,16)
#362D0E
(54,45,14)
#2D260C
(45,38,12)
#241F0A
(36,31,10)
#1B1808
(27,24,8)
#121106
(18,17,6)
#090A04
(9,10,4)
#000000
(0,0,0)

Tints of #635018

#635018
(99,80,24)
#715F2D
(113,95,45)
#7F6E42
(127,110,66)
#8D7D57
(141,125,87)
#9B8C6C
(155,140,108)
#A99B81
(169,155,129)
#B7AA96
(183,170,150)
#C5B9AB
(197,185,171)
#D3C8C0
(211,200,192)
#E1D7D5
(225,215,213)
#EFE6EA
(239,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #635018; }

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

This text font color is #635018.


Background Color

.myBgColor { background-color: #635018; }

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

This div background color is #635018.


Border color

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

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

This div border color is #635018.


Opacity

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

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

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

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

This text has shadow with #635018 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #635018 on black background.


Color preview on white background

This text has color #635018 on white background.



Black color preview on #635018 background

This text has black color on #635018 background.


White color preview on #635018 background

This text has white color on #635018 background.