COLOR #7D7A3D

HEX: #7D7A3D
RGB: (125,122,61)

Color info

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

RGB color model

#7D7A3D color RGB value is (125,122,61).

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

RGB channels and saturation

R 125 of 255 = 49%
G 122 of 255 = 48%
B 61 of 255 = 24%

125
122
61

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

Portions of RGB colors in percentages

R + G + B =
125 + 122 + 61 = 308 (100%)
R 125 of 308 ~ 40.58%
G 122 of 308 ~ 39.61%
B 61 of 308 ~ 19.81%

%40.58
%39.61
%19.81

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 2.40%
  • yellow value is 51.20%
  • key color value is 50.98%
CMYK:
(0,2,51,51)
C0M2Y51K51 
(0%,2%,51%,51%)
(0.00/0.02/0.51/0.51)	

CMYK percentages

%0
%2.4
%51.2
%50.98

Codes

Color #7D7A3D in popluar color models

7D7A3D
RGB12512261
HSL57°34.41%36.47%
HSB/HSV57°51.20%49.02%
CMYK0.00%2.40%51.20%
50.98%

Color #7D7A3D in popluar number systems.

HEX7D7A3D
Decimal12512261
Binary11111011111010111101
Octal17517275

Shades and tints

Shades of #7D7A3D

#7D7A3D
(125,122,61)
#726F38
(114,111,56)
#676433
(103,100,51)
#5C592E
(92,89,46)
#514E29
(81,78,41)
#464324
(70,67,36)
#3B381F
(59,56,31)
#302D1A
(48,45,26)
#252215
(37,34,21)
#1A1710
(26,23,16)
#0F0C0B
(15,12,11)
#000000
(0,0,0)

Tints of #7D7A3D

#7D7A3D
(125,122,61)
#88864E
(136,134,78)
#93925F
(147,146,95)
#9E9E70
(158,158,112)
#A9AA81
(169,170,129)
#B4B692
(180,182,146)
#BFC2A3
(191,194,163)
#CACEB4
(202,206,180)
#D5DAC5
(213,218,197)
#E0E6D6
(224,230,214)
#EBF2E7
(235,242,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D7A3D; }

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

This text font color is #7D7A3D.


Background Color

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

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

This div background color is #7D7A3D.


Border color

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

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

This div border color is #7D7A3D.


Opacity

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

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

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

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

This text has shadow with #7D7A3D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D7A3D on black background.


Color preview on white background

This text has color #7D7A3D on white background.



Black color preview on #7D7A3D background

This text has black color on #7D7A3D background.


White color preview on #7D7A3D background

This text has white color on #7D7A3D background.