COLOR #7C4958

HEX: #7C4958
RGB: (124,73,88)

Color info

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

RGB color model

#7C4958 color RGB value is (124,73,88).

  • red value is 124;
  • green value is 73;
  • blue value is 88.
RGB:
(124,73,88)
(49%,29%,35%)

RGB channels and saturation

R 124 of 255 = 49%
G 73 of 255 = 29%
B 88 of 255 = 35%

124
73
88

R + G + B ~ 38%. #7C4958 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
124 + 73 + 88 = 285 (100%)
R 124 of 285 ~ 43.51%
G 73 of 285 ~ 25.61%
B 88 of 285 ~ 30.88%

%43.51
%25.61
%30.88

CMYK color model

#7C4958 color CMYK value is (0,41,29,51).

  • cyan value is 0.00%
  • magenta value is 41.13%
  • yellow value is 29.03%
  • key color value is 51.37%
CMYK:
(0,41,29,51)
C0M41Y29K51 
(0%,41%,29%,51%)
(0.00/0.41/0.29/0.51)	

CMYK percentages

%0
%41.13
%29.03
%51.37

Codes

Color #7C4958 in popluar color models

7C4958
RGB1247388
HSL342°25.89%38.63%
HSB/HSV342°41.13%48.63%
CMYK0.00%41.13%29.03%
51.37%

Color #7C4958 in popluar number systems.

HEX7C4958
Decimal1247388
Binary111110010010011011000
Octal174111130

Shades and tints

Shades of #7C4958

#7C4958
(124,73,88)
#714350
(113,67,80)
#663D48
(102,61,72)
#5B3740
(91,55,64)
#503138
(80,49,56)
#452B30
(69,43,48)
#3A2528
(58,37,40)
#2F1F20
(47,31,32)
#241918
(36,25,24)
#191310
(25,19,16)
#0E0D08
(14,13,8)
#000000
(0,0,0)

Tints of #7C4958

#7C4958
(124,73,88)
#875967
(135,89,103)
#926976
(146,105,118)
#9D7985
(157,121,133)
#A88994
(168,137,148)
#B399A3
(179,153,163)
#BEA9B2
(190,169,178)
#C9B9C1
(201,185,193)
#D4C9D0
(212,201,208)
#DFD9DF
(223,217,223)
#EAE9EE
(234,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C4958 color. Also use rgb(124,73,88) instead hex code.

Text Font Color

.myTextColor { color: #7C4958; }

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

This text font color is #7C4958.


Background Color

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

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

This div background color is #7C4958.


Border color

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

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

This div border color is #7C4958.


Opacity

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

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

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

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

This text has shadow with #7C4958 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C4958 on black background.


Color preview on white background

This text has color #7C4958 on white background.



Black color preview on #7C4958 background

This text has black color on #7C4958 background.


White color preview on #7C4958 background

This text has white color on #7C4958 background.