COLOR #7C073A

HEX: #7C073A
RGB: (124,7,58)

Color info

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

RGB color model

#7C073A color RGB value is (124,7,58).

  • red value is 124;
  • green value is 7;
  • blue value is 58.
RGB:
(124,7,58)
(49%,3%,23%)

RGB channels and saturation

R 124 of 255 = 49%
G 7 of 255 = 3%
B 58 of 255 = 23%

124
7
58

R + G + B ~ 25%. #7C073A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
124 + 7 + 58 = 189 (100%)
R 124 of 189 ~ 65.61%
G 7 of 189 ~ 3.7%
B 58 of 189 ~ 30.69%

%65.61
%30.69

CMYK color model

#7C073A color CMYK value is (0,94,53,51).

  • cyan value is 0.00%
  • magenta value is 94.35%
  • yellow value is 53.23%
  • key color value is 51.37%
CMYK:
(0,94,53,51)
C0M94Y53K51 
(0%,94%,53%,51%)
(0.00/0.94/0.53/0.51)	

CMYK percentages

%0
%94.35
%53.23
%51.37

Codes

Color #7C073A in popluar color models

7C073A
RGB124758
HSL334°89.31%25.69%
HSB/HSV334°94.35%48.63%
CMYK0.00%94.35%53.23%
51.37%

Color #7C073A in popluar number systems.

HEX7C073A
Decimal124758
Binary1111100111111010
Octal174772

Shades and tints

Shades of #7C073A

#7C073A
(124,7,58)
#710735
(113,7,53)
#660730
(102,7,48)
#5B072B
(91,7,43)
#500726
(80,7,38)
#450721
(69,7,33)
#3A071C
(58,7,28)
#2F0717
(47,7,23)
#240712
(36,7,18)
#19070D
(25,7,13)
#0E0708
(14,7,8)
#000000
(0,0,0)

Tints of #7C073A

#7C073A
(124,7,58)
#871D4B
(135,29,75)
#92335C
(146,51,92)
#9D496D
(157,73,109)
#A85F7E
(168,95,126)
#B3758F
(179,117,143)
#BE8BA0
(190,139,160)
#C9A1B1
(201,161,177)
#D4B7C2
(212,183,194)
#DFCDD3
(223,205,211)
#EAE3E4
(234,227,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C073A; }

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

This text font color is #7C073A.


Background Color

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

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

This div background color is #7C073A.


Border color

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

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

This div border color is #7C073A.


Opacity

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

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

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

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

This text has shadow with #7C073A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C073A on black background.


Color preview on white background

This text has color #7C073A on white background.



Black color preview on #7C073A background

This text has black color on #7C073A background.


White color preview on #7C073A background

This text has white color on #7C073A background.