COLOR #7C3348

HEX: #7C3348
RGB: (124,51,72)

Color info

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

RGB color model

#7C3348 color RGB value is (124,51,72).

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

RGB channels and saturation

R 124 of 255 = 49%
G 51 of 255 = 20%
B 72 of 255 = 28%

124
51
72

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

Portions of RGB colors in percentages

R + G + B =
124 + 51 + 72 = 247 (100%)
R 124 of 247 ~ 50.2%
G 51 of 247 ~ 20.65%
B 72 of 247 ~ 29.15%

%50.2
%20.65
%29.15

CMYK color model

#7C3348 color CMYK value is (0,59,42,51).

  • cyan value is 0.00%
  • magenta value is 58.87%
  • yellow value is 41.94%
  • key color value is 51.37%
CMYK:
(0,59,42,51)
C0M59Y42K51 
(0%,59%,42%,51%)
(0.00/0.59/0.42/0.51)	

CMYK percentages

%0
%58.87
%41.94
%51.37

Codes

Color #7C3348 in popluar color models

7C3348
RGB1245172
HSL343°41.71%34.31%
HSB/HSV343°58.87%48.63%
CMYK0.00%58.87%41.94%
51.37%

Color #7C3348 in popluar number systems.

HEX7C3348
Decimal1245172
Binary11111001100111001000
Octal17463110

Shades and tints

Shades of #7C3348

#7C3348
(124,51,72)
#712F42
(113,47,66)
#662B3C
(102,43,60)
#5B2736
(91,39,54)
#502330
(80,35,48)
#451F2A
(69,31,42)
#3A1B24
(58,27,36)
#2F171E
(47,23,30)
#241318
(36,19,24)
#190F12
(25,15,18)
#0E0B0C
(14,11,12)
#000000
(0,0,0)

Tints of #7C3348

#7C3348
(124,51,72)
#874558
(135,69,88)
#925768
(146,87,104)
#9D6978
(157,105,120)
#A87B88
(168,123,136)
#B38D98
(179,141,152)
#BE9FA8
(190,159,168)
#C9B1B8
(201,177,184)
#D4C3C8
(212,195,200)
#DFD5D8
(223,213,216)
#EAE7E8
(234,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C3348; }

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

This text font color is #7C3348.


Background Color

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

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

This div background color is #7C3348.


Border color

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

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

This div border color is #7C3348.


Opacity

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

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

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

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

This text has shadow with #7C3348 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C3348 on black background.


Color preview on white background

This text has color #7C3348 on white background.



Black color preview on #7C3348 background

This text has black color on #7C3348 background.


White color preview on #7C3348 background

This text has white color on #7C3348 background.