COLOR #7C813F

HEX: #7C813F
RGB: (124,129,63)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

124
129
63

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

Portions of RGB colors in percentages

R + G + B =
124 + 129 + 63 = 316 (100%)
R 124 of 316 ~ 39.24%
G 129 of 316 ~ 40.82%
B 63 of 316 ~ 19.94%

%39.24
%40.82
%19.94

CMYK color model

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

  • cyan value is 3.88%
  • magenta value is 0.00%
  • yellow value is 51.16%
  • key color value is 49.41%
CMYK:
(4,0,51,49)
C4M0Y51K49 
(4%,0%,51%,49%)
(0.04/0.00/0.51/0.49)	

CMYK percentages

%3.88
%0
%51.16
%49.41

Codes

Color #7C813F in popluar color models

7C813F
RGB12412963
HSL65°34.38%37.65%
HSB/HSV65°51.16%50.59%
CMYK3.88%0.00%51.16%
49.41%

Color #7C813F in popluar number systems.

HEX7C813F
Decimal12412963
Binary111110010000001111111
Octal17420177

Shades and tints

Shades of #7C813F

#7C813F
(124,129,63)
#71763A
(113,118,58)
#666B35
(102,107,53)
#5B6030
(91,96,48)
#50552B
(80,85,43)
#454A26
(69,74,38)
#3A3F21
(58,63,33)
#2F341C
(47,52,28)
#242917
(36,41,23)
#191E12
(25,30,18)
#0E130D
(14,19,13)
#000000
(0,0,0)

Tints of #7C813F

#7C813F
(124,129,63)
#878C50
(135,140,80)
#929761
(146,151,97)
#9DA272
(157,162,114)
#A8AD83
(168,173,131)
#B3B894
(179,184,148)
#BEC3A5
(190,195,165)
#C9CEB6
(201,206,182)
#D4D9C7
(212,217,199)
#DFE4D8
(223,228,216)
#EAEFE9
(234,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C813F; }

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

This text font color is #7C813F.


Background Color

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

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

This div background color is #7C813F.


Border color

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

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

This div border color is #7C813F.


Opacity

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

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

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

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

This text has shadow with #7C813F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C813F on black background.


Color preview on white background

This text has color #7C813F on white background.



Black color preview on #7C813F background

This text has black color on #7C813F background.


White color preview on #7C813F background

This text has white color on #7C813F background.