COLOR #7C5E30

HEX: #7C5E30
RGB: (124,94,48)

Color info

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

RGB color model

#7C5E30 color RGB value is (124,94,48).

  • red value is 124;
  • green value is 94;
  • blue value is 48.
RGB:
(124,94,48)
(49%,37%,19%)

RGB channels and saturation

R 124 of 255 = 49%
G 94 of 255 = 37%
B 48 of 255 = 19%

124
94
48

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

Portions of RGB colors in percentages

R + G + B =
124 + 94 + 48 = 266 (100%)
R 124 of 266 ~ 46.62%
G 94 of 266 ~ 35.34%
B 48 of 266 ~ 18.05%

%46.62
%35.34
%18.05

CMYK color model

#7C5E30 color CMYK value is (0,24,61,51).

  • cyan value is 0.00%
  • magenta value is 24.19%
  • yellow value is 61.29%
  • key color value is 51.37%
CMYK:
(0,24,61,51)
C0M24Y61K51 
(0%,24%,61%,51%)
(0.00/0.24/0.61/0.51)	

CMYK percentages

%0
%24.19
%61.29
%51.37

Codes

Color #7C5E30 in popluar color models

7C5E30
RGB1249448
HSL36°44.19%33.73%
HSB/HSV36°61.29%48.63%
CMYK0.00%24.19%61.29%
51.37%

Color #7C5E30 in popluar number systems.

HEX7C5E30
Decimal1249448
Binary11111001011110110000
Octal17413660

Shades and tints

Shades of #7C5E30

#7C5E30
(124,94,48)
#71562C
(113,86,44)
#664E28
(102,78,40)
#5B4624
(91,70,36)
#503E20
(80,62,32)
#45361C
(69,54,28)
#3A2E18
(58,46,24)
#2F2614
(47,38,20)
#241E10
(36,30,16)
#19160C
(25,22,12)
#0E0E08
(14,14,8)
#000000
(0,0,0)

Tints of #7C5E30

#7C5E30
(124,94,48)
#876C42
(135,108,66)
#927A54
(146,122,84)
#9D8866
(157,136,102)
#A89678
(168,150,120)
#B3A48A
(179,164,138)
#BEB29C
(190,178,156)
#C9C0AE
(201,192,174)
#D4CEC0
(212,206,192)
#DFDCD2
(223,220,210)
#EAEAE4
(234,234,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C5E30 color. Also use rgb(124,94,48) instead hex code.

Text Font Color

.myTextColor { color: #7C5E30; }

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

This text font color is #7C5E30.


Background Color

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

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

This div background color is #7C5E30.


Border color

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

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

This div border color is #7C5E30.


Opacity

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

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

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

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

This text has shadow with #7C5E30 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C5E30 on black background.


Color preview on white background

This text has color #7C5E30 on white background.



Black color preview on #7C5E30 background

This text has black color on #7C5E30 background.


White color preview on #7C5E30 background

This text has white color on #7C5E30 background.