COLOR #7C532C

HEX: #7C532C
RGB: (124,83,44)

Color info

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

RGB color model

#7C532C color RGB value is (124,83,44).

  • red value is 124;
  • green value is 83;
  • blue value is 44.
RGB:
(124,83,44)
(49%,33%,17%)

RGB channels and saturation

R 124 of 255 = 49%
G 83 of 255 = 33%
B 44 of 255 = 17%

124
83
44

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

Portions of RGB colors in percentages

R + G + B =
124 + 83 + 44 = 251 (100%)
R 124 of 251 ~ 49.4%
G 83 of 251 ~ 33.07%
B 44 of 251 ~ 17.53%

%49.4
%33.07
%17.53

CMYK color model

#7C532C color CMYK value is (0,33,65,51).

  • cyan value is 0.00%
  • magenta value is 33.06%
  • yellow value is 64.52%
  • key color value is 51.37%
CMYK:
(0,33,65,51)
C0M33Y65K51 
(0%,33%,65%,51%)
(0.00/0.33/0.65/0.51)	

CMYK percentages

%0
%33.06
%64.52
%51.37

Codes

Color #7C532C in popluar color models

7C532C
RGB1248344
HSL29°47.62%32.94%
HSB/HSV29°64.52%48.63%
CMYK0.00%33.06%64.52%
51.37%

Color #7C532C in popluar number systems.

HEX7C532C
Decimal1248344
Binary11111001010011101100
Octal17412354

Shades and tints

Shades of #7C532C

#7C532C
(124,83,44)
#714C28
(113,76,40)
#664524
(102,69,36)
#5B3E20
(91,62,32)
#50371C
(80,55,28)
#453018
(69,48,24)
#3A2914
(58,41,20)
#2F2210
(47,34,16)
#241B0C
(36,27,12)
#191408
(25,20,8)
#0E0D04
(14,13,4)
#000000
(0,0,0)

Tints of #7C532C

#7C532C
(124,83,44)
#87623F
(135,98,63)
#927152
(146,113,82)
#9D8065
(157,128,101)
#A88F78
(168,143,120)
#B39E8B
(179,158,139)
#BEAD9E
(190,173,158)
#C9BCB1
(201,188,177)
#D4CBC4
(212,203,196)
#DFDAD7
(223,218,215)
#EAE9EA
(234,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C532C color. Also use rgb(124,83,44) instead hex code.

Text Font Color

.myTextColor { color: #7C532C; }

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

This text font color is #7C532C.


Background Color

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

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

This div background color is #7C532C.


Border color

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

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

This div border color is #7C532C.


Opacity

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

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

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

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

This text has shadow with #7C532C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C532C on black background.


Color preview on white background

This text has color #7C532C on white background.



Black color preview on #7C532C background

This text has black color on #7C532C background.


White color preview on #7C532C background

This text has white color on #7C532C background.