COLOR #7C4652

HEX: #7C4652
RGB: (124,70,82)

Color info

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

RGB color model

#7C4652 color RGB value is (124,70,82).

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

RGB channels and saturation

R 124 of 255 = 49%
G 70 of 255 = 27%
B 82 of 255 = 32%

124
70
82

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

Portions of RGB colors in percentages

R + G + B =
124 + 70 + 82 = 276 (100%)
R 124 of 276 ~ 44.93%
G 70 of 276 ~ 25.36%
B 82 of 276 ~ 29.71%

%44.93
%25.36
%29.71

CMYK color model

#7C4652 color CMYK value is (0,44,34,51).

  • cyan value is 0.00%
  • magenta value is 43.55%
  • yellow value is 33.87%
  • key color value is 51.37%
CMYK:
(0,44,34,51)
C0M44Y34K51 
(0%,44%,34%,51%)
(0.00/0.44/0.34/0.51)	

CMYK percentages

%0
%43.55
%33.87
%51.37

Codes

Color #7C4652 in popluar color models

7C4652
RGB1247082
HSL347°27.84%38.04%
HSB/HSV347°43.55%48.63%
CMYK0.00%43.55%33.87%
51.37%

Color #7C4652 in popluar number systems.

HEX7C4652
Decimal1247082
Binary111110010001101010010
Octal174106122

Shades and tints

Shades of #7C4652

#7C4652
(124,70,82)
#71404B
(113,64,75)
#663A44
(102,58,68)
#5B343D
(91,52,61)
#502E36
(80,46,54)
#45282F
(69,40,47)
#3A2228
(58,34,40)
#2F1C21
(47,28,33)
#24161A
(36,22,26)
#191013
(25,16,19)
#0E0A0C
(14,10,12)
#000000
(0,0,0)

Tints of #7C4652

#7C4652
(124,70,82)
#875661
(135,86,97)
#926670
(146,102,112)
#9D767F
(157,118,127)
#A8868E
(168,134,142)
#B3969D
(179,150,157)
#BEA6AC
(190,166,172)
#C9B6BB
(201,182,187)
#D4C6CA
(212,198,202)
#DFD6D9
(223,214,217)
#EAE6E8
(234,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C4652 color. Also use rgb(124,70,82) instead hex code.

Text Font Color

.myTextColor { color: #7C4652; }

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

This text font color is #7C4652.


Background Color

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

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

This div background color is #7C4652.


Border color

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

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

This div border color is #7C4652.


Opacity

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

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

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

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

This text has shadow with #7C4652 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C4652 on black background.


Color preview on white background

This text has color #7C4652 on white background.



Black color preview on #7C4652 background

This text has black color on #7C4652 background.


White color preview on #7C4652 background

This text has white color on #7C4652 background.