COLOR #7D827B

HEX: #7D827B
RGB: (125,130,123)

Color info

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

RGB color model

#7D827B color RGB value is (125,130,123).

  • red value is 125;
  • green value is 130;
  • blue value is 123.
RGB:
(125,130,123)
(49%,51%,48%)

RGB channels and saturation

R 125 of 255 = 49%
G 130 of 255 = 51%
B 123 of 255 = 48%

125
130
123

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

Portions of RGB colors in percentages

R + G + B =
125 + 130 + 123 = 378 (100%)
R 125 of 378 ~ 33.07%
G 130 of 378 ~ 34.39%
B 123 of 378 ~ 32.54%

%33.07
%34.39
%32.54

CMYK color model

#7D827B color CMYK value is (4,0,5,49).

  • cyan value is 3.85%
  • magenta value is 0.00%
  • yellow value is 5.38%
  • key color value is 49.02%
CMYK:
(4,0,5,49)
C4M0Y5K49 
(4%,0%,5%,49%)
(0.04/0.00/0.05/0.49)	

CMYK percentages

%3.85
%0
%5.38
%49.02

Codes

Color #7D827B in popluar color models

7D827B
RGB125130123
HSL103°2.77%49.61%
HSB/HSV103°5.38%50.98%
CMYK3.85%0.00%5.38%
49.02%

Color #7D827B in popluar number systems.

HEX7D827B
Decimal125130123
Binary1111101100000101111011
Octal175202173

Shades and tints

Shades of #7D827B

#7D827B
(125,130,123)
#727770
(114,119,112)
#676C65
(103,108,101)
#5C615A
(92,97,90)
#51564F
(81,86,79)
#464B44
(70,75,68)
#3B4039
(59,64,57)
#30352E
(48,53,46)
#252A23
(37,42,35)
#1A1F18
(26,31,24)
#0F140D
(15,20,13)
#000000
(0,0,0)

Tints of #7D827B

#7D827B
(125,130,123)
#888D87
(136,141,135)
#939893
(147,152,147)
#9EA39F
(158,163,159)
#A9AEAB
(169,174,171)
#B4B9B7
(180,185,183)
#BFC4C3
(191,196,195)
#CACFCF
(202,207,207)
#D5DADB
(213,218,219)
#E0E5E7
(224,229,231)
#EBF0F3
(235,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D827B color. Also use rgb(125,130,123) instead hex code.

Text Font Color

.myTextColor { color: #7D827B; }

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

This text font color is #7D827B.


Background Color

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

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

This div background color is #7D827B.


Border color

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

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

This div border color is #7D827B.


Opacity

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

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

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

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

This text has shadow with #7D827B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D827B on black background.


Color preview on white background

This text has color #7D827B on white background.



Black color preview on #7D827B background

This text has black color on #7D827B background.


White color preview on #7D827B background

This text has white color on #7D827B background.