COLOR #7C3342

HEX: #7C3342
RGB: (124,51,66)

Color info

#7C3342 contains mainly red and blue colors. Web safe color of #7C3342 is #663333 (or #633).

RGB color model

#7C3342 color RGB value is (124,51,66).

  • red value is 124;
  • green value is 51;
  • blue value is 66.
RGB:
(124,51,66)
(49%,20%,26%)

RGB channels and saturation

R 124 of 255 = 49%
G 51 of 255 = 20%
B 66 of 255 = 26%

124
51
66

R + G + B ~ 32%. #7C3342 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
124 + 51 + 66 = 241 (100%)
R 124 of 241 ~ 51.45%
G 51 of 241 ~ 21.16%
B 66 of 241 ~ 27.39%

%51.45
%21.16
%27.39

CMYK color model

#7C3342 color CMYK value is (0,59,47,51).

  • cyan value is 0.00%
  • magenta value is 58.87%
  • yellow value is 46.77%
  • key color value is 51.37%
CMYK:
(0,59,47,51)
C0M59Y47K51 
(0%,59%,47%,51%)
(0.00/0.59/0.47/0.51)	

CMYK percentages

%0
%58.87
%46.77
%51.37

Codes

Color #7C3342 in popluar color models

7C3342
RGB1245166
HSL348°41.71%34.31%
HSB/HSV348°58.87%48.63%
CMYK0.00%58.87%46.77%
51.37%

Color #7C3342 in popluar number systems.

HEX7C3342
Decimal1245166
Binary11111001100111000010
Octal17463102

Shades and tints

Shades of #7C3342

#7C3342
(124,51,66)
#712F3C
(113,47,60)
#662B36
(102,43,54)
#5B2730
(91,39,48)
#50232A
(80,35,42)
#451F24
(69,31,36)
#3A1B1E
(58,27,30)
#2F1718
(47,23,24)
#241312
(36,19,18)
#190F0C
(25,15,12)
#0E0B06
(14,11,6)
#000000
(0,0,0)

Tints of #7C3342

#7C3342
(124,51,66)
#874553
(135,69,83)
#925764
(146,87,100)
#9D6975
(157,105,117)
#A87B86
(168,123,134)
#B38D97
(179,141,151)
#BE9FA8
(190,159,168)
#C9B1B9
(201,177,185)
#D4C3CA
(212,195,202)
#DFD5DB
(223,213,219)
#EAE7EC
(234,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C3342 color. Also use rgb(124,51,66) instead hex code.

Text Font Color

.myTextColor { color: #7C3342; }

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

This text font color is #7C3342.


Background Color

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

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

This div background color is #7C3342.


Border color

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

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

This div border color is #7C3342.


Opacity

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

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

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

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

This text has shadow with #7C3342 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C3342 on black background.


Color preview on white background

This text has color #7C3342 on white background.



Black color preview on #7C3342 background

This text has black color on #7C3342 background.


White color preview on #7C3342 background

This text has white color on #7C3342 background.