COLOR #7C5C44

HEX: #7C5C44
RGB: (124,92,68)

Color info

#7C5C44 contains red, green and blue colors in about the same proportion. Web safe color of #7C5C44 is #666633 (or #663).

RGB color model

#7C5C44 color RGB value is (124,92,68).

  • red value is 124;
  • green value is 92;
  • blue value is 68.
RGB: (124,92,68) (49%,36%,27%)

RGB channels and saturation

R 124 of 255 = 49%
G 92 of 255 = 36%
B 68 of 255 = 27%

124
92
68

R + G + B ~ 37%. #7C5C44 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
124 + 92 + 68 = 284 (100%)
R 124 of 284 ~ 43.66%
G 92 of 284 ~ 32.39%
B 68 of 284 ~ 23.94%

%43.66
%32.39
%23.94

CMYK color model

#7C5C44 color CMYK value is (0,26,45,51).

  • cyan value is 0.00%
  • magenta value is 25.81%
  • yellow value is 45.16%
  • key color value is 51.37%
CMYK: (0,26,45,51) C0M26Y45K51 (0%,26%,45%,51%) (0.00/0.26/0.45/0.51)

CMYK percentages

%0
%25.81
%45.16
%51.37

Codes

Color #7C5C44 in popluar color models

7C5C44
RGB1249268
HSL26°29.17%37.65%
HSB/HSV26°45.16%48.63%
CMYK0.00%25.81%45.16%
51.37%

Color #7C5C44 in popluar number systems.

HEX7C5C44
Decimal1249268
Binary111110010111001000100
Octal174134104

Shades and tints

Shades of #7C5C44

#7C5C44
(124,92,68)
#71543E
(113,84,62)
#664C38
(102,76,56)
#5B4432
(91,68,50)
#503C2C
(80,60,44)
#453426
(69,52,38)
#3A2C20
(58,44,32)
#2F241A
(47,36,26)
#241C14
(36,28,20)
#19140E
(25,20,14)
#0E0C08
(14,12,8)
#000000
(0,0,0)

Tints of #7C5C44

#7C5C44
(124,92,68)
#876A55
(135,106,85)
#927866
(146,120,102)
#9D8677
(157,134,119)
#A89488
(168,148,136)
#B3A299
(179,162,153)
#BEB0AA
(190,176,170)
#C9BEBB
(201,190,187)
#D4CCCC
(212,204,204)
#DFDADD
(223,218,221)
#EAE8EE
(234,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C5C44; }

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

This text font color is #7C5C44.


Background Color

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

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

This div background color is #7C5C44.


Border color

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

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

This div border color is #7C5C44.


Opacity

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

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

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

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

This text has shadow with #7C5C44 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #7C5C44 on black background.


Color preview on white background

This text has color #7C5C44 on white background.



Black color preview on #7C5C44 background

This text has black color on #7C5C44 background.


White color preview on #7C5C44 background

This text has white color on #7C5C44 background.