COLOR #7C1B27

HEX: #7C1B27
RGB: (124,27,39)

Color info

#7C1B27 contains mainly red color. Web safe color of #7C1B27 is #663333 (or #633).

RGB color model

#7C1B27 color RGB value is (124,27,39).

  • red value is 124;
  • green value is 27;
  • blue value is 39.
RGB:
(124,27,39)
(49%,11%,15%)

RGB channels and saturation

R 124 of 255 = 49%
G 27 of 255 = 11%
B 39 of 255 = 15%

124
27
39

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

Portions of RGB colors in percentages

R + G + B =
124 + 27 + 39 = 190 (100%)
R 124 of 190 ~ 65.26%
G 27 of 190 ~ 14.21%
B 39 of 190 ~ 20.53%

%65.26
%14.21
%20.53

CMYK color model

#7C1B27 color CMYK value is (0,78,69,51).

  • cyan value is 0.00%
  • magenta value is 78.23%
  • yellow value is 68.55%
  • key color value is 51.37%
CMYK:
(0,78,69,51)
C0M78Y69K51 
(0%,78%,69%,51%)
(0.00/0.78/0.69/0.51)	

CMYK percentages

%0
%78.23
%68.55
%51.37

Codes

Color #7C1B27 in popluar color models

7C1B27
RGB1242739
HSL353°64.24%29.61%
HSB/HSV353°78.23%48.63%
CMYK0.00%78.23%68.55%
51.37%

Color #7C1B27 in popluar number systems.

HEX7C1B27
Decimal1242739
Binary111110011011100111
Octal1743347

Shades and tints

Shades of #7C1B27

#7C1B27
(124,27,39)
#711924
(113,25,36)
#661721
(102,23,33)
#5B151E
(91,21,30)
#50131B
(80,19,27)
#451118
(69,17,24)
#3A0F15
(58,15,21)
#2F0D12
(47,13,18)
#240B0F
(36,11,15)
#19090C
(25,9,12)
#0E0709
(14,7,9)
#000000
(0,0,0)

Tints of #7C1B27

#7C1B27
(124,27,39)
#872F3A
(135,47,58)
#92434D
(146,67,77)
#9D5760
(157,87,96)
#A86B73
(168,107,115)
#B37F86
(179,127,134)
#BE9399
(190,147,153)
#C9A7AC
(201,167,172)
#D4BBBF
(212,187,191)
#DFCFD2
(223,207,210)
#EAE3E5
(234,227,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C1B27; }

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

This text font color is #7C1B27.


Background Color

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

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

This div background color is #7C1B27.


Border color

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

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

This div border color is #7C1B27.


Opacity

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

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

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

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

This text has shadow with #7C1B27 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C1B27 on black background.


Color preview on white background

This text has color #7C1B27 on white background.



Black color preview on #7C1B27 background

This text has black color on #7C1B27 background.


White color preview on #7C1B27 background

This text has white color on #7C1B27 background.