COLOR #7D855D

HEX: #7D855D
RGB: (125,133,93)

Color info

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

RGB color model

#7D855D color RGB value is (125,133,93).

  • red value is 125;
  • green value is 133;
  • blue value is 93.
RGB:
(125,133,93)
(49%,52%,36%)

RGB channels and saturation

R 125 of 255 = 49%
G 133 of 255 = 52%
B 93 of 255 = 36%

125
133
93

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

Portions of RGB colors in percentages

R + G + B =
125 + 133 + 93 = 351 (100%)
R 125 of 351 ~ 35.61%
G 133 of 351 ~ 37.89%
B 93 of 351 ~ 26.5%

%35.61
%37.89
%26.5

CMYK color model

#7D855D color CMYK value is (6,0,30,48).

  • cyan value is 6.02%
  • magenta value is 0.00%
  • yellow value is 30.08%
  • key color value is 47.84%
CMYK:
(6,0,30,48)
C6M0Y30K48 
(6%,0%,30%,48%)
(0.06/0.00/0.30/0.48)	

CMYK percentages

%6.02
%0
%30.08
%47.84

Codes

Color #7D855D in popluar color models

7D855D
RGB12513393
HSL72°17.70%44.31%
HSB/HSV72°30.08%52.16%
CMYK6.02%0.00%30.08%
47.84%

Color #7D855D in popluar number systems.

HEX7D855D
Decimal12513393
Binary1111101100001011011101
Octal175205135

Shades and tints

Shades of #7D855D

#7D855D
(125,133,93)
#727955
(114,121,85)
#676D4D
(103,109,77)
#5C6145
(92,97,69)
#51553D
(81,85,61)
#464935
(70,73,53)
#3B3D2D
(59,61,45)
#303125
(48,49,37)
#25251D
(37,37,29)
#1A1915
(26,25,21)
#0F0D0D
(15,13,13)
#000000
(0,0,0)

Tints of #7D855D

#7D855D
(125,133,93)
#88906B
(136,144,107)
#939B79
(147,155,121)
#9EA687
(158,166,135)
#A9B195
(169,177,149)
#B4BCA3
(180,188,163)
#BFC7B1
(191,199,177)
#CAD2BF
(202,210,191)
#D5DDCD
(213,221,205)
#E0E8DB
(224,232,219)
#EBF3E9
(235,243,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D855D color. Also use rgb(125,133,93) instead hex code.

Text Font Color

.myTextColor { color: #7D855D; }

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

This text font color is #7D855D.


Background Color

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

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

This div background color is #7D855D.


Border color

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

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

This div border color is #7D855D.


Opacity

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

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

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

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

This text has shadow with #7D855D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D855D on black background.


Color preview on white background

This text has color #7D855D on white background.



Black color preview on #7D855D background

This text has black color on #7D855D background.


White color preview on #7D855D background

This text has white color on #7D855D background.