COLOR #7D7F3F

HEX: #7D7F3F
RGB: (125,127,63)

Color info

#7D7F3F contains mainly red and green colors. Web safe color of #7D7F3F is #666633 (or #663).

RGB color model

#7D7F3F color RGB value is (125,127,63).

  • red value is 125;
  • green value is 127;
  • blue value is 63.
RGB:
(125,127,63)
(49%,50%,25%)

RGB channels and saturation

R 125 of 255 = 49%
G 127 of 255 = 50%
B 63 of 255 = 25%

125
127
63

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

Portions of RGB colors in percentages

R + G + B =
125 + 127 + 63 = 315 (100%)
R 125 of 315 ~ 39.68%
G 127 of 315 ~ 40.32%
B 63 of 315 ~ 20%

%39.68
%40.32
%20

CMYK color model

#7D7F3F color CMYK value is (2,0,50,50).

  • cyan value is 1.57%
  • magenta value is 0.00%
  • yellow value is 50.39%
  • key color value is 50.20%
CMYK:
(2,0,50,50)
C2M0Y50K50 
(2%,0%,50%,50%)
(0.02/0.00/0.50/0.50)	

CMYK percentages

%1.57
%0
%50.39
%50.2

Codes

Color #7D7F3F in popluar color models

7D7F3F
RGB12512763
HSL62°33.68%37.25%
HSB/HSV62°50.39%49.80%
CMYK1.57%0.00%50.39%
50.20%

Color #7D7F3F in popluar number systems.

HEX7D7F3F
Decimal12512763
Binary11111011111111111111
Octal17517777

Shades and tints

Shades of #7D7F3F

#7D7F3F
(125,127,63)
#72743A
(114,116,58)
#676935
(103,105,53)
#5C5E30
(92,94,48)
#51532B
(81,83,43)
#464826
(70,72,38)
#3B3D21
(59,61,33)
#30321C
(48,50,28)
#252717
(37,39,23)
#1A1C12
(26,28,18)
#0F110D
(15,17,13)
#000000
(0,0,0)

Tints of #7D7F3F

#7D7F3F
(125,127,63)
#888A50
(136,138,80)
#939561
(147,149,97)
#9EA072
(158,160,114)
#A9AB83
(169,171,131)
#B4B694
(180,182,148)
#BFC1A5
(191,193,165)
#CACCB6
(202,204,182)
#D5D7C7
(213,215,199)
#E0E2D8
(224,226,216)
#EBEDE9
(235,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D7F3F color. Also use rgb(125,127,63) instead hex code.

Text Font Color

.myTextColor { color: #7D7F3F; }

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

This text font color is #7D7F3F.


Background Color

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

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

This div background color is #7D7F3F.


Border color

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

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

This div border color is #7D7F3F.


Opacity

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

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

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

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

This text has shadow with #7D7F3F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D7F3F on black background.


Color preview on white background

This text has color #7D7F3F on white background.



Black color preview on #7D7F3F background

This text has black color on #7D7F3F background.


White color preview on #7D7F3F background

This text has white color on #7D7F3F background.