COLOR #7C1237

HEX: #7C1237
RGB: (124,18,55)

Color info

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

RGB color model

#7C1237 color RGB value is (124,18,55).

  • red value is 124;
  • green value is 18;
  • blue value is 55.
RGB:
(124,18,55)
(49%,7%,22%)

RGB channels and saturation

R 124 of 255 = 49%
G 18 of 255 = 7%
B 55 of 255 = 22%

124
18
55

R + G + B ~ 26%. #7C1237 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
124 + 18 + 55 = 197 (100%)
R 124 of 197 ~ 62.94%
G 18 of 197 ~ 9.14%
B 55 of 197 ~ 27.92%

%62.94
%27.92

CMYK color model

#7C1237 color CMYK value is (0,85,56,51).

  • cyan value is 0.00%
  • magenta value is 85.48%
  • yellow value is 55.65%
  • key color value is 51.37%
CMYK:
(0,85,56,51)
C0M85Y56K51 
(0%,85%,56%,51%)
(0.00/0.85/0.56/0.51)	

CMYK percentages

%0
%85.48
%55.65
%51.37

Codes

Color #7C1237 in popluar color models

7C1237
RGB1241855
HSL339°74.65%27.84%
HSB/HSV339°85.48%48.63%
CMYK0.00%85.48%55.65%
51.37%

Color #7C1237 in popluar number systems.

HEX7C1237
Decimal1241855
Binary111110010010110111
Octal1742267

Shades and tints

Shades of #7C1237

#7C1237
(124,18,55)
#711132
(113,17,50)
#66102D
(102,16,45)
#5B0F28
(91,15,40)
#500E23
(80,14,35)
#450D1E
(69,13,30)
#3A0C19
(58,12,25)
#2F0B14
(47,11,20)
#240A0F
(36,10,15)
#19090A
(25,9,10)
#0E0805
(14,8,5)
#000000
(0,0,0)

Tints of #7C1237

#7C1237
(124,18,55)
#872749
(135,39,73)
#923C5B
(146,60,91)
#9D516D
(157,81,109)
#A8667F
(168,102,127)
#B37B91
(179,123,145)
#BE90A3
(190,144,163)
#C9A5B5
(201,165,181)
#D4BAC7
(212,186,199)
#DFCFD9
(223,207,217)
#EAE4EB
(234,228,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C1237; }

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

This text font color is #7C1237.


Background Color

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

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

This div background color is #7C1237.


Border color

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

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

This div border color is #7C1237.


Opacity

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

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

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

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

This text has shadow with #7C1237 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C1237 on black background.


Color preview on white background

This text has color #7C1237 on white background.



Black color preview on #7C1237 background

This text has black color on #7C1237 background.


White color preview on #7C1237 background

This text has white color on #7C1237 background.