COLOR #7C0A29

HEX: #7C0A29
RGB: (124,10,41)

Color info

#7C0A29 contains mainly red color. Web safe color of #7C0A29 is #660033 (or #603).

RGB color model

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

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

RGB channels and saturation

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

124
10
41

R + G + B ~ 23%. #7C0A29 is dark color.

Portions of RGB colors in percentages

R + G + B =
124 + 10 + 41 = 175 (100%)
R 124 of 175 ~ 70.86%
G 10 of 175 ~ 5.71%
B 41 of 175 ~ 23.43%

%70.86
%23.43

CMYK color model

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

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

CMYK percentages

%0
%91.94
%66.94
%51.37

Codes

Color #7C0A29 in popluar color models

7C0A29
RGB1241041
HSL344°85.07%26.27%
HSB/HSV344°91.94%48.63%
CMYK0.00%91.94%66.94%
51.37%

Color #7C0A29 in popluar number systems.

HEX7C0A29
Decimal1241041
Binary11111001010101001
Octal1741251

Shades and tints

Shades of #7C0A29

#7C0A29
(124,10,41)
#710A26
(113,10,38)
#660A23
(102,10,35)
#5B0A20
(91,10,32)
#500A1D
(80,10,29)
#450A1A
(69,10,26)
#3A0A17
(58,10,23)
#2F0A14
(47,10,20)
#240A11
(36,10,17)
#190A0E
(25,10,14)
#0E0A0B
(14,10,11)
#000000
(0,0,0)

Tints of #7C0A29

#7C0A29
(124,10,41)
#87203C
(135,32,60)
#92364F
(146,54,79)
#9D4C62
(157,76,98)
#A86275
(168,98,117)
#B37888
(179,120,136)
#BE8E9B
(190,142,155)
#C9A4AE
(201,164,174)
#D4BAC1
(212,186,193)
#DFD0D4
(223,208,212)
#EAE6E7
(234,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C0A29; }

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

This text font color is #7C0A29.


Background Color

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

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

This div background color is #7C0A29.


Border color

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

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

This div border color is #7C0A29.


Opacity

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

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

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

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

This text has shadow with #7C0A29 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C0A29 on black background.


Color preview on white background

This text has color #7C0A29 on white background.



Black color preview on #7C0A29 background

This text has black color on #7C0A29 background.


White color preview on #7C0A29 background

This text has white color on #7C0A29 background.