COLOR #7C4241

HEX: #7C4241
RGB: (124,66,65)

Color info

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

RGB color model

#7C4241 color RGB value is (124,66,65).

  • red value is 124;
  • green value is 66;
  • blue value is 65.
RGB:
(124,66,65)
(49%,26%,25%)

RGB channels and saturation

R 124 of 255 = 49%
G 66 of 255 = 26%
B 65 of 255 = 25%

124
66
65

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

Portions of RGB colors in percentages

R + G + B =
124 + 66 + 65 = 255 (100%)
R 124 of 255 ~ 48.63%
G 66 of 255 ~ 25.88%
B 65 of 255 ~ 25.49%

%48.63
%25.88
%25.49

CMYK color model

#7C4241 color CMYK value is (0,47,48,51).

  • cyan value is 0.00%
  • magenta value is 46.77%
  • yellow value is 47.58%
  • key color value is 51.37%
CMYK:
(0,47,48,51)
C0M47Y48K51 
(0%,47%,48%,51%)
(0.00/0.47/0.48/0.51)	

CMYK percentages

%0
%46.77
%47.58
%51.37

Codes

Color #7C4241 in popluar color models

7C4241
RGB1246665
HSL31.22%37.06%
HSB/HSV47.58%48.63%
CMYK0.00%46.77%47.58%
51.37%

Color #7C4241 in popluar number systems.

HEX7C4241
Decimal1246665
Binary111110010000101000001
Octal174102101

Shades and tints

Shades of #7C4241

#7C4241
(124,66,65)
#713C3C
(113,60,60)
#663637
(102,54,55)
#5B3032
(91,48,50)
#502A2D
(80,42,45)
#452428
(69,36,40)
#3A1E23
(58,30,35)
#2F181E
(47,24,30)
#241219
(36,18,25)
#190C14
(25,12,20)
#0E060F
(14,6,15)
#000000
(0,0,0)

Tints of #7C4241

#7C4241
(124,66,65)
#875352
(135,83,82)
#926463
(146,100,99)
#9D7574
(157,117,116)
#A88685
(168,134,133)
#B39796
(179,151,150)
#BEA8A7
(190,168,167)
#C9B9B8
(201,185,184)
#D4CAC9
(212,202,201)
#DFDBDA
(223,219,218)
#EAECEB
(234,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C4241; }

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

This text font color is #7C4241.


Background Color

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

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

This div background color is #7C4241.


Border color

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

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

This div border color is #7C4241.


Opacity

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

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

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

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

This text has shadow with #7C4241 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C4241 on black background.


Color preview on white background

This text has color #7C4241 on white background.



Black color preview on #7C4241 background

This text has black color on #7C4241 background.


White color preview on #7C4241 background

This text has white color on #7C4241 background.