COLOR #7D734B

HEX: #7D734B
RGB: (125,115,75)

Color info

#7D734B contains red, green and blue colors in about the same proportion. Web safe color of #7D734B is #666633 (or #663).

RGB color model

#7D734B color RGB value is (125,115,75).

  • red value is 125;
  • green value is 115;
  • blue value is 75.
RGB:
(125,115,75)
(49%,45%,29%)

RGB channels and saturation

R 125 of 255 = 49%
G 115 of 255 = 45%
B 75 of 255 = 29%

125
115
75

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

Portions of RGB colors in percentages

R + G + B =
125 + 115 + 75 = 315 (100%)
R 125 of 315 ~ 39.68%
G 115 of 315 ~ 36.51%
B 75 of 315 ~ 23.81%

%39.68
%36.51
%23.81

CMYK color model

#7D734B color CMYK value is (0,8,40,51).

  • cyan value is 0.00%
  • magenta value is 8.00%
  • yellow value is 40.00%
  • key color value is 50.98%
CMYK:
(0,8,40,51)
C0M8Y40K51 
(0%,8%,40%,51%)
(0.00/0.08/0.40/0.51)	

CMYK percentages

%0
%8
%40
%50.98

Codes

Color #7D734B in popluar color models

7D734B
RGB12511575
HSL48°25.00%39.22%
HSB/HSV48°40.00%49.02%
CMYK0.00%8.00%40.00%
50.98%

Color #7D734B in popluar number systems.

HEX7D734B
Decimal12511575
Binary111110111100111001011
Octal175163113

Shades and tints

Shades of #7D734B

#7D734B
(125,115,75)
#726945
(114,105,69)
#675F3F
(103,95,63)
#5C5539
(92,85,57)
#514B33
(81,75,51)
#46412D
(70,65,45)
#3B3727
(59,55,39)
#302D21
(48,45,33)
#25231B
(37,35,27)
#1A1915
(26,25,21)
#0F0F0F
(15,15,15)
#000000
(0,0,0)

Tints of #7D734B

#7D734B
(125,115,75)
#887F5B
(136,127,91)
#938B6B
(147,139,107)
#9E977B
(158,151,123)
#A9A38B
(169,163,139)
#B4AF9B
(180,175,155)
#BFBBAB
(191,187,171)
#CAC7BB
(202,199,187)
#D5D3CB
(213,211,203)
#E0DFDB
(224,223,219)
#EBEBEB
(235,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D734B color. Also use rgb(125,115,75) instead hex code.

Text Font Color

.myTextColor { color: #7D734B; }

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

This text font color is #7D734B.


Background Color

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

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

This div background color is #7D734B.


Border color

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

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

This div border color is #7D734B.


Opacity

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

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

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

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

This text has shadow with #7D734B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D734B on black background.


Color preview on white background

This text has color #7D734B on white background.



Black color preview on #7D734B background

This text has black color on #7D734B background.


White color preview on #7D734B background

This text has white color on #7D734B background.