COLOR #7C2128

HEX: #7C2128
RGB: (124,33,40)

Color info

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

RGB color model

#7C2128 color RGB value is (124,33,40).

  • red value is 124;
  • green value is 33;
  • blue value is 40.
RGB: (124,33,40) (49%,13%,16%)

RGB channels and saturation

R 124 of 255 = 49%
G 33 of 255 = 13%
B 40 of 255 = 16%

124
33
40

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

Portions of RGB colors in percentages

R + G + B =
124 + 33 + 40 = 197 (100%)
R 124 of 197 ~ 62.94%
G 33 of 197 ~ 16.75%
B 40 of 197 ~ 20.3%

%62.94
%16.75
%20.3

CMYK color model

#7C2128 color CMYK value is (0,73,68,51).

  • cyan value is 0.00%
  • magenta value is 73.39%
  • yellow value is 67.74%
  • key color value is 51.37%
CMYK: (0,73,68,51) C0M73Y68K51 (0%,73%,68%,51%) (0.00/0.73/0.68/0.51)

CMYK percentages

%0
%73.39
%67.74
%51.37

Codes

Color #7C2128 in popluar color models

7C2128
RGB1243340
HSL355°57.96%30.78%
HSB/HSV355°73.39%48.63%
CMYK0.00%73.39%67.74%
51.37%

Color #7C2128 in popluar number systems.

HEX7C2128
Decimal1243340
Binary1111100100001101000
Octal1744150

Shades and tints

Shades of #7C2128

#7C2128
(124,33,40)
#711E25
(113,30,37)
#661B22
(102,27,34)
#5B181F
(91,24,31)
#50151C
(80,21,28)
#451219
(69,18,25)
#3A0F16
(58,15,22)
#2F0C13
(47,12,19)
#240910
(36,9,16)
#19060D
(25,6,13)
#0E030A
(14,3,10)
#000000
(0,0,0)

Tints of #7C2128

#7C2128
(124,33,40)
#87353B
(135,53,59)
#92494E
(146,73,78)
#9D5D61
(157,93,97)
#A87174
(168,113,116)
#B38587
(179,133,135)
#BE999A
(190,153,154)
#C9ADAD
(201,173,173)
#D4C1C0
(212,193,192)
#DFD5D3
(223,213,211)
#EAE9E6
(234,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C2128 color. Also use rgb(124,33,40) instead hex code.

Text Font Color

.myTextColor { color: #7C2128; }

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

This text font color is #7C2128.


Background Color

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

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

This div background color is #7C2128.


Border color

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

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

This div border color is #7C2128.


Opacity

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

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

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

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

This text has shadow with #7C2128 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #7C2128 on black background.


Color preview on white background

This text has color #7C2128 on white background.



Black color preview on #7C2128 background

This text has black color on #7C2128 background.


White color preview on #7C2128 background

This text has white color on #7C2128 background.