COLOR #7D935C

HEX: #7D935C
RGB: (125,147,92)

Color info

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

RGB color model

#7D935C color RGB value is (125,147,92).

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

RGB channels and saturation

R 125 of 255 = 49%
G 147 of 255 = 58%
B 92 of 255 = 36%

125
147
92

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

Portions of RGB colors in percentages

R + G + B =
125 + 147 + 92 = 364 (100%)
R 125 of 364 ~ 34.34%
G 147 of 364 ~ 40.38%
B 92 of 364 ~ 25.27%

%34.34
%40.38
%25.27

CMYK color model

#7D935C color CMYK value is (15,0,37,42).

  • cyan value is 14.97%
  • magenta value is 0.00%
  • yellow value is 37.41%
  • key color value is 42.35%
CMYK:
(15,0,37,42)
C15M0Y37K42 
(15%,0%,37%,42%)
(0.15/0.00/0.37/0.42)	

CMYK percentages

%14.97
%0
%37.41
%42.35

Codes

Color #7D935C in popluar color models

7D935C
RGB12514792
HSL84°23.01%46.86%
HSB/HSV84°37.41%57.65%
CMYK14.97%0.00%37.41%
42.35%

Color #7D935C in popluar number systems.

HEX7D935C
Decimal12514792
Binary1111101100100111011100
Octal175223134

Shades and tints

Shades of #7D935C

#7D935C
(125,147,92)
#728654
(114,134,84)
#67794C
(103,121,76)
#5C6C44
(92,108,68)
#515F3C
(81,95,60)
#465234
(70,82,52)
#3B452C
(59,69,44)
#303824
(48,56,36)
#252B1C
(37,43,28)
#1A1E14
(26,30,20)
#0F110C
(15,17,12)
#000000
(0,0,0)

Tints of #7D935C

#7D935C
(125,147,92)
#889C6A
(136,156,106)
#93A578
(147,165,120)
#9EAE86
(158,174,134)
#A9B794
(169,183,148)
#B4C0A2
(180,192,162)
#BFC9B0
(191,201,176)
#CAD2BE
(202,210,190)
#D5DBCC
(213,219,204)
#E0E4DA
(224,228,218)
#EBEDE8
(235,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D935C; }

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

This text font color is #7D935C.


Background Color

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

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

This div background color is #7D935C.


Border color

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

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

This div border color is #7D935C.


Opacity

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

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

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

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

This text has shadow with #7D935C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D935C on black background.


Color preview on white background

This text has color #7D935C on white background.



Black color preview on #7D935C background

This text has black color on #7D935C background.


White color preview on #7D935C background

This text has white color on #7D935C background.