COLOR #7C0C43

HEX: #7C0C43
RGB: (124,12,67)

Color info

#7C0C43 contains mainly red and blue colors. Web safe color of #7C0C43 is #660033 (or #603).

RGB color model

#7C0C43 color RGB value is (124,12,67).

  • red value is 124;
  • green value is 12;
  • blue value is 67.
RGB:
(124,12,67)
(49%,5%,26%)

RGB channels and saturation

R 124 of 255 = 49%
G 12 of 255 = 5%
B 67 of 255 = 26%

124
12
67

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

Portions of RGB colors in percentages

R + G + B =
124 + 12 + 67 = 203 (100%)
R 124 of 203 ~ 61.08%
G 12 of 203 ~ 5.91%
B 67 of 203 ~ 33%

%61.08
%33

CMYK color model

#7C0C43 color CMYK value is (0,90,46,51).

  • cyan value is 0.00%
  • magenta value is 90.32%
  • yellow value is 45.97%
  • key color value is 51.37%
CMYK:
(0,90,46,51)
C0M90Y46K51 
(0%,90%,46%,51%)
(0.00/0.90/0.46/0.51)	

CMYK percentages

%0
%90.32
%45.97
%51.37

Codes

Color #7C0C43 in popluar color models

7C0C43
RGB1241267
HSL331°82.35%26.67%
HSB/HSV331°90.32%48.63%
CMYK0.00%90.32%45.97%
51.37%

Color #7C0C43 in popluar number systems.

HEX7C0C43
Decimal1241267
Binary111110011001000011
Octal17414103

Shades and tints

Shades of #7C0C43

#7C0C43
(124,12,67)
#710B3D
(113,11,61)
#660A37
(102,10,55)
#5B0931
(91,9,49)
#50082B
(80,8,43)
#450725
(69,7,37)
#3A061F
(58,6,31)
#2F0519
(47,5,25)
#240413
(36,4,19)
#19030D
(25,3,13)
#0E0207
(14,2,7)
#000000
(0,0,0)

Tints of #7C0C43

#7C0C43
(124,12,67)
#872254
(135,34,84)
#923865
(146,56,101)
#9D4E76
(157,78,118)
#A86487
(168,100,135)
#B37A98
(179,122,152)
#BE90A9
(190,144,169)
#C9A6BA
(201,166,186)
#D4BCCB
(212,188,203)
#DFD2DC
(223,210,220)
#EAE8ED
(234,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C0C43; }

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

This text font color is #7C0C43.


Background Color

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

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

This div background color is #7C0C43.


Border color

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

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

This div border color is #7C0C43.


Opacity

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

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

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

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

This text has shadow with #7C0C43 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C0C43 on black background.


Color preview on white background

This text has color #7C0C43 on white background.



Black color preview on #7C0C43 background

This text has black color on #7C0C43 background.


White color preview on #7C0C43 background

This text has white color on #7C0C43 background.