COLOR #7C2A22

HEX: #7C2A22
RGB: (124,42,34)

Color info

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

RGB color model

#7C2A22 color RGB value is (124,42,34).

  • red value is 124;
  • green value is 42;
  • blue value is 34.
RGB:
(124,42,34)
(49%,16%,13%)

RGB channels and saturation

R 124 of 255 = 49%
G 42 of 255 = 16%
B 34 of 255 = 13%

124
42
34

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

Portions of RGB colors in percentages

R + G + B =
124 + 42 + 34 = 200 (100%)
R 124 of 200 ~ 62%
G 42 of 200 ~ 21%
B 34 of 200 ~ 17%

%62
%21
%17

CMYK color model

#7C2A22 color CMYK value is (0,66,73,51).

  • cyan value is 0.00%
  • magenta value is 66.13%
  • yellow value is 72.58%
  • key color value is 51.37%
CMYK:
(0,66,73,51)
C0M66Y73K51 
(0%,66%,73%,51%)
(0.00/0.66/0.73/0.51)	

CMYK percentages

%0
%66.13
%72.58
%51.37

Codes

Color #7C2A22 in popluar color models

7C2A22
RGB1244234
HSL56.96%30.98%
HSB/HSV72.58%48.63%
CMYK0.00%66.13%72.58%
51.37%

Color #7C2A22 in popluar number systems.

HEX7C2A22
Decimal1244234
Binary1111100101010100010
Octal1745242

Shades and tints

Shades of #7C2A22

#7C2A22
(124,42,34)
#71271F
(113,39,31)
#66241C
(102,36,28)
#5B2119
(91,33,25)
#501E16
(80,30,22)
#451B13
(69,27,19)
#3A1810
(58,24,16)
#2F150D
(47,21,13)
#24120A
(36,18,10)
#190F07
(25,15,7)
#0E0C04
(14,12,4)
#000000
(0,0,0)

Tints of #7C2A22

#7C2A22
(124,42,34)
#873D36
(135,61,54)
#92504A
(146,80,74)
#9D635E
(157,99,94)
#A87672
(168,118,114)
#B38986
(179,137,134)
#BE9C9A
(190,156,154)
#C9AFAE
(201,175,174)
#D4C2C2
(212,194,194)
#DFD5D6
(223,213,214)
#EAE8EA
(234,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C2A22 color. Also use rgb(124,42,34) instead hex code.

Text Font Color

.myTextColor { color: #7C2A22; }

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

This text font color is #7C2A22.


Background Color

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

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

This div background color is #7C2A22.


Border color

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

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

This div border color is #7C2A22.


Opacity

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

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

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

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

This text has shadow with #7C2A22 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C2A22 on black background.


Color preview on white background

This text has color #7C2A22 on white background.



Black color preview on #7C2A22 background

This text has black color on #7C2A22 background.


White color preview on #7C2A22 background

This text has white color on #7C2A22 background.