COLOR #7C0F24

HEX: #7C0F24 RGB: (124,15,36)

Color info

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

RGB color model

#7C0F24 color RGB value is (124,15,36).

RGB: (124,15,36) (49%, 6%, 14%)

RGB channels and saturation

R 124 of 255 = 49%
G 15 of 255 = 6%
B 36 of 255 = 14%

124
15
36

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

Portions of RGB colors in percentages

R + G + B = 124 + 15 + 36 = 175 (100%)
R 124 of 175 ~ 70.86%
G 15 of 175 ~ 8.57%
B 36 of 175 ~ 20.57'%

%70.86
%20.57

CMYK color model

#7C0F24 color CMYK value is (0,88,71,51).

  • cyan value is 0.00%
  • magenta value is 87.90%
  • yellow value is 70.97%
  • key color value is 51.37%

CMYK: (0,88,71,51)
C0M88Y71K51 (0%, 88%, 71%, 51%)
(0.00 / 0.88 / 0.71 / 0.51)

CMYK percentages

%0
%87.9
%70.97
%51.37

Codes

Color #7C0F24 in popluar color models

7C 0F 24
RGB 124 15 36
HSL 348° 78.42% 27.25%
HSB/HSV 348° 87.90% 48.63%
CMYK 0.00% 87.90% 70.97%
51.37%

Color #7C0F24 in popluar number systems.

HEX 7C 0F 24
Decimal 124 15 36
Binary 1111100 1111 100100
Octal 174 17 44

Shades and tints

Shades of #7C0F24

#7C0F24
(124,15,36)
#710E21
(113,14,33)
#660D1E
(102,13,30)
#5B0C1B
(91,12,27)
#500B18
(80,11,24)
#450A15
(69,10,21)
#3A0912
(58,9,18)
#2F080F
(47,8,15)
#24070C
(36,7,12)
#190609
(25,6,9)
#0E0506
(14,5,6)
#000000
(0,0,0)

Tints of #7C0F24

#7C0F24
(124,15,36)
#872437
(135,36,55)
#92394A
(146,57,74)
#9D4E5D
(157,78,93)
#A86370
(168,99,112)
#B37883
(179,120,131)
#BE8D96
(190,141,150)
#C9A2A9
(201,162,169)
#D4B7BC
(212,183,188)
#DFCCCF
(223,204,207)
#EAE1E2
(234,225,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C0F24; }

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

This text font color is #7C0F24.

Background Color

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

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

This div background color is #7C0F24.

Border color

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

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

This div border color is #7C0F24.

Opacity

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

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

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

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

This text has shadow with #7C0F24 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7C0F24.

Preview

Color preview on black background

This text has color #7C0F24 on black background.


Color preview on white background

This text has color #7C0F24 on white background.


Black color preview on #7C0F24 background

This text has black color on #7C0F24 background.


White color preview on #7C0F24 background

This text has white color on #7C0F24 background.


Related colors

Complementary color

Complementary color for #hex is #83F0DB.


I love getcolorcode.com

Triadic colors

1 #247C0F and #0F247C with #7C0F24 are triadic colors.

2 #240F7C and #0F7C24 with #7C0F24 are triadic colors.