COLOR #7C835C

HEX: #7C835C
RGB: (124,131,92)

Color info

#7C835C contains red, green and blue colors in about the same proportion. Web safe color of #7C835C is #669966 (or #696).

RGB color model

#7C835C color RGB value is (124,131,92).

  • red value is 124;
  • green value is 131;
  • blue value is 92.
RGB:
(124,131,92)
(49%,51%,36%)

RGB channels and saturation

R 124 of 255 = 49%
G 131 of 255 = 51%
B 92 of 255 = 36%

124
131
92

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

Portions of RGB colors in percentages

R + G + B =
124 + 131 + 92 = 347 (100%)
R 124 of 347 ~ 35.73%
G 131 of 347 ~ 37.75%
B 92 of 347 ~ 26.51%

%35.73
%37.75
%26.51

CMYK color model

#7C835C color CMYK value is (5,0,30,49).

  • cyan value is 5.34%
  • magenta value is 0.00%
  • yellow value is 29.77%
  • key color value is 48.63%
CMYK:
(5,0,30,49)
C5M0Y30K49 
(5%,0%,30%,49%)
(0.05/0.00/0.30/0.49)	

CMYK percentages

%5.34
%0
%29.77
%48.63

Codes

Color #7C835C in popluar color models

7C835C
RGB12413192
HSL71°17.49%43.73%
HSB/HSV71°29.77%51.37%
CMYK5.34%0.00%29.77%
48.63%

Color #7C835C in popluar number systems.

HEX7C835C
Decimal12413192
Binary1111100100000111011100
Octal174203134

Shades and tints

Shades of #7C835C

#7C835C
(124,131,92)
#717854
(113,120,84)
#666D4C
(102,109,76)
#5B6244
(91,98,68)
#50573C
(80,87,60)
#454C34
(69,76,52)
#3A412C
(58,65,44)
#2F3624
(47,54,36)
#242B1C
(36,43,28)
#192014
(25,32,20)
#0E150C
(14,21,12)
#000000
(0,0,0)

Tints of #7C835C

#7C835C
(124,131,92)
#878E6A
(135,142,106)
#929978
(146,153,120)
#9DA486
(157,164,134)
#A8AF94
(168,175,148)
#B3BAA2
(179,186,162)
#BEC5B0
(190,197,176)
#C9D0BE
(201,208,190)
#D4DBCC
(212,219,204)
#DFE6DA
(223,230,218)
#EAF1E8
(234,241,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C835C; }

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

This text font color is #7C835C.


Background Color

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

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

This div background color is #7C835C.


Border color

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

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

This div border color is #7C835C.


Opacity

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

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

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

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

This text has shadow with #7C835C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C835C on black background.


Color preview on white background

This text has color #7C835C on white background.



Black color preview on #7C835C background

This text has black color on #7C835C background.


White color preview on #7C835C background

This text has white color on #7C835C background.