COLOR #7C542A

HEX: #7C542A RGB: (124,84,42)

Color info

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

RGB color model

#7C542A color RGB value is (124,84,42).

RGB: (124,84,42) (49%, 33%, 16%)

RGB channels and saturation

R 124 of 255 = 49%
G 84 of 255 = 33%
B 42 of 255 = 16%

124
84
42

R + G + B ~ 33%. #7C542A is quite dark color.

Portions of RGB colors in percentages

R + G + B = 124 + 84 + 42 = 250 (100%)
R 124 of 250 ~ 49.6%
G 84 of 250 ~ 33.6%
B 42 of 250 ~ 16.8'%

%49.6
%33.6
%16.8

CMYK color model

#7C542A color CMYK value is (0,32,66,51).

  • cyan value is 0.00%
  • magenta value is 32.26%
  • yellow value is 66.13%
  • key color value is 51.37%

CMYK: (0,32,66,51)
C0M32Y66K51 (0%, 32%, 66%, 51%)
(0.00 / 0.32 / 0.66 / 0.51)

CMYK percentages

%0
%32.26
%66.13
%51.37

Codes

Color #7C542A in popluar color models

7C 54 2A
RGB 124 84 42
HSL 31° 49.40% 32.55%
HSB/HSV 31° 66.13% 48.63%
CMYK 0.00% 32.26% 66.13%
51.37%

Color #7C542A in popluar number systems.

HEX 7C 54 2A
Decimal 124 84 42
Binary 1111100 1010100 101010
Octal 174 124 52

Shades and tints

Shades of #7C542A

#7C542A
(124,84,42)
#714D27
(113,77,39)
#664624
(102,70,36)
#5B3F21
(91,63,33)
#50381E
(80,56,30)
#45311B
(69,49,27)
#3A2A18
(58,42,24)
#2F2315
(47,35,21)
#241C12
(36,28,18)
#19150F
(25,21,15)
#0E0E0C
(14,14,12)
#000000
(0,0,0)

Tints of #7C542A

#7C542A
(124,84,42)
#87633D
(135,99,61)
#927250
(146,114,80)
#9D8163
(157,129,99)
#A89076
(168,144,118)
#B39F89
(179,159,137)
#BEAE9C
(190,174,156)
#C9BDAF
(201,189,175)
#D4CCC2
(212,204,194)
#DFDBD5
(223,219,213)
#EAEAE8
(234,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C542A color. Also use rgb(124,84,42) instead hex code.

Text Font Color

.myTextColor { color: #7C542A; }

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

This text font color is #7C542A.

Background Color

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

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

This div background color is #7C542A.

Border color

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

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

This div border color is #7C542A.

Opacity

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

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

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

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

This text has shadow with #7C542A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7C542A.

Preview

Color preview on black background

This text has color #7C542A on black background.


Color preview on white background

This text has color #7C542A on white background.


Black color preview on #7C542A background

This text has black color on #7C542A background.


White color preview on #7C542A background

This text has white color on #7C542A background.


Related colors

Complementary color

Complementary color for #hex is #83ABD5.


I love getcolorcode.com

Triadic colors

1 #2A7C54 and #542A7C with #7C542A are triadic colors.

2 #2A547C and #547C2A with #7C542A are triadic colors.