COLOR #7C4505

HEX: #7C4505
RGB: (124,69,5)

Color info

#7C4505 contains mainly red and green colors. Web safe color of #7C4505 is #663300 (or #630).

RGB color model

#7C4505 color RGB value is (124,69,5).

  • red value is 124;
  • green value is 69;
  • blue value is 5.
RGB:
(124,69,5)
(49%,27%,2%)

RGB channels and saturation

R 124 of 255 = 49%
G 69 of 255 = 27%
B 5 of 255 = 2%

124
69
5

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

Portions of RGB colors in percentages

R + G + B =
124 + 69 + 5 = 198 (100%)
R 124 of 198 ~ 62.63%
G 69 of 198 ~ 34.85%
B 5 of 198 ~ 2.53%

%62.63
%34.85

CMYK color model

#7C4505 color CMYK value is (0,44,96,51).

  • cyan value is 0.00%
  • magenta value is 44.35%
  • yellow value is 95.97%
  • key color value is 51.37%
CMYK:
(0,44,96,51)
C0M44Y96K51 
(0%,44%,96%,51%)
(0.00/0.44/0.96/0.51)	

CMYK percentages

%0
%44.35
%95.97
%51.37

Codes

Color #7C4505 in popluar color models

7C4505
RGB124695
HSL32°92.25%25.29%
HSB/HSV32°95.97%48.63%
CMYK0.00%44.35%95.97%
51.37%

Color #7C4505 in popluar number systems.

HEX7C4505
Decimal124695
Binary11111001000101101
Octal1741055

Shades and tints

Shades of #7C4505

#7C4505
(124,69,5)
#713F05
(113,63,5)
#663905
(102,57,5)
#5B3305
(91,51,5)
#502D05
(80,45,5)
#452705
(69,39,5)
#3A2105
(58,33,5)
#2F1B05
(47,27,5)
#241505
(36,21,5)
#190F05
(25,15,5)
#0E0905
(14,9,5)
#000000
(0,0,0)

Tints of #7C4505

#7C4505
(124,69,5)
#87551B
(135,85,27)
#926531
(146,101,49)
#9D7547
(157,117,71)
#A8855D
(168,133,93)
#B39573
(179,149,115)
#BEA589
(190,165,137)
#C9B59F
(201,181,159)
#D4C5B5
(212,197,181)
#DFD5CB
(223,213,203)
#EAE5E1
(234,229,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C4505 color. Also use rgb(124,69,5) instead hex code.

Text Font Color

.myTextColor { color: #7C4505; }

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

This text font color is #7C4505.


Background Color

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

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

This div background color is #7C4505.


Border color

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

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

This div border color is #7C4505.


Opacity

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

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

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

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

This text has shadow with #7C4505 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C4505 on black background.


Color preview on white background

This text has color #7C4505 on white background.



Black color preview on #7C4505 background

This text has black color on #7C4505 background.


White color preview on #7C4505 background

This text has white color on #7C4505 background.