COLOR #7C835B

HEX: #7C835B
RGB: (124,131,91)

Color info

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

RGB color model

#7C835B color RGB value is (124,131,91).

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

RGB channels and saturation

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

124
131
91

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

Portions of RGB colors in percentages

R + G + B =
124 + 131 + 91 = 346 (100%)
R 124 of 346 ~ 35.84%
G 131 of 346 ~ 37.86%
B 91 of 346 ~ 26.3%

%35.84
%37.86
%26.3

CMYK color model

#7C835B color CMYK value is (5,0,31,49).

  • cyan value is 5.34%
  • magenta value is 0.00%
  • yellow value is 30.53%
  • key color value is 48.63%
CMYK:
(5,0,31,49)
C5M0Y31K49 
(5%,0%,31%,49%)
(0.05/0.00/0.31/0.49)	

CMYK percentages

%5.34
%0
%30.53
%48.63

Codes

Color #7C835B in popluar color models

7C835B
RGB12413191
HSL71°18.02%43.53%
HSB/HSV71°30.53%51.37%
CMYK5.34%0.00%30.53%
48.63%

Color #7C835B in popluar number systems.

HEX7C835B
Decimal12413191
Binary1111100100000111011011
Octal174203133

Shades and tints

Shades of #7C835B

#7C835B
(124,131,91)
#717853
(113,120,83)
#666D4B
(102,109,75)
#5B6243
(91,98,67)
#50573B
(80,87,59)
#454C33
(69,76,51)
#3A412B
(58,65,43)
#2F3623
(47,54,35)
#242B1B
(36,43,27)
#192013
(25,32,19)
#0E150B
(14,21,11)
#000000
(0,0,0)

Tints of #7C835B

#7C835B
(124,131,91)
#878E69
(135,142,105)
#929977
(146,153,119)
#9DA485
(157,164,133)
#A8AF93
(168,175,147)
#B3BAA1
(179,186,161)
#BEC5AF
(190,197,175)
#C9D0BD
(201,208,189)
#D4DBCB
(212,219,203)
#DFE6D9
(223,230,217)
#EAF1E7
(234,241,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C835B; }

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

This text font color is #7C835B.


Background Color

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

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

This div background color is #7C835B.


Border color

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

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

This div border color is #7C835B.


Opacity

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

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

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

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

This text has shadow with #7C835B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C835B on black background.


Color preview on white background

This text has color #7C835B on white background.



Black color preview on #7C835B background

This text has black color on #7C835B background.


White color preview on #7C835B background

This text has white color on #7C835B background.