COLOR #7C3020

HEX: #7C3020
RGB: (124,48,32)

Color info

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

RGB color model

#7C3020 color RGB value is (124,48,32).

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

RGB channels and saturation

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

124
48
32

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

Portions of RGB colors in percentages

R + G + B =
124 + 48 + 32 = 204 (100%)
R 124 of 204 ~ 60.78%
G 48 of 204 ~ 23.53%
B 32 of 204 ~ 15.69%

%60.78
%23.53
%15.69

CMYK color model

#7C3020 color CMYK value is (0,61,74,51).

  • cyan value is 0.00%
  • magenta value is 61.29%
  • yellow value is 74.19%
  • key color value is 51.37%
CMYK:
(0,61,74,51)
C0M61Y74K51 
(0%,61%,74%,51%)
(0.00/0.61/0.74/0.51)	

CMYK percentages

%0
%61.29
%74.19
%51.37

Codes

Color #7C3020 in popluar color models

7C3020
RGB1244832
HSL10°58.97%30.59%
HSB/HSV10°74.19%48.63%
CMYK0.00%61.29%74.19%
51.37%

Color #7C3020 in popluar number systems.

HEX7C3020
Decimal1244832
Binary1111100110000100000
Octal1746040

Shades and tints

Shades of #7C3020

#7C3020
(124,48,32)
#712C1E
(113,44,30)
#66281C
(102,40,28)
#5B241A
(91,36,26)
#502018
(80,32,24)
#451C16
(69,28,22)
#3A1814
(58,24,20)
#2F1412
(47,20,18)
#241010
(36,16,16)
#190C0E
(25,12,14)
#0E080C
(14,8,12)
#000000
(0,0,0)

Tints of #7C3020

#7C3020
(124,48,32)
#874234
(135,66,52)
#925448
(146,84,72)
#9D665C
(157,102,92)
#A87870
(168,120,112)
#B38A84
(179,138,132)
#BE9C98
(190,156,152)
#C9AEAC
(201,174,172)
#D4C0C0
(212,192,192)
#DFD2D4
(223,210,212)
#EAE4E8
(234,228,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C3020; }

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

This text font color is #7C3020.


Background Color

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

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

This div background color is #7C3020.


Border color

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

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

This div border color is #7C3020.


Opacity

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

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

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

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

This text has shadow with #7C3020 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C3020 on black background.


Color preview on white background

This text has color #7C3020 on white background.



Black color preview on #7C3020 background

This text has black color on #7C3020 background.


White color preview on #7C3020 background

This text has white color on #7C3020 background.