COLOR #7D7A45

HEX: #7D7A45
RGB: (125,122,69)

Color info

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

RGB color model

#7D7A45 color RGB value is (125,122,69).

  • red value is 125;
  • green value is 122;
  • blue value is 69.
RGB:
(125,122,69)
(49%,48%,27%)

RGB channels and saturation

R 125 of 255 = 49%
G 122 of 255 = 48%
B 69 of 255 = 27%

125
122
69

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

Portions of RGB colors in percentages

R + G + B =
125 + 122 + 69 = 316 (100%)
R 125 of 316 ~ 39.56%
G 122 of 316 ~ 38.61%
B 69 of 316 ~ 21.84%

%39.56
%38.61
%21.84

CMYK color model

#7D7A45 color CMYK value is (0,2,45,51).

  • cyan value is 0.00%
  • magenta value is 2.40%
  • yellow value is 44.80%
  • key color value is 50.98%
CMYK:
(0,2,45,51)
C0M2Y45K51 
(0%,2%,45%,51%)
(0.00/0.02/0.45/0.51)	

CMYK percentages

%0
%2.4
%44.8
%50.98

Codes

Color #7D7A45 in popluar color models

7D7A45
RGB12512269
HSL57°28.87%38.04%
HSB/HSV57°44.80%49.02%
CMYK0.00%2.40%44.80%
50.98%

Color #7D7A45 in popluar number systems.

HEX7D7A45
Decimal12512269
Binary111110111110101000101
Octal175172105

Shades and tints

Shades of #7D7A45

#7D7A45
(125,122,69)
#726F3F
(114,111,63)
#676439
(103,100,57)
#5C5933
(92,89,51)
#514E2D
(81,78,45)
#464327
(70,67,39)
#3B3821
(59,56,33)
#302D1B
(48,45,27)
#252215
(37,34,21)
#1A170F
(26,23,15)
#0F0C09
(15,12,9)
#000000
(0,0,0)

Tints of #7D7A45

#7D7A45
(125,122,69)
#888655
(136,134,85)
#939265
(147,146,101)
#9E9E75
(158,158,117)
#A9AA85
(169,170,133)
#B4B695
(180,182,149)
#BFC2A5
(191,194,165)
#CACEB5
(202,206,181)
#D5DAC5
(213,218,197)
#E0E6D5
(224,230,213)
#EBF2E5
(235,242,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D7A45 color. Also use rgb(125,122,69) instead hex code.

Text Font Color

.myTextColor { color: #7D7A45; }

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

This text font color is #7D7A45.


Background Color

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

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

This div background color is #7D7A45.


Border color

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

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

This div border color is #7D7A45.


Opacity

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

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

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

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

This text has shadow with #7D7A45 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D7A45 on black background.


Color preview on white background

This text has color #7D7A45 on white background.



Black color preview on #7D7A45 background

This text has black color on #7D7A45 background.


White color preview on #7D7A45 background

This text has white color on #7D7A45 background.