COLOR #7C3B4F

HEX: #7C3B4F
RGB: (124,59,79)

Color info

#7C3B4F contains mainly red and blue colors. Web safe color of #7C3B4F is #663366 (or #636).

RGB color model

#7C3B4F color RGB value is (124,59,79).

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

RGB channels and saturation

R 124 of 255 = 49%
G 59 of 255 = 23%
B 79 of 255 = 31%

124
59
79

R + G + B ~ 34%. #7C3B4F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
124 + 59 + 79 = 262 (100%)
R 124 of 262 ~ 47.33%
G 59 of 262 ~ 22.52%
B 79 of 262 ~ 30.15%

%47.33
%22.52
%30.15

CMYK color model

#7C3B4F color CMYK value is (0,52,36,51).

  • cyan value is 0.00%
  • magenta value is 52.42%
  • yellow value is 36.29%
  • key color value is 51.37%
CMYK:
(0,52,36,51)
C0M52Y36K51 
(0%,52%,36%,51%)
(0.00/0.52/0.36/0.51)	

CMYK percentages

%0
%52.42
%36.29
%51.37

Codes

Color #7C3B4F in popluar color models

7C3B4F
RGB1245979
HSL342°35.52%35.88%
HSB/HSV342°52.42%48.63%
CMYK0.00%52.42%36.29%
51.37%

Color #7C3B4F in popluar number systems.

HEX7C3B4F
Decimal1245979
Binary11111001110111001111
Octal17473117

Shades and tints

Shades of #7C3B4F

#7C3B4F
(124,59,79)
#713648
(113,54,72)
#663141
(102,49,65)
#5B2C3A
(91,44,58)
#502733
(80,39,51)
#45222C
(69,34,44)
#3A1D25
(58,29,37)
#2F181E
(47,24,30)
#241317
(36,19,23)
#190E10
(25,14,16)
#0E0909
(14,9,9)
#000000
(0,0,0)

Tints of #7C3B4F

#7C3B4F
(124,59,79)
#874C5F
(135,76,95)
#925D6F
(146,93,111)
#9D6E7F
(157,110,127)
#A87F8F
(168,127,143)
#B3909F
(179,144,159)
#BEA1AF
(190,161,175)
#C9B2BF
(201,178,191)
#D4C3CF
(212,195,207)
#DFD4DF
(223,212,223)
#EAE5EF
(234,229,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C3B4F; }

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

This text font color is #7C3B4F.


Background Color

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

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

This div background color is #7C3B4F.


Border color

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

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

This div border color is #7C3B4F.


Opacity

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

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

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

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

This text has shadow with #7C3B4F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C3B4F on black background.


Color preview on white background

This text has color #7C3B4F on white background.



Black color preview on #7C3B4F background

This text has black color on #7C3B4F background.


White color preview on #7C3B4F background

This text has white color on #7C3B4F background.