COLOR #7C3648

HEX: #7C3648
RGB: (124,54,72)

Color info

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

RGB color model

#7C3648 color RGB value is (124,54,72).

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

RGB channels and saturation

R 124 of 255 = 49%
G 54 of 255 = 21%
B 72 of 255 = 28%

124
54
72

R + G + B ~ 33%. #7C3648 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
124 + 54 + 72 = 250 (100%)
R 124 of 250 ~ 49.6%
G 54 of 250 ~ 21.6%
B 72 of 250 ~ 28.8%

%49.6
%21.6
%28.8

CMYK color model

#7C3648 color CMYK value is (0,56,42,51).

  • cyan value is 0.00%
  • magenta value is 56.45%
  • yellow value is 41.94%
  • key color value is 51.37%
CMYK:
(0,56,42,51)
C0M56Y42K51 
(0%,56%,42%,51%)
(0.00/0.56/0.42/0.51)	

CMYK percentages

%0
%56.45
%41.94
%51.37

Codes

Color #7C3648 in popluar color models

7C3648
RGB1245472
HSL345°39.33%34.90%
HSB/HSV345°56.45%48.63%
CMYK0.00%56.45%41.94%
51.37%

Color #7C3648 in popluar number systems.

HEX7C3648
Decimal1245472
Binary11111001101101001000
Octal17466110

Shades and tints

Shades of #7C3648

#7C3648
(124,54,72)
#713242
(113,50,66)
#662E3C
(102,46,60)
#5B2A36
(91,42,54)
#502630
(80,38,48)
#45222A
(69,34,42)
#3A1E24
(58,30,36)
#2F1A1E
(47,26,30)
#241618
(36,22,24)
#191212
(25,18,18)
#0E0E0C
(14,14,12)
#000000
(0,0,0)

Tints of #7C3648

#7C3648
(124,54,72)
#874858
(135,72,88)
#925A68
(146,90,104)
#9D6C78
(157,108,120)
#A87E88
(168,126,136)
#B39098
(179,144,152)
#BEA2A8
(190,162,168)
#C9B4B8
(201,180,184)
#D4C6C8
(212,198,200)
#DFD8D8
(223,216,216)
#EAEAE8
(234,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C3648; }

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

This text font color is #7C3648.


Background Color

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

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

This div background color is #7C3648.


Border color

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

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

This div border color is #7C3648.


Opacity

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

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

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

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

This text has shadow with #7C3648 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C3648 on black background.


Color preview on white background

This text has color #7C3648 on white background.



Black color preview on #7C3648 background

This text has black color on #7C3648 background.


White color preview on #7C3648 background

This text has white color on #7C3648 background.