COLOR #7C5438

HEX: #7C5438
RGB: (124,84,56)

Color info

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

RGB color model

#7C5438 color RGB value is (124,84,56).

  • red value is 124;
  • green value is 84;
  • blue value is 56.
RGB:
(124,84,56)
(49%,33%,22%)

RGB channels and saturation

R 124 of 255 = 49%
G 84 of 255 = 33%
B 56 of 255 = 22%

124
84
56

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

Portions of RGB colors in percentages

R + G + B =
124 + 84 + 56 = 264 (100%)
R 124 of 264 ~ 46.97%
G 84 of 264 ~ 31.82%
B 56 of 264 ~ 21.21%

%46.97
%31.82
%21.21

CMYK color model

#7C5438 color CMYK value is (0,32,55,51).

  • cyan value is 0.00%
  • magenta value is 32.26%
  • yellow value is 54.84%
  • key color value is 51.37%
CMYK:
(0,32,55,51)
C0M32Y55K51 
(0%,32%,55%,51%)
(0.00/0.32/0.55/0.51)	

CMYK percentages

%0
%32.26
%54.84
%51.37

Codes

Color #7C5438 in popluar color models

7C5438
RGB1248456
HSL25°37.78%35.29%
HSB/HSV25°54.84%48.63%
CMYK0.00%32.26%54.84%
51.37%

Color #7C5438 in popluar number systems.

HEX7C5438
Decimal1248456
Binary11111001010100111000
Octal17412470

Shades and tints

Shades of #7C5438

#7C5438
(124,84,56)
#714D33
(113,77,51)
#66462E
(102,70,46)
#5B3F29
(91,63,41)
#503824
(80,56,36)
#45311F
(69,49,31)
#3A2A1A
(58,42,26)
#2F2315
(47,35,21)
#241C10
(36,28,16)
#19150B
(25,21,11)
#0E0E06
(14,14,6)
#000000
(0,0,0)

Tints of #7C5438

#7C5438
(124,84,56)
#87634A
(135,99,74)
#92725C
(146,114,92)
#9D816E
(157,129,110)
#A89080
(168,144,128)
#B39F92
(179,159,146)
#BEAEA4
(190,174,164)
#C9BDB6
(201,189,182)
#D4CCC8
(212,204,200)
#DFDBDA
(223,219,218)
#EAEAEC
(234,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C5438; }

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

This text font color is #7C5438.


Background Color

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

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

This div background color is #7C5438.


Border color

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

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

This div border color is #7C5438.


Opacity

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

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

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

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

This text has shadow with #7C5438 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C5438 on black background.


Color preview on white background

This text has color #7C5438 on white background.



Black color preview on #7C5438 background

This text has black color on #7C5438 background.


White color preview on #7C5438 background

This text has white color on #7C5438 background.