COLOR #7C7C32

HEX: #7C7C32
RGB: (124,124,50)

Color info

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

RGB color model

#7C7C32 color RGB value is (124,124,50).

  • red value is 124;
  • green value is 124;
  • blue value is 50.
RGB:
(124,124,50)
(49%,49%,20%)

RGB channels and saturation

R 124 of 255 = 49%
G 124 of 255 = 49%
B 50 of 255 = 20%

124
124
50

R + G + B ~ 39%. #7C7C32 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
124 + 124 + 50 = 298 (100%)
R 124 of 298 ~ 41.61%
G 124 of 298 ~ 41.61%
B 50 of 298 ~ 16.78%

%41.61
%41.61
%16.78

CMYK color model

#7C7C32 color CMYK value is (0,0,60,51).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 59.68%
  • key color value is 51.37%
CMYK:
(0,0,60,51)
C0M0Y60K51 
(0%,0%,60%,51%)
(0.00/0.00/0.60/0.51)	

CMYK percentages

%0
%0
%59.68
%51.37

Codes

Color #7C7C32 in popluar color models

7C7C32
RGB12412450
HSL60°42.53%34.12%
HSB/HSV60°59.68%48.63%
CMYK0.00%0.00%59.68%
51.37%

Color #7C7C32 in popluar number systems.

HEX7C7C32
Decimal12412450
Binary11111001111100110010
Octal17417462

Shades and tints

Shades of #7C7C32

#7C7C32
(124,124,50)
#71712E
(113,113,46)
#66662A
(102,102,42)
#5B5B26
(91,91,38)
#505022
(80,80,34)
#45451E
(69,69,30)
#3A3A1A
(58,58,26)
#2F2F16
(47,47,22)
#242412
(36,36,18)
#19190E
(25,25,14)
#0E0E0A
(14,14,10)
#000000
(0,0,0)

Tints of #7C7C32

#7C7C32
(124,124,50)
#878744
(135,135,68)
#929256
(146,146,86)
#9D9D68
(157,157,104)
#A8A87A
(168,168,122)
#B3B38C
(179,179,140)
#BEBE9E
(190,190,158)
#C9C9B0
(201,201,176)
#D4D4C2
(212,212,194)
#DFDFD4
(223,223,212)
#EAEAE6
(234,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C7C32; }

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

This text font color is #7C7C32.


Background Color

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

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

This div background color is #7C7C32.


Border color

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

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

This div border color is #7C7C32.


Opacity

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

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

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

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

This text has shadow with #7C7C32 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C7C32 on black background.


Color preview on white background

This text has color #7C7C32 on white background.



Black color preview on #7C7C32 background

This text has black color on #7C7C32 background.


White color preview on #7C7C32 background

This text has white color on #7C7C32 background.