COLOR #7C3356

HEX: #7C3356
RGB: (124,51,86)

Color info

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

RGB color model

#7C3356 color RGB value is (124,51,86).

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

RGB channels and saturation

R 124 of 255 = 49%
G 51 of 255 = 20%
B 86 of 255 = 34%

124
51
86

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

Portions of RGB colors in percentages

R + G + B =
124 + 51 + 86 = 261 (100%)
R 124 of 261 ~ 47.51%
G 51 of 261 ~ 19.54%
B 86 of 261 ~ 32.95%

%47.51
%19.54
%32.95

CMYK color model

#7C3356 color CMYK value is (0,59,31,51).

  • cyan value is 0.00%
  • magenta value is 58.87%
  • yellow value is 30.65%
  • key color value is 51.37%
CMYK:
(0,59,31,51)
C0M59Y31K51 
(0%,59%,31%,51%)
(0.00/0.59/0.31/0.51)	

CMYK percentages

%0
%58.87
%30.65
%51.37

Codes

Color #7C3356 in popluar color models

7C3356
RGB1245186
HSL331°41.71%34.31%
HSB/HSV331°58.87%48.63%
CMYK0.00%58.87%30.65%
51.37%

Color #7C3356 in popluar number systems.

HEX7C3356
Decimal1245186
Binary11111001100111010110
Octal17463126

Shades and tints

Shades of #7C3356

#7C3356
(124,51,86)
#712F4F
(113,47,79)
#662B48
(102,43,72)
#5B2741
(91,39,65)
#50233A
(80,35,58)
#451F33
(69,31,51)
#3A1B2C
(58,27,44)
#2F1725
(47,23,37)
#24131E
(36,19,30)
#190F17
(25,15,23)
#0E0B10
(14,11,16)
#000000
(0,0,0)

Tints of #7C3356

#7C3356
(124,51,86)
#874565
(135,69,101)
#925774
(146,87,116)
#9D6983
(157,105,131)
#A87B92
(168,123,146)
#B38DA1
(179,141,161)
#BE9FB0
(190,159,176)
#C9B1BF
(201,177,191)
#D4C3CE
(212,195,206)
#DFD5DD
(223,213,221)
#EAE7EC
(234,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C3356; }

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

This text font color is #7C3356.


Background Color

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

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

This div background color is #7C3356.


Border color

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

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

This div border color is #7C3356.


Opacity

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

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

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

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

This text has shadow with #7C3356 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C3356 on black background.


Color preview on white background

This text has color #7C3356 on white background.



Black color preview on #7C3356 background

This text has black color on #7C3356 background.


White color preview on #7C3356 background

This text has white color on #7C3356 background.