COLOR #7C5C33

HEX: #7C5C33 RGB: (124,92,51)

Color info

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

RGB color model

#7C5C33 color RGB value is (124,92,51).

RGB: (124,92,51) (49%, 36%, 20%)

RGB channels and saturation

R 124 of 255 = 49%
G 92 of 255 = 36%
B 51 of 255 = 20%

124
92
51

R + G + B ~ 35%. #7C5C33 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 124 + 92 + 51 = 267 (100%)
R 124 of 267 ~ 46.44%
G 92 of 267 ~ 34.46%
B 51 of 267 ~ 19.1'%

%46.44
%34.46
%19.1

CMYK color model

#7C5C33 color CMYK value is (0,26,59,51).

  • cyan value is 0.00%
  • magenta value is 25.81%
  • yellow value is 58.87%
  • key color value is 51.37%

CMYK: (0,26,59,51)
C0M26Y59K51 (0%, 26%, 59%, 51%)
(0.00 / 0.26 / 0.59 / 0.51)

CMYK percentages

%0
%25.81
%58.87
%51.37

Codes

Color #7C5C33 in popluar color models

7C 5C 33
RGB 124 92 51
HSL 34° 41.71% 34.31%
HSB/HSV 34° 58.87% 48.63%
CMYK 0.00% 25.81% 58.87%
51.37%

Color #7C5C33 in popluar number systems.

HEX 7C 5C 33
Decimal 124 92 51
Binary 1111100 1011100 110011
Octal 174 134 63

Shades and tints

Shades of #7C5C33

#7C5C33
(124,92,51)
#71542F
(113,84,47)
#664C2B
(102,76,43)
#5B4427
(91,68,39)
#503C23
(80,60,35)
#45341F
(69,52,31)
#3A2C1B
(58,44,27)
#2F2417
(47,36,23)
#241C13
(36,28,19)
#19140F
(25,20,15)
#0E0C0B
(14,12,11)
#000000
(0,0,0)

Tints of #7C5C33

#7C5C33
(124,92,51)
#876A45
(135,106,69)
#927857
(146,120,87)
#9D8669
(157,134,105)
#A8947B
(168,148,123)
#B3A28D
(179,162,141)
#BEB09F
(190,176,159)
#C9BEB1
(201,190,177)
#D4CCC3
(212,204,195)
#DFDAD5
(223,218,213)
#EAE8E7
(234,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C5C33; }

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

This text font color is #7C5C33.

Background Color

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

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

This div background color is #7C5C33.

Border color

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

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

This div border color is #7C5C33.

Opacity

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

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

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

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

This text has shadow with #7C5C33 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7C5C33.

Preview

Color preview on black background

This text has color #7C5C33 on black background.


Color preview on white background

This text has color #7C5C33 on white background.


Black color preview on #7C5C33 background

This text has black color on #7C5C33 background.


White color preview on #7C5C33 background

This text has white color on #7C5C33 background.


Related colors

Complementary color

Complementary color for #hex is #83A3CC.


I love getcolorcode.com

Triadic colors

1 #337C5C and #5C337C with #7C5C33 are triadic colors.

2 #335C7C and #5C7C33 with #7C5C33 are triadic colors.