COLOR #7C173B

HEX: #7C173B
RGB: (124,23,59)

Color info

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

RGB color model

#7C173B color RGB value is (124,23,59).

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

RGB channels and saturation

R 124 of 255 = 49%
G 23 of 255 = 9%
B 59 of 255 = 23%

124
23
59

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

Portions of RGB colors in percentages

R + G + B =
124 + 23 + 59 = 206 (100%)
R 124 of 206 ~ 60.19%
G 23 of 206 ~ 11.17%
B 59 of 206 ~ 28.64%

%60.19
%11.17
%28.64

CMYK color model

#7C173B color CMYK value is (0,81,52,51).

  • cyan value is 0.00%
  • magenta value is 81.45%
  • yellow value is 52.42%
  • key color value is 51.37%
CMYK:
(0,81,52,51)
C0M81Y52K51 
(0%,81%,52%,51%)
(0.00/0.81/0.52/0.51)	

CMYK percentages

%0
%81.45
%52.42
%51.37

Codes

Color #7C173B in popluar color models

7C173B
RGB1242359
HSL339°68.71%28.82%
HSB/HSV339°81.45%48.63%
CMYK0.00%81.45%52.42%
51.37%

Color #7C173B in popluar number systems.

HEX7C173B
Decimal1242359
Binary111110010111111011
Octal1742773

Shades and tints

Shades of #7C173B

#7C173B
(124,23,59)
#711536
(113,21,54)
#661331
(102,19,49)
#5B112C
(91,17,44)
#500F27
(80,15,39)
#450D22
(69,13,34)
#3A0B1D
(58,11,29)
#2F0918
(47,9,24)
#240713
(36,7,19)
#19050E
(25,5,14)
#0E0309
(14,3,9)
#000000
(0,0,0)

Tints of #7C173B

#7C173B
(124,23,59)
#872C4C
(135,44,76)
#92415D
(146,65,93)
#9D566E
(157,86,110)
#A86B7F
(168,107,127)
#B38090
(179,128,144)
#BE95A1
(190,149,161)
#C9AAB2
(201,170,178)
#D4BFC3
(212,191,195)
#DFD4D4
(223,212,212)
#EAE9E5
(234,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C173B; }

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

This text font color is #7C173B.


Background Color

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

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

This div background color is #7C173B.


Border color

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

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

This div border color is #7C173B.


Opacity

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

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

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

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

This text has shadow with #7C173B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C173B on black background.


Color preview on white background

This text has color #7C173B on white background.



Black color preview on #7C173B background

This text has black color on #7C173B background.


White color preview on #7C173B background

This text has white color on #7C173B background.