COLOR #7C2B38

HEX: #7C2B38
RGB: (124,43,56)

Color info

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

RGB color model

#7C2B38 color RGB value is (124,43,56).

  • red value is 124;
  • green value is 43;
  • blue value is 56.
RGB:
(124,43,56)
(49%,17%,22%)

RGB channels and saturation

R 124 of 255 = 49%
G 43 of 255 = 17%
B 56 of 255 = 22%

124
43
56

R + G + B ~ 29%. #7C2B38 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
124 + 43 + 56 = 223 (100%)
R 124 of 223 ~ 55.61%
G 43 of 223 ~ 19.28%
B 56 of 223 ~ 25.11%

%55.61
%19.28
%25.11

CMYK color model

#7C2B38 color CMYK value is (0,65,55,51).

  • cyan value is 0.00%
  • magenta value is 65.32%
  • yellow value is 54.84%
  • key color value is 51.37%
CMYK:
(0,65,55,51)
C0M65Y55K51 
(0%,65%,55%,51%)
(0.00/0.65/0.55/0.51)	

CMYK percentages

%0
%65.32
%54.84
%51.37

Codes

Color #7C2B38 in popluar color models

7C2B38
RGB1244356
HSL350°48.50%32.75%
HSB/HSV350°65.32%48.63%
CMYK0.00%65.32%54.84%
51.37%

Color #7C2B38 in popluar number systems.

HEX7C2B38
Decimal1244356
Binary1111100101011111000
Octal1745370

Shades and tints

Shades of #7C2B38

#7C2B38
(124,43,56)
#712833
(113,40,51)
#66252E
(102,37,46)
#5B2229
(91,34,41)
#501F24
(80,31,36)
#451C1F
(69,28,31)
#3A191A
(58,25,26)
#2F1615
(47,22,21)
#241310
(36,19,16)
#19100B
(25,16,11)
#0E0D06
(14,13,6)
#000000
(0,0,0)

Tints of #7C2B38

#7C2B38
(124,43,56)
#873E4A
(135,62,74)
#92515C
(146,81,92)
#9D646E
(157,100,110)
#A87780
(168,119,128)
#B38A92
(179,138,146)
#BE9DA4
(190,157,164)
#C9B0B6
(201,176,182)
#D4C3C8
(212,195,200)
#DFD6DA
(223,214,218)
#EAE9EC
(234,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C2B38 color. Also use rgb(124,43,56) instead hex code.

Text Font Color

.myTextColor { color: #7C2B38; }

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

This text font color is #7C2B38.


Background Color

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

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

This div background color is #7C2B38.


Border color

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

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

This div border color is #7C2B38.


Opacity

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

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

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

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

This text has shadow with #7C2B38 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C2B38 on black background.


Color preview on white background

This text has color #7C2B38 on white background.



Black color preview on #7C2B38 background

This text has black color on #7C2B38 background.


White color preview on #7C2B38 background

This text has white color on #7C2B38 background.