COLOR #7C3120

HEX: #7C3120
RGB: (124,49,32)

Color info

#7C3120 contains mainly red color. Web safe color of #7C3120 is #663333 (or #633).

RGB color model

#7C3120 color RGB value is (124,49,32).

  • red value is 124;
  • green value is 49;
  • blue value is 32.
RGB:
(124,49,32)
(49%,19%,13%)

RGB channels and saturation

R 124 of 255 = 49%
G 49 of 255 = 19%
B 32 of 255 = 13%

124
49
32

R + G + B ~ 27%. #7C3120 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
124 + 49 + 32 = 205 (100%)
R 124 of 205 ~ 60.49%
G 49 of 205 ~ 23.9%
B 32 of 205 ~ 15.61%

%60.49
%23.9
%15.61

CMYK color model

#7C3120 color CMYK value is (0,60,74,51).

  • cyan value is 0.00%
  • magenta value is 60.48%
  • yellow value is 74.19%
  • key color value is 51.37%
CMYK:
(0,60,74,51)
C0M60Y74K51 
(0%,60%,74%,51%)
(0.00/0.60/0.74/0.51)	

CMYK percentages

%0
%60.48
%74.19
%51.37

Codes

Color #7C3120 in popluar color models

7C3120
RGB1244932
HSL11°58.97%30.59%
HSB/HSV11°74.19%48.63%
CMYK0.00%60.48%74.19%
51.37%

Color #7C3120 in popluar number systems.

HEX7C3120
Decimal1244932
Binary1111100110001100000
Octal1746140

Shades and tints

Shades of #7C3120

#7C3120
(124,49,32)
#712D1E
(113,45,30)
#66291C
(102,41,28)
#5B251A
(91,37,26)
#502118
(80,33,24)
#451D16
(69,29,22)
#3A1914
(58,25,20)
#2F1512
(47,21,18)
#241110
(36,17,16)
#190D0E
(25,13,14)
#0E090C
(14,9,12)
#000000
(0,0,0)

Tints of #7C3120

#7C3120
(124,49,32)
#874334
(135,67,52)
#925548
(146,85,72)
#9D675C
(157,103,92)
#A87970
(168,121,112)
#B38B84
(179,139,132)
#BE9D98
(190,157,152)
#C9AFAC
(201,175,172)
#D4C1C0
(212,193,192)
#DFD3D4
(223,211,212)
#EAE5E8
(234,229,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C3120 color. Also use rgb(124,49,32) instead hex code.

Text Font Color

.myTextColor { color: #7C3120; }

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

This text font color is #7C3120.


Background Color

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

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

This div background color is #7C3120.


Border color

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

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

This div border color is #7C3120.


Opacity

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

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

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

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

This text has shadow with #7C3120 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C3120 on black background.


Color preview on white background

This text has color #7C3120 on white background.



Black color preview on #7C3120 background

This text has black color on #7C3120 background.


White color preview on #7C3120 background

This text has white color on #7C3120 background.