COLOR #7C520C

HEX: #7C520C
RGB: (124,82,12)

Color info

#7C520C contains mainly red and green colors. Web safe color of #7C520C is #666600 (or #660).

RGB color model

#7C520C color RGB value is (124,82,12).

  • red value is 124;
  • green value is 82;
  • blue value is 12.
RGB:
(124,82,12)
(49%,32%,5%)

RGB channels and saturation

R 124 of 255 = 49%
G 82 of 255 = 32%
B 12 of 255 = 5%

124
82
12

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

Portions of RGB colors in percentages

R + G + B =
124 + 82 + 12 = 218 (100%)
R 124 of 218 ~ 56.88%
G 82 of 218 ~ 37.61%
B 12 of 218 ~ 5.5%

%56.88
%37.61

CMYK color model

#7C520C color CMYK value is (0,34,90,51).

  • cyan value is 0.00%
  • magenta value is 33.87%
  • yellow value is 90.32%
  • key color value is 51.37%
CMYK:
(0,34,90,51)
C0M34Y90K51 
(0%,34%,90%,51%)
(0.00/0.34/0.90/0.51)	

CMYK percentages

%0
%33.87
%90.32
%51.37

Codes

Color #7C520C in popluar color models

7C520C
RGB1248212
HSL38°82.35%26.67%
HSB/HSV38°90.32%48.63%
CMYK0.00%33.87%90.32%
51.37%

Color #7C520C in popluar number systems.

HEX7C520C
Decimal1248212
Binary111110010100101100
Octal17412214

Shades and tints

Shades of #7C520C

#7C520C
(124,82,12)
#714B0B
(113,75,11)
#66440A
(102,68,10)
#5B3D09
(91,61,9)
#503608
(80,54,8)
#452F07
(69,47,7)
#3A2806
(58,40,6)
#2F2105
(47,33,5)
#241A04
(36,26,4)
#191303
(25,19,3)
#0E0C02
(14,12,2)
#000000
(0,0,0)

Tints of #7C520C

#7C520C
(124,82,12)
#876122
(135,97,34)
#927038
(146,112,56)
#9D7F4E
(157,127,78)
#A88E64
(168,142,100)
#B39D7A
(179,157,122)
#BEAC90
(190,172,144)
#C9BBA6
(201,187,166)
#D4CABC
(212,202,188)
#DFD9D2
(223,217,210)
#EAE8E8
(234,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C520C color. Also use rgb(124,82,12) instead hex code.

Text Font Color

.myTextColor { color: #7C520C; }

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

This text font color is #7C520C.


Background Color

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

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

This div background color is #7C520C.


Border color

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

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

This div border color is #7C520C.


Opacity

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

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

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

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

This text has shadow with #7C520C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C520C on black background.


Color preview on white background

This text has color #7C520C on white background.



Black color preview on #7C520C background

This text has black color on #7C520C background.


White color preview on #7C520C background

This text has white color on #7C520C background.