COLOR #7C222A

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

124
34
42

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

Portions of RGB colors in percentages

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

%62
%17
%21

CMYK color model

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

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

CMYK percentages

%0
%72.58
%66.13
%51.37

Codes

Color #7C222A in popluar color models

7C222A
RGB1243442
HSL355°56.96%30.98%
HSB/HSV355°72.58%48.63%
CMYK0.00%72.58%66.13%
51.37%

Color #7C222A in popluar number systems.

HEX7C222A
Decimal1243442
Binary1111100100010101010
Octal1744252

Shades and tints

Shades of #7C222A

#7C222A
(124,34,42)
#711F27
(113,31,39)
#661C24
(102,28,36)
#5B1921
(91,25,33)
#50161E
(80,22,30)
#45131B
(69,19,27)
#3A1018
(58,16,24)
#2F0D15
(47,13,21)
#240A12
(36,10,18)
#19070F
(25,7,15)
#0E040C
(14,4,12)
#000000
(0,0,0)

Tints of #7C222A

#7C222A
(124,34,42)
#87363D
(135,54,61)
#924A50
(146,74,80)
#9D5E63
(157,94,99)
#A87276
(168,114,118)
#B38689
(179,134,137)
#BE9A9C
(190,154,156)
#C9AEAF
(201,174,175)
#D4C2C2
(212,194,194)
#DFD6D5
(223,214,213)
#EAEAE8
(234,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C222A; }

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

This text font color is #7C222A.


Background Color

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

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

This div background color is #7C222A.


Border color

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

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

This div border color is #7C222A.


Opacity

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

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

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

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

This text has shadow with #7C222A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C222A on black background.


Color preview on white background

This text has color #7C222A on white background.



Black color preview on #7C222A background

This text has black color on #7C222A background.


White color preview on #7C222A background

This text has white color on #7C222A background.