COLOR #7C3C0C

HEX: #7C3C0C
RGB: (124,60,12)

Color info

#7C3C0C contains mainly red color. Web safe color of #7C3C0C is #663300 (or #630).

RGB color model

#7C3C0C color RGB value is (124,60,12).

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

RGB channels and saturation

R 124 of 255 = 49%
G 60 of 255 = 24%
B 12 of 255 = 5%

124
60
12

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

Portions of RGB colors in percentages

R + G + B =
124 + 60 + 12 = 196 (100%)
R 124 of 196 ~ 63.27%
G 60 of 196 ~ 30.61%
B 12 of 196 ~ 6.12%

%63.27
%30.61

CMYK color model

#7C3C0C color CMYK value is (0,52,90,51).

  • cyan value is 0.00%
  • magenta value is 51.61%
  • yellow value is 90.32%
  • key color value is 51.37%
CMYK:
(0,52,90,51)
C0M52Y90K51 
(0%,52%,90%,51%)
(0.00/0.52/0.90/0.51)	

CMYK percentages

%0
%51.61
%90.32
%51.37

Codes

Color #7C3C0C in popluar color models

7C3C0C
RGB1246012
HSL26°82.35%26.67%
HSB/HSV26°90.32%48.63%
CMYK0.00%51.61%90.32%
51.37%

Color #7C3C0C in popluar number systems.

HEX7C3C0C
Decimal1246012
Binary11111001111001100
Octal1747414

Shades and tints

Shades of #7C3C0C

#7C3C0C
(124,60,12)
#71370B
(113,55,11)
#66320A
(102,50,10)
#5B2D09
(91,45,9)
#502808
(80,40,8)
#452307
(69,35,7)
#3A1E06
(58,30,6)
#2F1905
(47,25,5)
#241404
(36,20,4)
#190F03
(25,15,3)
#0E0A02
(14,10,2)
#000000
(0,0,0)

Tints of #7C3C0C

#7C3C0C
(124,60,12)
#874D22
(135,77,34)
#925E38
(146,94,56)
#9D6F4E
(157,111,78)
#A88064
(168,128,100)
#B3917A
(179,145,122)
#BEA290
(190,162,144)
#C9B3A6
(201,179,166)
#D4C4BC
(212,196,188)
#DFD5D2
(223,213,210)
#EAE6E8
(234,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C3C0C; }

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

This text font color is #7C3C0C.


Background Color

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

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

This div background color is #7C3C0C.


Border color

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

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

This div border color is #7C3C0C.


Opacity

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

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

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

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

This text has shadow with #7C3C0C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C3C0C on black background.


Color preview on white background

This text has color #7C3C0C on white background.



Black color preview on #7C3C0C background

This text has black color on #7C3C0C background.


White color preview on #7C3C0C background

This text has white color on #7C3C0C background.