COLOR #7C4541

HEX: #7C4541
RGB: (124,69,65)

Color info

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

RGB color model

#7C4541 color RGB value is (124,69,65).

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

RGB channels and saturation

R 124 of 255 = 49%
G 69 of 255 = 27%
B 65 of 255 = 25%

124
69
65

R + G + B ~ 34%. #7C4541 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
124 + 69 + 65 = 258 (100%)
R 124 of 258 ~ 48.06%
G 69 of 258 ~ 26.74%
B 65 of 258 ~ 25.19%

%48.06
%26.74
%25.19

CMYK color model

#7C4541 color CMYK value is (0,44,48,51).

  • cyan value is 0.00%
  • magenta value is 44.35%
  • yellow value is 47.58%
  • key color value is 51.37%
CMYK:
(0,44,48,51)
C0M44Y48K51 
(0%,44%,48%,51%)
(0.00/0.44/0.48/0.51)	

CMYK percentages

%0
%44.35
%47.58
%51.37

Codes

Color #7C4541 in popluar color models

7C4541
RGB1246965
HSL31.22%37.06%
HSB/HSV47.58%48.63%
CMYK0.00%44.35%47.58%
51.37%

Color #7C4541 in popluar number systems.

HEX7C4541
Decimal1246965
Binary111110010001011000001
Octal174105101

Shades and tints

Shades of #7C4541

#7C4541
(124,69,65)
#713F3C
(113,63,60)
#663937
(102,57,55)
#5B3332
(91,51,50)
#502D2D
(80,45,45)
#452728
(69,39,40)
#3A2123
(58,33,35)
#2F1B1E
(47,27,30)
#241519
(36,21,25)
#190F14
(25,15,20)
#0E090F
(14,9,15)
#000000
(0,0,0)

Tints of #7C4541

#7C4541
(124,69,65)
#875552
(135,85,82)
#926563
(146,101,99)
#9D7574
(157,117,116)
#A88585
(168,133,133)
#B39596
(179,149,150)
#BEA5A7
(190,165,167)
#C9B5B8
(201,181,184)
#D4C5C9
(212,197,201)
#DFD5DA
(223,213,218)
#EAE5EB
(234,229,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C4541; }

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

This text font color is #7C4541.


Background Color

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

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

This div background color is #7C4541.


Border color

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

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

This div border color is #7C4541.


Opacity

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

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

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

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

This text has shadow with #7C4541 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C4541 on black background.


Color preview on white background

This text has color #7C4541 on white background.



Black color preview on #7C4541 background

This text has black color on #7C4541 background.


White color preview on #7C4541 background

This text has white color on #7C4541 background.