COLOR #7C7C3F

HEX: #7C7C3F
RGB: (124,124,63)

Color info

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

RGB color model

#7C7C3F color RGB value is (124,124,63).

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

RGB channels and saturation

R 124 of 255 = 49%
G 124 of 255 = 49%
B 63 of 255 = 25%

124
124
63

R + G + B ~ 41%. #7C7C3F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
124 + 124 + 63 = 311 (100%)
R 124 of 311 ~ 39.87%
G 124 of 311 ~ 39.87%
B 63 of 311 ~ 20.26%

%39.87
%39.87
%20.26

CMYK color model

#7C7C3F color CMYK value is (0,0,49,51).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 49.19%
  • key color value is 51.37%
CMYK:
(0,0,49,51)
C0M0Y49K51 
(0%,0%,49%,51%)
(0.00/0.00/0.49/0.51)	

CMYK percentages

%0
%0
%49.19
%51.37

Codes

Color #7C7C3F in popluar color models

7C7C3F
RGB12412463
HSL60°32.62%36.67%
HSB/HSV60°49.19%48.63%
CMYK0.00%0.00%49.19%
51.37%

Color #7C7C3F in popluar number systems.

HEX7C7C3F
Decimal12412463
Binary11111001111100111111
Octal17417477

Shades and tints

Shades of #7C7C3F

#7C7C3F
(124,124,63)
#71713A
(113,113,58)
#666635
(102,102,53)
#5B5B30
(91,91,48)
#50502B
(80,80,43)
#454526
(69,69,38)
#3A3A21
(58,58,33)
#2F2F1C
(47,47,28)
#242417
(36,36,23)
#191912
(25,25,18)
#0E0E0D
(14,14,13)
#000000
(0,0,0)

Tints of #7C7C3F

#7C7C3F
(124,124,63)
#878750
(135,135,80)
#929261
(146,146,97)
#9D9D72
(157,157,114)
#A8A883
(168,168,131)
#B3B394
(179,179,148)
#BEBEA5
(190,190,165)
#C9C9B6
(201,201,182)
#D4D4C7
(212,212,199)
#DFDFD8
(223,223,216)
#EAEAE9
(234,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C7C3F; }

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

This text font color is #7C7C3F.


Background Color

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

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

This div background color is #7C7C3F.


Border color

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

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

This div border color is #7C7C3F.


Opacity

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

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

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

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

This text has shadow with #7C7C3F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C7C3F on black background.


Color preview on white background

This text has color #7C7C3F on white background.



Black color preview on #7C7C3F background

This text has black color on #7C7C3F background.


White color preview on #7C7C3F background

This text has white color on #7C7C3F background.