COLOR #7D9163

HEX: #7D9163
RGB: (125,145,99)

Color info

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

RGB color model

#7D9163 color RGB value is (125,145,99).

  • red value is 125;
  • green value is 145;
  • blue value is 99.
RGB:
(125,145,99)
(49%,57%,39%)

RGB channels and saturation

R 125 of 255 = 49%
G 145 of 255 = 57%
B 99 of 255 = 39%

125
145
99

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

Portions of RGB colors in percentages

R + G + B =
125 + 145 + 99 = 369 (100%)
R 125 of 369 ~ 33.88%
G 145 of 369 ~ 39.3%
B 99 of 369 ~ 26.83%

%33.88
%39.3
%26.83

CMYK color model

#7D9163 color CMYK value is (14,0,32,43).

  • cyan value is 13.79%
  • magenta value is 0.00%
  • yellow value is 31.72%
  • key color value is 43.14%
CMYK:
(14,0,32,43)
C14M0Y32K43 
(14%,0%,32%,43%)
(0.14/0.00/0.32/0.43)	

CMYK percentages

%13.79
%0
%31.72
%43.14

Codes

Color #7D9163 in popluar color models

7D9163
RGB12514599
HSL86°18.85%47.84%
HSB/HSV86°31.72%56.86%
CMYK13.79%0.00%31.72%
43.14%

Color #7D9163 in popluar number systems.

HEX7D9163
Decimal12514599
Binary1111101100100011100011
Octal175221143

Shades and tints

Shades of #7D9163

#7D9163
(125,145,99)
#72845A
(114,132,90)
#677751
(103,119,81)
#5C6A48
(92,106,72)
#515D3F
(81,93,63)
#465036
(70,80,54)
#3B432D
(59,67,45)
#303624
(48,54,36)
#25291B
(37,41,27)
#1A1C12
(26,28,18)
#0F0F09
(15,15,9)
#000000
(0,0,0)

Tints of #7D9163

#7D9163
(125,145,99)
#889B71
(136,155,113)
#93A57F
(147,165,127)
#9EAF8D
(158,175,141)
#A9B99B
(169,185,155)
#B4C3A9
(180,195,169)
#BFCDB7
(191,205,183)
#CAD7C5
(202,215,197)
#D5E1D3
(213,225,211)
#E0EBE1
(224,235,225)
#EBF5EF
(235,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D9163 color. Also use rgb(125,145,99) instead hex code.

Text Font Color

.myTextColor { color: #7D9163; }

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

This text font color is #7D9163.


Background Color

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

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

This div background color is #7D9163.


Border color

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

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

This div border color is #7D9163.


Opacity

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

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

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

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

This text has shadow with #7D9163 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D9163 on black background.


Color preview on white background

This text has color #7D9163 on white background.



Black color preview on #7D9163 background

This text has black color on #7D9163 background.


White color preview on #7D9163 background

This text has white color on #7D9163 background.