COLOR #7C4848

HEX: #7C4848
RGB: (124,72,72)

Color info

#7C4848 contains red, green and blue colors in about the same proportion. Web safe color of #7C4848 is #663333 (or #633).

RGB color model

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

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

RGB channels and saturation

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

124
72
72

R + G + B ~ 35%. #7C4848 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
124 + 72 + 72 = 268 (100%)
R 124 of 268 ~ 46.27%
G 72 of 268 ~ 26.87%
B 72 of 268 ~ 26.87%

%46.27
%26.87
%26.87

CMYK color model

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

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

CMYK percentages

%0
%41.94
%41.94
%51.37

Codes

Color #7C4848 in popluar color models

7C4848
RGB1247272
HSL26.53%38.43%
HSB/HSV41.94%48.63%
CMYK0.00%41.94%41.94%
51.37%

Color #7C4848 in popluar number systems.

HEX7C4848
Decimal1247272
Binary111110010010001001000
Octal174110110

Shades and tints

Shades of #7C4848

#7C4848
(124,72,72)
#714242
(113,66,66)
#663C3C
(102,60,60)
#5B3636
(91,54,54)
#503030
(80,48,48)
#452A2A
(69,42,42)
#3A2424
(58,36,36)
#2F1E1E
(47,30,30)
#241818
(36,24,24)
#191212
(25,18,18)
#0E0C0C
(14,12,12)
#000000
(0,0,0)

Tints of #7C4848

#7C4848
(124,72,72)
#875858
(135,88,88)
#926868
(146,104,104)
#9D7878
(157,120,120)
#A88888
(168,136,136)
#B39898
(179,152,152)
#BEA8A8
(190,168,168)
#C9B8B8
(201,184,184)
#D4C8C8
(212,200,200)
#DFD8D8
(223,216,216)
#EAE8E8
(234,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C4848; }

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

This text font color is #7C4848.


Background Color

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

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

This div background color is #7C4848.


Border color

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

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

This div border color is #7C4848.


Opacity

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

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

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

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

This text has shadow with #7C4848 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C4848 on black background.


Color preview on white background

This text has color #7C4848 on white background.



Black color preview on #7C4848 background

This text has black color on #7C4848 background.


White color preview on #7C4848 background

This text has white color on #7C4848 background.