COLOR #7C634D

HEX: #7C634D
RGB: (124,99,77)

Color info

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

RGB color model

#7C634D color RGB value is (124,99,77).

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

RGB channels and saturation

R 124 of 255 = 49%
G 99 of 255 = 39%
B 77 of 255 = 30%

124
99
77

R + G + B ~ 39%. #7C634D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
124 + 99 + 77 = 300 (100%)
R 124 of 300 ~ 41.33%
G 99 of 300 ~ 33%
B 77 of 300 ~ 25.67%

%41.33
%33
%25.67

CMYK color model

#7C634D color CMYK value is (0,20,38,51).

  • cyan value is 0.00%
  • magenta value is 20.16%
  • yellow value is 37.90%
  • key color value is 51.37%
CMYK:
(0,20,38,51)
C0M20Y38K51 
(0%,20%,38%,51%)
(0.00/0.20/0.38/0.51)	

CMYK percentages

%0
%20.16
%37.9
%51.37

Codes

Color #7C634D in popluar color models

7C634D
RGB1249977
HSL28°23.38%39.41%
HSB/HSV28°37.90%48.63%
CMYK0.00%20.16%37.90%
51.37%

Color #7C634D in popluar number systems.

HEX7C634D
Decimal1249977
Binary111110011000111001101
Octal174143115

Shades and tints

Shades of #7C634D

#7C634D
(124,99,77)
#715A46
(113,90,70)
#66513F
(102,81,63)
#5B4838
(91,72,56)
#503F31
(80,63,49)
#45362A
(69,54,42)
#3A2D23
(58,45,35)
#2F241C
(47,36,28)
#241B15
(36,27,21)
#19120E
(25,18,14)
#0E0907
(14,9,7)
#000000
(0,0,0)

Tints of #7C634D

#7C634D
(124,99,77)
#87715D
(135,113,93)
#927F6D
(146,127,109)
#9D8D7D
(157,141,125)
#A89B8D
(168,155,141)
#B3A99D
(179,169,157)
#BEB7AD
(190,183,173)
#C9C5BD
(201,197,189)
#D4D3CD
(212,211,205)
#DFE1DD
(223,225,221)
#EAEFED
(234,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C634D color. Also use rgb(124,99,77) instead hex code.

Text Font Color

.myTextColor { color: #7C634D; }

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

This text font color is #7C634D.


Background Color

.myBgColor { background-color: #7C634D; }

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

This div background color is #7C634D.


Border color

.myBorderColor { border: 1px solid #7C634D; }

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

This div border color is #7C634D.


Opacity

.myOpacity80 { color: #7C634D; opacity: 0.8; }

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

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

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

This text has shadow with #7C634D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C634D on black background.


Color preview on white background

This text has color #7C634D on white background.



Black color preview on #7C634D background

This text has black color on #7C634D background.


White color preview on #7C634D background

This text has white color on #7C634D background.