COLOR #7C0A02

HEX: #7C0A02
RGB: (124,10,2)

Color info

#7C0A02 contains mainly red color. Web safe color of #7C0A02 is #660000 (or #600).

RGB color model

#7C0A02 color RGB value is (124,10,2).

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

RGB channels and saturation

R 124 of 255 = 49%
G 10 of 255 = 4%
B 2 of 255 = 1%

124
10
2

R + G + B ~ 18%. #7C0A02 is dark color.

Portions of RGB colors in percentages

R + G + B =
124 + 10 + 2 = 136 (100%)
R 124 of 136 ~ 91.18%
G 10 of 136 ~ 7.35%
B 2 of 136 ~ 1.47%

%91.18

CMYK color model

#7C0A02 color CMYK value is (0,92,98,51).

  • cyan value is 0.00%
  • magenta value is 91.94%
  • yellow value is 98.39%
  • key color value is 51.37%
CMYK:
(0,92,98,51)
C0M92Y98K51 
(0%,92%,98%,51%)
(0.00/0.92/0.98/0.51)	

CMYK percentages

%0
%91.94
%98.39
%51.37

Codes

Color #7C0A02 in popluar color models

7C0A02
RGB124102
HSL96.83%24.71%
HSB/HSV98.39%48.63%
CMYK0.00%91.94%98.39%
51.37%

Color #7C0A02 in popluar number systems.

HEX7C0A02
Decimal124102
Binary1111100101010
Octal174122

Shades and tints

Shades of #7C0A02

#7C0A02
(124,10,2)
#710A02
(113,10,2)
#660A02
(102,10,2)
#5B0A02
(91,10,2)
#500A02
(80,10,2)
#450A02
(69,10,2)
#3A0A02
(58,10,2)
#2F0A02
(47,10,2)
#240A02
(36,10,2)
#190A02
(25,10,2)
#0E0A02
(14,10,2)
#000000
(0,0,0)

Tints of #7C0A02

#7C0A02
(124,10,2)
#872019
(135,32,25)
#923630
(146,54,48)
#9D4C47
(157,76,71)
#A8625E
(168,98,94)
#B37875
(179,120,117)
#BE8E8C
(190,142,140)
#C9A4A3
(201,164,163)
#D4BABA
(212,186,186)
#DFD0D1
(223,208,209)
#EAE6E8
(234,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C0A02; }

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

This text font color is #7C0A02.


Background Color

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

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

This div background color is #7C0A02.


Border color

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

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

This div border color is #7C0A02.


Opacity

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

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

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

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

This text has shadow with #7C0A02 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C0A02 on black background.


Color preview on white background

This text has color #7C0A02 on white background.



Black color preview on #7C0A02 background

This text has black color on #7C0A02 background.


White color preview on #7C0A02 background

This text has white color on #7C0A02 background.