COLOR #7C7C57

HEX: #7C7C57
RGB: (124,124,87)

Color info

#7C7C57 contains red, green and blue colors in about the same proportion. Web safe color of #7C7C57 is #666666 (or #666).

RGB color model

#7C7C57 color RGB value is (124,124,87).

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

RGB channels and saturation

R 124 of 255 = 49%
G 124 of 255 = 49%
B 87 of 255 = 34%

124
124
87

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

Portions of RGB colors in percentages

R + G + B =
124 + 124 + 87 = 335 (100%)
R 124 of 335 ~ 37.01%
G 124 of 335 ~ 37.01%
B 87 of 335 ~ 25.97%

%37.01
%37.01
%25.97

CMYK color model

#7C7C57 color CMYK value is (0,0,30,51).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 29.84%
  • key color value is 51.37%
CMYK:
(0,0,30,51)
C0M0Y30K51 
(0%,0%,30%,51%)
(0.00/0.00/0.30/0.51)	

CMYK percentages

%0
%0
%29.84
%51.37

Codes

Color #7C7C57 in popluar color models

7C7C57
RGB12412487
HSL60°17.54%41.37%
HSB/HSV60°29.84%48.63%
CMYK0.00%0.00%29.84%
51.37%

Color #7C7C57 in popluar number systems.

HEX7C7C57
Decimal12412487
Binary111110011111001010111
Octal174174127

Shades and tints

Shades of #7C7C57

#7C7C57
(124,124,87)
#717150
(113,113,80)
#666649
(102,102,73)
#5B5B42
(91,91,66)
#50503B
(80,80,59)
#454534
(69,69,52)
#3A3A2D
(58,58,45)
#2F2F26
(47,47,38)
#24241F
(36,36,31)
#191918
(25,25,24)
#0E0E11
(14,14,17)
#000000
(0,0,0)

Tints of #7C7C57

#7C7C57
(124,124,87)
#878766
(135,135,102)
#929275
(146,146,117)
#9D9D84
(157,157,132)
#A8A893
(168,168,147)
#B3B3A2
(179,179,162)
#BEBEB1
(190,190,177)
#C9C9C0
(201,201,192)
#D4D4CF
(212,212,207)
#DFDFDE
(223,223,222)
#EAEAED
(234,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C7C57; }

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

This text font color is #7C7C57.


Background Color

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

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

This div background color is #7C7C57.


Border color

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

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

This div border color is #7C7C57.


Opacity

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

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

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

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

This text has shadow with #7C7C57 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C7C57 on black background.


Color preview on white background

This text has color #7C7C57 on white background.



Black color preview on #7C7C57 background

This text has black color on #7C7C57 background.


White color preview on #7C7C57 background

This text has white color on #7C7C57 background.