COLOR #7D7641

HEX: #7D7641
RGB: (125,118,65)

Color info

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

RGB color model

#7D7641 color RGB value is (125,118,65).

  • red value is 125;
  • green value is 118;
  • blue value is 65.
RGB:
(125,118,65)
(49%,46%,25%)

RGB channels and saturation

R 125 of 255 = 49%
G 118 of 255 = 46%
B 65 of 255 = 25%

125
118
65

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

Portions of RGB colors in percentages

R + G + B =
125 + 118 + 65 = 308 (100%)
R 125 of 308 ~ 40.58%
G 118 of 308 ~ 38.31%
B 65 of 308 ~ 21.1%

%40.58
%38.31
%21.1

CMYK color model

#7D7641 color CMYK value is (0,6,48,51).

  • cyan value is 0.00%
  • magenta value is 5.60%
  • yellow value is 48.00%
  • key color value is 50.98%
CMYK:
(0,6,48,51)
C0M6Y48K51 
(0%,6%,48%,51%)
(0.00/0.06/0.48/0.51)	

CMYK percentages

%0
%5.6
%48
%50.98

Codes

Color #7D7641 in popluar color models

7D7641
RGB12511865
HSL53°31.58%37.25%
HSB/HSV53°48.00%49.02%
CMYK0.00%5.60%48.00%
50.98%

Color #7D7641 in popluar number systems.

HEX7D7641
Decimal12511865
Binary111110111101101000001
Octal175166101

Shades and tints

Shades of #7D7641

#7D7641
(125,118,65)
#726C3C
(114,108,60)
#676237
(103,98,55)
#5C5832
(92,88,50)
#514E2D
(81,78,45)
#464428
(70,68,40)
#3B3A23
(59,58,35)
#30301E
(48,48,30)
#252619
(37,38,25)
#1A1C14
(26,28,20)
#0F120F
(15,18,15)
#000000
(0,0,0)

Tints of #7D7641

#7D7641
(125,118,65)
#888252
(136,130,82)
#938E63
(147,142,99)
#9E9A74
(158,154,116)
#A9A685
(169,166,133)
#B4B296
(180,178,150)
#BFBEA7
(191,190,167)
#CACAB8
(202,202,184)
#D5D6C9
(213,214,201)
#E0E2DA
(224,226,218)
#EBEEEB
(235,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D7641 color. Also use rgb(125,118,65) instead hex code.

Text Font Color

.myTextColor { color: #7D7641; }

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

This text font color is #7D7641.


Background Color

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

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

This div background color is #7D7641.


Border color

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

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

This div border color is #7D7641.


Opacity

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

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

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

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

This text has shadow with #7D7641 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D7641 on black background.


Color preview on white background

This text has color #7D7641 on white background.



Black color preview on #7D7641 background

This text has black color on #7D7641 background.


White color preview on #7D7641 background

This text has white color on #7D7641 background.