COLOR #7C3849

HEX: #7C3849
RGB: (124,56,73)

Color info

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

RGB color model

#7C3849 color RGB value is (124,56,73).

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

RGB channels and saturation

R 124 of 255 = 49%
G 56 of 255 = 22%
B 73 of 255 = 29%

124
56
73

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

Portions of RGB colors in percentages

R + G + B =
124 + 56 + 73 = 253 (100%)
R 124 of 253 ~ 49.01%
G 56 of 253 ~ 22.13%
B 73 of 253 ~ 28.85%

%49.01
%22.13
%28.85

CMYK color model

#7C3849 color CMYK value is (0,55,41,51).

  • cyan value is 0.00%
  • magenta value is 54.84%
  • yellow value is 41.13%
  • key color value is 51.37%
CMYK:
(0,55,41,51)
C0M55Y41K51 
(0%,55%,41%,51%)
(0.00/0.55/0.41/0.51)	

CMYK percentages

%0
%54.84
%41.13
%51.37

Codes

Color #7C3849 in popluar color models

7C3849
RGB1245673
HSL345°37.78%35.29%
HSB/HSV345°54.84%48.63%
CMYK0.00%54.84%41.13%
51.37%

Color #7C3849 in popluar number systems.

HEX7C3849
Decimal1245673
Binary11111001110001001001
Octal17470111

Shades and tints

Shades of #7C3849

#7C3849
(124,56,73)
#713343
(113,51,67)
#662E3D
(102,46,61)
#5B2937
(91,41,55)
#502431
(80,36,49)
#451F2B
(69,31,43)
#3A1A25
(58,26,37)
#2F151F
(47,21,31)
#241019
(36,16,25)
#190B13
(25,11,19)
#0E060D
(14,6,13)
#000000
(0,0,0)

Tints of #7C3849

#7C3849
(124,56,73)
#874A59
(135,74,89)
#925C69
(146,92,105)
#9D6E79
(157,110,121)
#A88089
(168,128,137)
#B39299
(179,146,153)
#BEA4A9
(190,164,169)
#C9B6B9
(201,182,185)
#D4C8C9
(212,200,201)
#DFDAD9
(223,218,217)
#EAECE9
(234,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C3849; }

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

This text font color is #7C3849.


Background Color

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

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

This div background color is #7C3849.


Border color

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

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

This div border color is #7C3849.


Opacity

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

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

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

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

This text has shadow with #7C3849 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C3849 on black background.


Color preview on white background

This text has color #7C3849 on white background.



Black color preview on #7C3849 background

This text has black color on #7C3849 background.


White color preview on #7C3849 background

This text has white color on #7C3849 background.