COLOR #7D8361

HEX: #7D8361
RGB: (125,131,97)

Color info

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

RGB color model

#7D8361 color RGB value is (125,131,97).

  • red value is 125;
  • green value is 131;
  • blue value is 97.
RGB:
(125,131,97)
(49%,51%,38%)

RGB channels and saturation

R 125 of 255 = 49%
G 131 of 255 = 51%
B 97 of 255 = 38%

125
131
97

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

Portions of RGB colors in percentages

R + G + B =
125 + 131 + 97 = 353 (100%)
R 125 of 353 ~ 35.41%
G 131 of 353 ~ 37.11%
B 97 of 353 ~ 27.48%

%35.41
%37.11
%27.48

CMYK color model

#7D8361 color CMYK value is (5,0,26,49).

  • cyan value is 4.58%
  • magenta value is 0.00%
  • yellow value is 25.95%
  • key color value is 48.63%
CMYK:
(5,0,26,49)
C5M0Y26K49 
(5%,0%,26%,49%)
(0.05/0.00/0.26/0.49)	

CMYK percentages

%4.58
%0
%25.95
%48.63

Codes

Color #7D8361 in popluar color models

7D8361
RGB12513197
HSL71°14.91%44.71%
HSB/HSV71°25.95%51.37%
CMYK4.58%0.00%25.95%
48.63%

Color #7D8361 in popluar number systems.

HEX7D8361
Decimal12513197
Binary1111101100000111100001
Octal175203141

Shades and tints

Shades of #7D8361

#7D8361
(125,131,97)
#727859
(114,120,89)
#676D51
(103,109,81)
#5C6249
(92,98,73)
#515741
(81,87,65)
#464C39
(70,76,57)
#3B4131
(59,65,49)
#303629
(48,54,41)
#252B21
(37,43,33)
#1A2019
(26,32,25)
#0F1511
(15,21,17)
#000000
(0,0,0)

Tints of #7D8361

#7D8361
(125,131,97)
#888E6F
(136,142,111)
#93997D
(147,153,125)
#9EA48B
(158,164,139)
#A9AF99
(169,175,153)
#B4BAA7
(180,186,167)
#BFC5B5
(191,197,181)
#CAD0C3
(202,208,195)
#D5DBD1
(213,219,209)
#E0E6DF
(224,230,223)
#EBF1ED
(235,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D8361 color. Also use rgb(125,131,97) instead hex code.

Text Font Color

.myTextColor { color: #7D8361; }

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

This text font color is #7D8361.


Background Color

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

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

This div background color is #7D8361.


Border color

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

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

This div border color is #7D8361.


Opacity

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

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

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

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

This text has shadow with #7D8361 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D8361 on black background.


Color preview on white background

This text has color #7D8361 on white background.



Black color preview on #7D8361 background

This text has black color on #7D8361 background.


White color preview on #7D8361 background

This text has white color on #7D8361 background.