COLOR #7D995C

HEX: #7D995C
RGB: (125,153,92)

Color info

#7D995C contains mainly red and green colors. Web safe color of #7D995C is #669966 (or #696).

RGB color model

#7D995C color RGB value is (125,153,92).

  • red value is 125;
  • green value is 153;
  • blue value is 92.
RGB:
(125,153,92)
(49%,60%,36%)

RGB channels and saturation

R 125 of 255 = 49%
G 153 of 255 = 60%
B 92 of 255 = 36%

125
153
92

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

Portions of RGB colors in percentages

R + G + B =
125 + 153 + 92 = 370 (100%)
R 125 of 370 ~ 33.78%
G 153 of 370 ~ 41.35%
B 92 of 370 ~ 24.86%

%33.78
%41.35
%24.86

CMYK color model

#7D995C color CMYK value is (18,0,40,40).

  • cyan value is 18.30%
  • magenta value is 0.00%
  • yellow value is 39.87%
  • key color value is 40.00%
CMYK:
(18,0,40,40)
C18M0Y40K40 
(18%,0%,40%,40%)
(0.18/0.00/0.40/0.40)	

CMYK percentages

%18.3
%0
%39.87
%40

Codes

Color #7D995C in popluar color models

7D995C
RGB12515392
HSL88°24.90%48.04%
HSB/HSV88°39.87%60.00%
CMYK18.30%0.00%39.87%
40.00%

Color #7D995C in popluar number systems.

HEX7D995C
Decimal12515392
Binary1111101100110011011100
Octal175231134

Shades and tints

Shades of #7D995C

#7D995C
(125,153,92)
#728C54
(114,140,84)
#677F4C
(103,127,76)
#5C7244
(92,114,68)
#51653C
(81,101,60)
#465834
(70,88,52)
#3B4B2C
(59,75,44)
#303E24
(48,62,36)
#25311C
(37,49,28)
#1A2414
(26,36,20)
#0F170C
(15,23,12)
#000000
(0,0,0)

Tints of #7D995C

#7D995C
(125,153,92)
#88A26A
(136,162,106)
#93AB78
(147,171,120)
#9EB486
(158,180,134)
#A9BD94
(169,189,148)
#B4C6A2
(180,198,162)
#BFCFB0
(191,207,176)
#CAD8BE
(202,216,190)
#D5E1CC
(213,225,204)
#E0EADA
(224,234,218)
#EBF3E8
(235,243,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D995C color. Also use rgb(125,153,92) instead hex code.

Text Font Color

.myTextColor { color: #7D995C; }

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

This text font color is #7D995C.


Background Color

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

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

This div background color is #7D995C.


Border color

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

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

This div border color is #7D995C.


Opacity

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

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

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

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

This text has shadow with #7D995C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D995C on black background.


Color preview on white background

This text has color #7D995C on white background.



Black color preview on #7D995C background

This text has black color on #7D995C background.


White color preview on #7D995C background

This text has white color on #7D995C background.