COLOR #7C1B3B

HEX: #7C1B3B
RGB: (124,27,59)

Color info

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

RGB color model

#7C1B3B color RGB value is (124,27,59).

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

RGB channels and saturation

R 124 of 255 = 49%
G 27 of 255 = 11%
B 59 of 255 = 23%

124
27
59

R + G + B ~ 28%. #7C1B3B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
124 + 27 + 59 = 210 (100%)
R 124 of 210 ~ 59.05%
G 27 of 210 ~ 12.86%
B 59 of 210 ~ 28.1%

%59.05
%12.86
%28.1

CMYK color model

#7C1B3B color CMYK value is (0,78,52,51).

  • cyan value is 0.00%
  • magenta value is 78.23%
  • yellow value is 52.42%
  • key color value is 51.37%
CMYK:
(0,78,52,51)
C0M78Y52K51 
(0%,78%,52%,51%)
(0.00/0.78/0.52/0.51)	

CMYK percentages

%0
%78.23
%52.42
%51.37

Codes

Color #7C1B3B in popluar color models

7C1B3B
RGB1242759
HSL340°64.24%29.61%
HSB/HSV340°78.23%48.63%
CMYK0.00%78.23%52.42%
51.37%

Color #7C1B3B in popluar number systems.

HEX7C1B3B
Decimal1242759
Binary111110011011111011
Octal1743373

Shades and tints

Shades of #7C1B3B

#7C1B3B
(124,27,59)
#711936
(113,25,54)
#661731
(102,23,49)
#5B152C
(91,21,44)
#501327
(80,19,39)
#451122
(69,17,34)
#3A0F1D
(58,15,29)
#2F0D18
(47,13,24)
#240B13
(36,11,19)
#19090E
(25,9,14)
#0E0709
(14,7,9)
#000000
(0,0,0)

Tints of #7C1B3B

#7C1B3B
(124,27,59)
#872F4C
(135,47,76)
#92435D
(146,67,93)
#9D576E
(157,87,110)
#A86B7F
(168,107,127)
#B37F90
(179,127,144)
#BE93A1
(190,147,161)
#C9A7B2
(201,167,178)
#D4BBC3
(212,187,195)
#DFCFD4
(223,207,212)
#EAE3E5
(234,227,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C1B3B; }

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

This text font color is #7C1B3B.


Background Color

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

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

This div background color is #7C1B3B.


Border color

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

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

This div border color is #7C1B3B.


Opacity

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

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

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

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

This text has shadow with #7C1B3B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C1B3B on black background.


Color preview on white background

This text has color #7C1B3B on white background.



Black color preview on #7C1B3B background

This text has black color on #7C1B3B background.


White color preview on #7C1B3B background

This text has white color on #7C1B3B background.