COLOR #7D8465

HEX: #7D8465
RGB: (125,132,101)

Color info

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

RGB color model

#7D8465 color RGB value is (125,132,101).

  • red value is 125;
  • green value is 132;
  • blue value is 101.
RGB: (125,132,101) (49%,52%,40%)

RGB channels and saturation

R 125 of 255 = 49%
G 132 of 255 = 52%
B 101 of 255 = 40%

125
132
101

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

Portions of RGB colors in percentages

R + G + B =
125 + 132 + 101 = 358 (100%)
R 125 of 358 ~ 34.92%
G 132 of 358 ~ 36.87%
B 101 of 358 ~ 28.21%

%34.92
%36.87
%28.21

CMYK color model

#7D8465 color CMYK value is (5,0,23,48).

  • cyan value is 5.30%
  • magenta value is 0.00%
  • yellow value is 23.48%
  • key color value is 48.24%
CMYK: (5,0,23,48) C5M0Y23K48 (5%,0%,23%,48%) (0.05/0.00/0.23/0.48)

CMYK percentages

%5.3
%0
%23.48
%48.24

Codes

Color #7D8465 in popluar color models

7D8465
RGB125132101
HSL74°13.30%45.69%
HSB/HSV74°23.48%51.76%
CMYK5.30%0.00%23.48%
48.24%

Color #7D8465 in popluar number systems.

HEX7D8465
Decimal125132101
Binary1111101100001001100101
Octal175204145

Shades and tints

Shades of #7D8465

#7D8465
(125,132,101)
#72785C
(114,120,92)
#676C53
(103,108,83)
#5C604A
(92,96,74)
#515441
(81,84,65)
#464838
(70,72,56)
#3B3C2F
(59,60,47)
#303026
(48,48,38)
#25241D
(37,36,29)
#1A1814
(26,24,20)
#0F0C0B
(15,12,11)
#000000
(0,0,0)

Tints of #7D8465

#7D8465
(125,132,101)
#888F73
(136,143,115)
#939A81
(147,154,129)
#9EA58F
(158,165,143)
#A9B09D
(169,176,157)
#B4BBAB
(180,187,171)
#BFC6B9
(191,198,185)
#CAD1C7
(202,209,199)
#D5DCD5
(213,220,213)
#E0E7E3
(224,231,227)
#EBF2F1
(235,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D8465 color. Also use rgb(125,132,101) instead hex code.

Text Font Color

.myTextColor { color: #7D8465; }

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

This text font color is #7D8465.


Background Color

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

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

This div background color is #7D8465.


Border color

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

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

This div border color is #7D8465.


Opacity

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

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

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

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

This text has shadow with #7D8465 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #7D8465 on black background.


Color preview on white background

This text has color #7D8465 on white background.



Black color preview on #7D8465 background

This text has black color on #7D8465 background.


White color preview on #7D8465 background

This text has white color on #7D8465 background.