COLOR #7D925C

HEX: #7D925C
RGB: (125,146,92)

Color info

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

RGB color model

#7D925C color RGB value is (125,146,92).

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

RGB channels and saturation

R 125 of 255 = 49%
G 146 of 255 = 57%
B 92 of 255 = 36%

125
146
92

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

Portions of RGB colors in percentages

R + G + B =
125 + 146 + 92 = 363 (100%)
R 125 of 363 ~ 34.44%
G 146 of 363 ~ 40.22%
B 92 of 363 ~ 25.34%

%34.44
%40.22
%25.34

CMYK color model

#7D925C color CMYK value is (14,0,37,43).

  • cyan value is 14.38%
  • magenta value is 0.00%
  • yellow value is 36.99%
  • key color value is 42.75%
CMYK:
(14,0,37,43)
C14M0Y37K43 
(14%,0%,37%,43%)
(0.14/0.00/0.37/0.43)	

CMYK percentages

%14.38
%0
%36.99
%42.75

Codes

Color #7D925C in popluar color models

7D925C
RGB12514692
HSL83°22.69%46.67%
HSB/HSV83°36.99%57.25%
CMYK14.38%0.00%36.99%
42.75%

Color #7D925C in popluar number systems.

HEX7D925C
Decimal12514692
Binary1111101100100101011100
Octal175222134

Shades and tints

Shades of #7D925C

#7D925C
(125,146,92)
#728554
(114,133,84)
#67784C
(103,120,76)
#5C6B44
(92,107,68)
#515E3C
(81,94,60)
#465134
(70,81,52)
#3B442C
(59,68,44)
#303724
(48,55,36)
#252A1C
(37,42,28)
#1A1D14
(26,29,20)
#0F100C
(15,16,12)
#000000
(0,0,0)

Tints of #7D925C

#7D925C
(125,146,92)
#889B6A
(136,155,106)
#93A478
(147,164,120)
#9EAD86
(158,173,134)
#A9B694
(169,182,148)
#B4BFA2
(180,191,162)
#BFC8B0
(191,200,176)
#CAD1BE
(202,209,190)
#D5DACC
(213,218,204)
#E0E3DA
(224,227,218)
#EBECE8
(235,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D925C; }

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

This text font color is #7D925C.


Background Color

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

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

This div background color is #7D925C.


Border color

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

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

This div border color is #7D925C.


Opacity

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

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

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

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

This text has shadow with #7D925C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D925C on black background.


Color preview on white background

This text has color #7D925C on white background.



Black color preview on #7D925C background

This text has black color on #7D925C background.


White color preview on #7D925C background

This text has white color on #7D925C background.