COLOR #7C5D3F

HEX: #7C5D3F RGB: (124,93,63)

Color info

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

RGB color model

#7C5D3F color RGB value is (124,93,63).

RGB: (124,93,63) (49%, 36%, 25%)

RGB channels and saturation

R 124 of 255 = 49%
G 93 of 255 = 36%
B 63 of 255 = 25%

124
93
63

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

Portions of RGB colors in percentages

R + G + B = 124 + 93 + 63 = 280 (100%)
R 124 of 280 ~ 44.29%
G 93 of 280 ~ 33.21%
B 63 of 280 ~ 22.5'%

%44.29
%33.21
%22.5

CMYK color model

#7C5D3F color CMYK value is (0,25,49,51).

  • cyan value is 0.00%
  • magenta value is 25.00%
  • yellow value is 49.19%
  • key color value is 51.37%

CMYK: (0,25,49,51)
C0M25Y49K51 (0%, 25%, 49%, 51%)
(0.00 / 0.25 / 0.49 / 0.51)

CMYK percentages

%0
%25
%49.19
%51.37

Codes

Color #7C5D3F in popluar color models

7C 5D 3F
RGB 124 93 63
HSL 30° 32.62% 36.67%
HSB/HSV 30° 49.19% 48.63%
CMYK 0.00% 25.00% 49.19%
51.37%

Color #7C5D3F in popluar number systems.

HEX 7C 5D 3F
Decimal 124 93 63
Binary 1111100 1011101 111111
Octal 174 135 77

Shades and tints

Shades of #7C5D3F

#7C5D3F
(124,93,63)
#71553A
(113,85,58)
#664D35
(102,77,53)
#5B4530
(91,69,48)
#503D2B
(80,61,43)
#453526
(69,53,38)
#3A2D21
(58,45,33)
#2F251C
(47,37,28)
#241D17
(36,29,23)
#191512
(25,21,18)
#0E0D0D
(14,13,13)
#000000
(0,0,0)

Tints of #7C5D3F

#7C5D3F
(124,93,63)
#876B50
(135,107,80)
#927961
(146,121,97)
#9D8772
(157,135,114)
#A89583
(168,149,131)
#B3A394
(179,163,148)
#BEB1A5
(190,177,165)
#C9BFB6
(201,191,182)
#D4CDC7
(212,205,199)
#DFDBD8
(223,219,216)
#EAE9E9
(234,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C5D3F color. Also use rgb(124,93,63) instead hex code.

Text Font Color

.myTextColor { color: #7C5D3F; }

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

This text font color is #7C5D3F.

Background Color

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

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

This div background color is #7C5D3F.

Border color

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

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

This div border color is #7C5D3F.

Opacity

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

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

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

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

This text has shadow with #7C5D3F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7C5D3F.

Preview

Color preview on black background

This text has color #7C5D3F on black background.


Color preview on white background

This text has color #7C5D3F on white background.


Black color preview on #7C5D3F background

This text has black color on #7C5D3F background.


White color preview on #7C5D3F background

This text has white color on #7C5D3F background.


Related colors

Complementary color

Complementary color for #hex is #83A2C0.


I love getcolorcode.com

Triadic colors

1 #3F7C5D and #5D3F7C with #7C5D3F are triadic colors.

2 #3F5D7C and #5D7C3F with #7C5D3F are triadic colors.