COLOR #7C813B

HEX: #7C813B
RGB: (124,129,59)

Color info

#7C813B contains mainly red and green colors. Web safe color of #7C813B is #669933 (or #693).

RGB color model

#7C813B color RGB value is (124,129,59).

  • red value is 124;
  • green value is 129;
  • blue value is 59.
RGB:
(124,129,59)
(49%,51%,23%)

RGB channels and saturation

R 124 of 255 = 49%
G 129 of 255 = 51%
B 59 of 255 = 23%

124
129
59

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

Portions of RGB colors in percentages

R + G + B =
124 + 129 + 59 = 312 (100%)
R 124 of 312 ~ 39.74%
G 129 of 312 ~ 41.35%
B 59 of 312 ~ 18.91%

%39.74
%41.35
%18.91

CMYK color model

#7C813B color CMYK value is (4,0,54,49).

  • cyan value is 3.88%
  • magenta value is 0.00%
  • yellow value is 54.26%
  • key color value is 49.41%
CMYK:
(4,0,54,49)
C4M0Y54K49 
(4%,0%,54%,49%)
(0.04/0.00/0.54/0.49)	

CMYK percentages

%3.88
%0
%54.26
%49.41

Codes

Color #7C813B in popluar color models

7C813B
RGB12412959
HSL64°37.23%36.86%
HSB/HSV64°54.26%50.59%
CMYK3.88%0.00%54.26%
49.41%

Color #7C813B in popluar number systems.

HEX7C813B
Decimal12412959
Binary111110010000001111011
Octal17420173

Shades and tints

Shades of #7C813B

#7C813B
(124,129,59)
#717636
(113,118,54)
#666B31
(102,107,49)
#5B602C
(91,96,44)
#505527
(80,85,39)
#454A22
(69,74,34)
#3A3F1D
(58,63,29)
#2F3418
(47,52,24)
#242913
(36,41,19)
#191E0E
(25,30,14)
#0E1309
(14,19,9)
#000000
(0,0,0)

Tints of #7C813B

#7C813B
(124,129,59)
#878C4C
(135,140,76)
#92975D
(146,151,93)
#9DA26E
(157,162,110)
#A8AD7F
(168,173,127)
#B3B890
(179,184,144)
#BEC3A1
(190,195,161)
#C9CEB2
(201,206,178)
#D4D9C3
(212,217,195)
#DFE4D4
(223,228,212)
#EAEFE5
(234,239,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C813B; }

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

This text font color is #7C813B.


Background Color

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

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

This div background color is #7C813B.


Border color

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

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

This div border color is #7C813B.


Opacity

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

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

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

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

This text has shadow with #7C813B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C813B on black background.


Color preview on white background

This text has color #7C813B on white background.



Black color preview on #7C813B background

This text has black color on #7C813B background.


White color preview on #7C813B background

This text has white color on #7C813B background.