COLOR #7C5523

HEX: #7C5523
RGB: (124,85,35)

Color info

#7C5523 contains mainly red and green colors. Web safe color of #7C5523 is #666633 (or #663).

RGB color model

#7C5523 color RGB value is (124,85,35).

  • red value is 124;
  • green value is 85;
  • blue value is 35.
RGB:
(124,85,35)
(49%,33%,14%)

RGB channels and saturation

R 124 of 255 = 49%
G 85 of 255 = 33%
B 35 of 255 = 14%

124
85
35

R + G + B ~ 32%. #7C5523 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
124 + 85 + 35 = 244 (100%)
R 124 of 244 ~ 50.82%
G 85 of 244 ~ 34.84%
B 35 of 244 ~ 14.34%

%50.82
%34.84
%14.34

CMYK color model

#7C5523 color CMYK value is (0,31,72,51).

  • cyan value is 0.00%
  • magenta value is 31.45%
  • yellow value is 71.77%
  • key color value is 51.37%
CMYK:
(0,31,72,51)
C0M31Y72K51 
(0%,31%,72%,51%)
(0.00/0.31/0.72/0.51)	

CMYK percentages

%0
%31.45
%71.77
%51.37

Codes

Color #7C5523 in popluar color models

7C5523
RGB1248535
HSL34°55.97%31.18%
HSB/HSV34°71.77%48.63%
CMYK0.00%31.45%71.77%
51.37%

Color #7C5523 in popluar number systems.

HEX7C5523
Decimal1248535
Binary11111001010101100011
Octal17412543

Shades and tints

Shades of #7C5523

#7C5523
(124,85,35)
#714E20
(113,78,32)
#66471D
(102,71,29)
#5B401A
(91,64,26)
#503917
(80,57,23)
#453214
(69,50,20)
#3A2B11
(58,43,17)
#2F240E
(47,36,14)
#241D0B
(36,29,11)
#191608
(25,22,8)
#0E0F05
(14,15,5)
#000000
(0,0,0)

Tints of #7C5523

#7C5523
(124,85,35)
#876437
(135,100,55)
#92734B
(146,115,75)
#9D825F
(157,130,95)
#A89173
(168,145,115)
#B3A087
(179,160,135)
#BEAF9B
(190,175,155)
#C9BEAF
(201,190,175)
#D4CDC3
(212,205,195)
#DFDCD7
(223,220,215)
#EAEBEB
(234,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C5523; }

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

This text font color is #7C5523.


Background Color

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

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

This div background color is #7C5523.


Border color

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

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

This div border color is #7C5523.


Opacity

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

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

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

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

This text has shadow with #7C5523 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C5523 on black background.


Color preview on white background

This text has color #7C5523 on white background.



Black color preview on #7C5523 background

This text has black color on #7C5523 background.


White color preview on #7C5523 background

This text has white color on #7C5523 background.