COLOR #7C826E

HEX: #7C826E
RGB: (124,130,110)

Color info

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

RGB color model

#7C826E color RGB value is (124,130,110).

  • red value is 124;
  • green value is 130;
  • blue value is 110.
RGB:
(124,130,110)
(49%,51%,43%)

RGB channels and saturation

R 124 of 255 = 49%
G 130 of 255 = 51%
B 110 of 255 = 43%

124
130
110

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

Portions of RGB colors in percentages

R + G + B =
124 + 130 + 110 = 364 (100%)
R 124 of 364 ~ 34.07%
G 130 of 364 ~ 35.71%
B 110 of 364 ~ 30.22%

%34.07
%35.71
%30.22

CMYK color model

#7C826E color CMYK value is (5,0,15,49).

  • cyan value is 4.62%
  • magenta value is 0.00%
  • yellow value is 15.38%
  • key color value is 49.02%
CMYK:
(5,0,15,49)
C5M0Y15K49 
(5%,0%,15%,49%)
(0.05/0.00/0.15/0.49)	

CMYK percentages

%4.62
%0
%15.38
%49.02

Codes

Color #7C826E in popluar color models

7C826E
RGB124130110
HSL78°8.33%47.06%
HSB/HSV78°15.38%50.98%
CMYK4.62%0.00%15.38%
49.02%

Color #7C826E in popluar number systems.

HEX7C826E
Decimal124130110
Binary1111100100000101101110
Octal174202156

Shades and tints

Shades of #7C826E

#7C826E
(124,130,110)
#717764
(113,119,100)
#666C5A
(102,108,90)
#5B6150
(91,97,80)
#505646
(80,86,70)
#454B3C
(69,75,60)
#3A4032
(58,64,50)
#2F3528
(47,53,40)
#242A1E
(36,42,30)
#191F14
(25,31,20)
#0E140A
(14,20,10)
#000000
(0,0,0)

Tints of #7C826E

#7C826E
(124,130,110)
#878D7B
(135,141,123)
#929888
(146,152,136)
#9DA395
(157,163,149)
#A8AEA2
(168,174,162)
#B3B9AF
(179,185,175)
#BEC4BC
(190,196,188)
#C9CFC9
(201,207,201)
#D4DAD6
(212,218,214)
#DFE5E3
(223,229,227)
#EAF0F0
(234,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C826E; }

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

This text font color is #7C826E.


Background Color

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

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

This div background color is #7C826E.


Border color

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

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

This div border color is #7C826E.


Opacity

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

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

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

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

This text has shadow with #7C826E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C826E on black background.


Color preview on white background

This text has color #7C826E on white background.



Black color preview on #7C826E background

This text has black color on #7C826E background.


White color preview on #7C826E background

This text has white color on #7C826E background.