COLOR #7C2929

HEX: #7C2929
RGB: (124,41,41)

Color info

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

RGB color model

#7C2929 color RGB value is (124,41,41).

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

RGB channels and saturation

R 124 of 255 = 49%
G 41 of 255 = 16%
B 41 of 255 = 16%

124
41
41

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

Portions of RGB colors in percentages

R + G + B =
124 + 41 + 41 = 206 (100%)
R 124 of 206 ~ 60.19%
G 41 of 206 ~ 19.9%
B 41 of 206 ~ 19.9%

%60.19
%19.9
%19.9

CMYK color model

#7C2929 color CMYK value is (0,67,67,51).

  • cyan value is 0.00%
  • magenta value is 66.94%
  • yellow value is 66.94%
  • key color value is 51.37%
CMYK:
(0,67,67,51)
C0M67Y67K51 
(0%,67%,67%,51%)
(0.00/0.67/0.67/0.51)	

CMYK percentages

%0
%66.94
%66.94
%51.37

Codes

Color #7C2929 in popluar color models

7C2929
RGB1244141
HSL50.30%32.35%
HSB/HSV66.94%48.63%
CMYK0.00%66.94%66.94%
51.37%

Color #7C2929 in popluar number systems.

HEX7C2929
Decimal1244141
Binary1111100101001101001
Octal1745151

Shades and tints

Shades of #7C2929

#7C2929
(124,41,41)
#712626
(113,38,38)
#662323
(102,35,35)
#5B2020
(91,32,32)
#501D1D
(80,29,29)
#451A1A
(69,26,26)
#3A1717
(58,23,23)
#2F1414
(47,20,20)
#241111
(36,17,17)
#190E0E
(25,14,14)
#0E0B0B
(14,11,11)
#000000
(0,0,0)

Tints of #7C2929

#7C2929
(124,41,41)
#873C3C
(135,60,60)
#924F4F
(146,79,79)
#9D6262
(157,98,98)
#A87575
(168,117,117)
#B38888
(179,136,136)
#BE9B9B
(190,155,155)
#C9AEAE
(201,174,174)
#D4C1C1
(212,193,193)
#DFD4D4
(223,212,212)
#EAE7E7
(234,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C2929; }

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

This text font color is #7C2929.


Background Color

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

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

This div background color is #7C2929.


Border color

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

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

This div border color is #7C2929.


Opacity

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

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

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

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

This text has shadow with #7C2929 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C2929 on black background.


Color preview on white background

This text has color #7C2929 on white background.



Black color preview on #7C2929 background

This text has black color on #7C2929 background.


White color preview on #7C2929 background

This text has white color on #7C2929 background.