COLOR #7D9C68

HEX: #7D9C68
RGB: (125,156,104)

Color info

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

RGB color model

#7D9C68 color RGB value is (125,156,104).

  • red value is 125;
  • green value is 156;
  • blue value is 104.
RGB:
(125,156,104)
(49%,61%,41%)

RGB channels and saturation

R 125 of 255 = 49%
G 156 of 255 = 61%
B 104 of 255 = 41%

125
156
104

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

Portions of RGB colors in percentages

R + G + B =
125 + 156 + 104 = 385 (100%)
R 125 of 385 ~ 32.47%
G 156 of 385 ~ 40.52%
B 104 of 385 ~ 27.01%

%32.47
%40.52
%27.01

CMYK color model

#7D9C68 color CMYK value is (20,0,33,39).

  • cyan value is 19.87%
  • magenta value is 0.00%
  • yellow value is 33.33%
  • key color value is 38.82%
CMYK:
(20,0,33,39)
C20M0Y33K39 
(20%,0%,33%,39%)
(0.20/0.00/0.33/0.39)	

CMYK percentages

%19.87
%0
%33.33
%38.82

Codes

Color #7D9C68 in popluar color models

7D9C68
RGB125156104
HSL96°20.80%50.98%
HSB/HSV96°33.33%61.18%
CMYK19.87%0.00%33.33%
38.82%

Color #7D9C68 in popluar number systems.

HEX7D9C68
Decimal125156104
Binary1111101100111001101000
Octal175234150

Shades and tints

Shades of #7D9C68

#7D9C68
(125,156,104)
#728E5F
(114,142,95)
#678056
(103,128,86)
#5C724D
(92,114,77)
#516444
(81,100,68)
#46563B
(70,86,59)
#3B4832
(59,72,50)
#303A29
(48,58,41)
#252C20
(37,44,32)
#1A1E17
(26,30,23)
#0F100E
(15,16,14)
#000000
(0,0,0)

Tints of #7D9C68

#7D9C68
(125,156,104)
#88A575
(136,165,117)
#93AE82
(147,174,130)
#9EB78F
(158,183,143)
#A9C09C
(169,192,156)
#B4C9A9
(180,201,169)
#BFD2B6
(191,210,182)
#CADBC3
(202,219,195)
#D5E4D0
(213,228,208)
#E0EDDD
(224,237,221)
#EBF6EA
(235,246,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D9C68 color. Also use rgb(125,156,104) instead hex code.

Text Font Color

.myTextColor { color: #7D9C68; }

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

This text font color is #7D9C68.


Background Color

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

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

This div background color is #7D9C68.


Border color

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

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

This div border color is #7D9C68.


Opacity

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

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

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

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

This text has shadow with #7D9C68 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D9C68 on black background.


Color preview on white background

This text has color #7D9C68 on white background.



Black color preview on #7D9C68 background

This text has black color on #7D9C68 background.


White color preview on #7D9C68 background

This text has white color on #7D9C68 background.