COLOR #7D9273

HEX: #7D9273
RGB: (125,146,115)

Color info

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

RGB color model

#7D9273 color RGB value is (125,146,115).

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

RGB channels and saturation

R 125 of 255 = 49%
G 146 of 255 = 57%
B 115 of 255 = 45%

125
146
115

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

Portions of RGB colors in percentages

R + G + B =
125 + 146 + 115 = 386 (100%)
R 125 of 386 ~ 32.38%
G 146 of 386 ~ 37.82%
B 115 of 386 ~ 29.79%

%32.38
%37.82
%29.79

CMYK color model

#7D9273 color CMYK value is (14,0,21,43).

  • cyan value is 14.38%
  • magenta value is 0.00%
  • yellow value is 21.23%
  • key color value is 42.75%
CMYK:
(14,0,21,43)
C14M0Y21K43 
(14%,0%,21%,43%)
(0.14/0.00/0.21/0.43)	

CMYK percentages

%14.38
%0
%21.23
%42.75

Codes

Color #7D9273 in popluar color models

7D9273
RGB125146115
HSL101°12.45%51.18%
HSB/HSV101°21.23%57.25%
CMYK14.38%0.00%21.23%
42.75%

Color #7D9273 in popluar number systems.

HEX7D9273
Decimal125146115
Binary1111101100100101110011
Octal175222163

Shades and tints

Shades of #7D9273

#7D9273
(125,146,115)
#728569
(114,133,105)
#67785F
(103,120,95)
#5C6B55
(92,107,85)
#515E4B
(81,94,75)
#465141
(70,81,65)
#3B4437
(59,68,55)
#30372D
(48,55,45)
#252A23
(37,42,35)
#1A1D19
(26,29,25)
#0F100F
(15,16,15)
#000000
(0,0,0)

Tints of #7D9273

#7D9273
(125,146,115)
#889B7F
(136,155,127)
#93A48B
(147,164,139)
#9EAD97
(158,173,151)
#A9B6A3
(169,182,163)
#B4BFAF
(180,191,175)
#BFC8BB
(191,200,187)
#CAD1C7
(202,209,199)
#D5DAD3
(213,218,211)
#E0E3DF
(224,227,223)
#EBECEB
(235,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D9273; }

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

This text font color is #7D9273.


Background Color

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

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

This div background color is #7D9273.


Border color

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

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

This div border color is #7D9273.


Opacity

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

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

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

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

This text has shadow with #7D9273 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D9273 on black background.


Color preview on white background

This text has color #7D9273 on white background.



Black color preview on #7D9273 background

This text has black color on #7D9273 background.


White color preview on #7D9273 background

This text has white color on #7D9273 background.