COLOR #634930

HEX: #634930
RGB: (99,73,48)

Color info

#634930 contains red, green and blue colors in about the same proportion. Web safe color of #634930 is #663333 (or #633).

RGB color model

#634930 color RGB value is (99,73,48).

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

RGB channels and saturation

R 99 of 255 = 39%
G 73 of 255 = 29%
B 48 of 255 = 19%

99
73
48

R + G + B ~ 29%. #634930 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
99 + 73 + 48 = 220 (100%)
R 99 of 220 ~ 45%
G 73 of 220 ~ 33.18%
B 48 of 220 ~ 21.82%

%45
%33.18
%21.82

CMYK color model

#634930 color CMYK value is (0,26,52,61).

  • cyan value is 0.00%
  • magenta value is 26.26%
  • yellow value is 51.52%
  • key color value is 61.18%
CMYK:
(0,26,52,61)
C0M26Y52K61 
(0%,26%,52%,61%)
(0.00/0.26/0.52/0.61)	

CMYK percentages

%0
%26.26
%51.52
%61.18

Codes

Color #634930 in popluar color models

634930
RGB997348
HSL29°34.69%28.82%
HSB/HSV29°51.52%38.82%
CMYK0.00%26.26%51.52%
61.18%

Color #634930 in popluar number systems.

HEX634930
Decimal997348
Binary11000111001001110000
Octal14311160

Shades and tints

Shades of #634930

#634930
(99,73,48)
#5A432C
(90,67,44)
#513D28
(81,61,40)
#483724
(72,55,36)
#3F3120
(63,49,32)
#362B1C
(54,43,28)
#2D2518
(45,37,24)
#241F14
(36,31,20)
#1B1910
(27,25,16)
#12130C
(18,19,12)
#090D08
(9,13,8)
#000000
(0,0,0)

Tints of #634930

#634930
(99,73,48)
#715942
(113,89,66)
#7F6954
(127,105,84)
#8D7966
(141,121,102)
#9B8978
(155,137,120)
#A9998A
(169,153,138)
#B7A99C
(183,169,156)
#C5B9AE
(197,185,174)
#D3C9C0
(211,201,192)
#E1D9D2
(225,217,210)
#EFE9E4
(239,233,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #634930; }

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

This text font color is #634930.


Background Color

.myBgColor { background-color: #634930; }

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

This div background color is #634930.


Border color

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

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

This div border color is #634930.


Opacity

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

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

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

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

This text has shadow with #634930 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #634930 on black background.


Color preview on white background

This text has color #634930 on white background.



Black color preview on #634930 background

This text has black color on #634930 background.


White color preview on #634930 background

This text has white color on #634930 background.