COLOR #7C5563

HEX: #7C5563
RGB: (124,85,99)

Color info

#7C5563 contains red, green and blue colors in about the same proportion. Web safe color of #7C5563 is #666666 (or #666).

RGB color model

#7C5563 color RGB value is (124,85,99).

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

RGB channels and saturation

R 124 of 255 = 49%
G 85 of 255 = 33%
B 99 of 255 = 39%

124
85
99

R + G + B ~ 40%. #7C5563 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
124 + 85 + 99 = 308 (100%)
R 124 of 308 ~ 40.26%
G 85 of 308 ~ 27.6%
B 99 of 308 ~ 32.14%

%40.26
%27.6
%32.14

CMYK color model

#7C5563 color CMYK value is (0,31,20,51).

  • cyan value is 0.00%
  • magenta value is 31.45%
  • yellow value is 20.16%
  • key color value is 51.37%
CMYK:
(0,31,20,51)
C0M31Y20K51 
(0%,31%,20%,51%)
(0.00/0.31/0.20/0.51)	

CMYK percentages

%0
%31.45
%20.16
%51.37

Codes

Color #7C5563 in popluar color models

7C5563
RGB1248599
HSL338°18.66%40.98%
HSB/HSV338°31.45%48.63%
CMYK0.00%31.45%20.16%
51.37%

Color #7C5563 in popluar number systems.

HEX7C5563
Decimal1248599
Binary111110010101011100011
Octal174125143

Shades and tints

Shades of #7C5563

#7C5563
(124,85,99)
#714E5A
(113,78,90)
#664751
(102,71,81)
#5B4048
(91,64,72)
#50393F
(80,57,63)
#453236
(69,50,54)
#3A2B2D
(58,43,45)
#2F2424
(47,36,36)
#241D1B
(36,29,27)
#191612
(25,22,18)
#0E0F09
(14,15,9)
#000000
(0,0,0)

Tints of #7C5563

#7C5563
(124,85,99)
#876471
(135,100,113)
#92737F
(146,115,127)
#9D828D
(157,130,141)
#A8919B
(168,145,155)
#B3A0A9
(179,160,169)
#BEAFB7
(190,175,183)
#C9BEC5
(201,190,197)
#D4CDD3
(212,205,211)
#DFDCE1
(223,220,225)
#EAEBEF
(234,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C5563; }

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

This text font color is #7C5563.


Background Color

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

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

This div background color is #7C5563.


Border color

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

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

This div border color is #7C5563.


Opacity

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

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

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

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

This text has shadow with #7C5563 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C5563 on black background.


Color preview on white background

This text has color #7C5563 on white background.



Black color preview on #7C5563 background

This text has black color on #7C5563 background.


White color preview on #7C5563 background

This text has white color on #7C5563 background.