COLOR #634D39

HEX: #634D39
RGB: (99,77,57)

Color info

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

RGB color model

#634D39 color RGB value is (99,77,57).

  • red value is 99;
  • green value is 77;
  • blue value is 57.
RGB:
(99,77,57)
(39%,30%,22%)

RGB channels and saturation

R 99 of 255 = 39%
G 77 of 255 = 30%
B 57 of 255 = 22%

99
77
57

R + G + B ~ 30%. #634D39 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
99 + 77 + 57 = 233 (100%)
R 99 of 233 ~ 42.49%
G 77 of 233 ~ 33.05%
B 57 of 233 ~ 24.46%

%42.49
%33.05
%24.46

CMYK color model

#634D39 color CMYK value is (0,22,42,61).

  • cyan value is 0.00%
  • magenta value is 22.22%
  • yellow value is 42.42%
  • key color value is 61.18%
CMYK:
(0,22,42,61)
C0M22Y42K61 
(0%,22%,42%,61%)
(0.00/0.22/0.42/0.61)	

CMYK percentages

%0
%22.22
%42.42
%61.18

Codes

Color #634D39 in popluar color models

634D39
RGB997757
HSL29°26.92%30.59%
HSB/HSV29°42.42%38.82%
CMYK0.00%22.22%42.42%
61.18%

Color #634D39 in popluar number systems.

HEX634D39
Decimal997757
Binary11000111001101111001
Octal14311571

Shades and tints

Shades of #634D39

#634D39
(99,77,57)
#5A4634
(90,70,52)
#513F2F
(81,63,47)
#48382A
(72,56,42)
#3F3125
(63,49,37)
#362A20
(54,42,32)
#2D231B
(45,35,27)
#241C16
(36,28,22)
#1B1511
(27,21,17)
#120E0C
(18,14,12)
#090707
(9,7,7)
#000000
(0,0,0)

Tints of #634D39

#634D39
(99,77,57)
#715D4B
(113,93,75)
#7F6D5D
(127,109,93)
#8D7D6F
(141,125,111)
#9B8D81
(155,141,129)
#A99D93
(169,157,147)
#B7ADA5
(183,173,165)
#C5BDB7
(197,189,183)
#D3CDC9
(211,205,201)
#E1DDDB
(225,221,219)
#EFEDED
(239,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #634D39 color. Also use rgb(99,77,57) instead hex code.

Text Font Color

.myTextColor { color: #634D39; }

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

This text font color is #634D39.


Background Color

.myBgColor { background-color: #634D39; }

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

This div background color is #634D39.


Border color

.myBorderColor { border: 1px solid #634D39; }

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

This div border color is #634D39.


Opacity

.myOpacity80 { color: #634D39; opacity: 0.8; }

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

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

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

This text has shadow with #634D39 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #634D39 on black background.


Color preview on white background

This text has color #634D39 on white background.



Black color preview on #634D39 background

This text has black color on #634D39 background.


White color preview on #634D39 background

This text has white color on #634D39 background.