COLOR #634F3D

HEX: #634F3D
RGB: (99,79,61)

Color info

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

RGB color model

#634F3D color RGB value is (99,79,61).

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

RGB channels and saturation

R 99 of 255 = 39%
G 79 of 255 = 31%
B 61 of 255 = 24%

99
79
61

R + G + B ~ 31%. #634F3D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
99 + 79 + 61 = 239 (100%)
R 99 of 239 ~ 41.42%
G 79 of 239 ~ 33.05%
B 61 of 239 ~ 25.52%

%41.42
%33.05
%25.52

CMYK color model

#634F3D color CMYK value is (0,20,38,61).

  • cyan value is 0.00%
  • magenta value is 20.20%
  • yellow value is 38.38%
  • key color value is 61.18%
CMYK:
(0,20,38,61)
C0M20Y38K61 
(0%,20%,38%,61%)
(0.00/0.20/0.38/0.61)	

CMYK percentages

%0
%20.2
%38.38
%61.18

Codes

Color #634F3D in popluar color models

634F3D
RGB997961
HSL28°23.75%31.37%
HSB/HSV28°38.38%38.82%
CMYK0.00%20.20%38.38%
61.18%

Color #634F3D in popluar number systems.

HEX634F3D
Decimal997961
Binary11000111001111111101
Octal14311775

Shades and tints

Shades of #634F3D

#634F3D
(99,79,61)
#5A4838
(90,72,56)
#514133
(81,65,51)
#483A2E
(72,58,46)
#3F3329
(63,51,41)
#362C24
(54,44,36)
#2D251F
(45,37,31)
#241E1A
(36,30,26)
#1B1715
(27,23,21)
#121010
(18,16,16)
#09090B
(9,9,11)
#000000
(0,0,0)

Tints of #634F3D

#634F3D
(99,79,61)
#715F4E
(113,95,78)
#7F6F5F
(127,111,95)
#8D7F70
(141,127,112)
#9B8F81
(155,143,129)
#A99F92
(169,159,146)
#B7AFA3
(183,175,163)
#C5BFB4
(197,191,180)
#D3CFC5
(211,207,197)
#E1DFD6
(225,223,214)
#EFEFE7
(239,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #634F3D color. Also use rgb(99,79,61) instead hex code.

Text Font Color

.myTextColor { color: #634F3D; }

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

This text font color is #634F3D.


Background Color

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

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

This div background color is #634F3D.


Border color

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

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

This div border color is #634F3D.


Opacity

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

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

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

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

This text has shadow with #634F3D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #634F3D on black background.


Color preview on white background

This text has color #634F3D on white background.



Black color preview on #634F3D background

This text has black color on #634F3D background.


White color preview on #634F3D background

This text has white color on #634F3D background.