COLOR #7C4551

HEX: #7C4551
RGB: (124,69,81)

Color info

#7C4551 contains red, green and blue colors in about the same proportion. Web safe color of #7C4551 is #663366 (or #636).

RGB color model

#7C4551 color RGB value is (124,69,81).

  • red value is 124;
  • green value is 69;
  • blue value is 81.
RGB:
(124,69,81)
(49%,27%,32%)

RGB channels and saturation

R 124 of 255 = 49%
G 69 of 255 = 27%
B 81 of 255 = 32%

124
69
81

R + G + B ~ 36%. #7C4551 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
124 + 69 + 81 = 274 (100%)
R 124 of 274 ~ 45.26%
G 69 of 274 ~ 25.18%
B 81 of 274 ~ 29.56%

%45.26
%25.18
%29.56

CMYK color model

#7C4551 color CMYK value is (0,44,35,51).

  • cyan value is 0.00%
  • magenta value is 44.35%
  • yellow value is 34.68%
  • key color value is 51.37%
CMYK:
(0,44,35,51)
C0M44Y35K51 
(0%,44%,35%,51%)
(0.00/0.44/0.35/0.51)	

CMYK percentages

%0
%44.35
%34.68
%51.37

Codes

Color #7C4551 in popluar color models

7C4551
RGB1246981
HSL347°28.50%37.84%
HSB/HSV347°44.35%48.63%
CMYK0.00%44.35%34.68%
51.37%

Color #7C4551 in popluar number systems.

HEX7C4551
Decimal1246981
Binary111110010001011010001
Octal174105121

Shades and tints

Shades of #7C4551

#7C4551
(124,69,81)
#713F4A
(113,63,74)
#663943
(102,57,67)
#5B333C
(91,51,60)
#502D35
(80,45,53)
#45272E
(69,39,46)
#3A2127
(58,33,39)
#2F1B20
(47,27,32)
#241519
(36,21,25)
#190F12
(25,15,18)
#0E090B
(14,9,11)
#000000
(0,0,0)

Tints of #7C4551

#7C4551
(124,69,81)
#875560
(135,85,96)
#92656F
(146,101,111)
#9D757E
(157,117,126)
#A8858D
(168,133,141)
#B3959C
(179,149,156)
#BEA5AB
(190,165,171)
#C9B5BA
(201,181,186)
#D4C5C9
(212,197,201)
#DFD5D8
(223,213,216)
#EAE5E7
(234,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C4551 color. Also use rgb(124,69,81) instead hex code.

Text Font Color

.myTextColor { color: #7C4551; }

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

This text font color is #7C4551.


Background Color

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

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

This div background color is #7C4551.


Border color

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

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

This div border color is #7C4551.


Opacity

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

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

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

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

This text has shadow with #7C4551 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C4551 on black background.


Color preview on white background

This text has color #7C4551 on white background.



Black color preview on #7C4551 background

This text has black color on #7C4551 background.


White color preview on #7C4551 background

This text has white color on #7C4551 background.