COLOR #7D6431

HEX: #7D6431
RGB: (125,100,49)

Color info

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

RGB color model

#7D6431 color RGB value is (125,100,49).

  • red value is 125;
  • green value is 100;
  • blue value is 49.
RGB:
(125,100,49)
(49%,39%,19%)

RGB channels and saturation

R 125 of 255 = 49%
G 100 of 255 = 39%
B 49 of 255 = 19%

125
100
49

R + G + B ~ 36%. #7D6431 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
125 + 100 + 49 = 274 (100%)
R 125 of 274 ~ 45.62%
G 100 of 274 ~ 36.5%
B 49 of 274 ~ 17.88%

%45.62
%36.5
%17.88

CMYK color model

#7D6431 color CMYK value is (0,20,61,51).

  • cyan value is 0.00%
  • magenta value is 20.00%
  • yellow value is 60.80%
  • key color value is 50.98%
CMYK:
(0,20,61,51)
C0M20Y61K51 
(0%,20%,61%,51%)
(0.00/0.20/0.61/0.51)	

CMYK percentages

%0
%20
%60.8
%50.98

Codes

Color #7D6431 in popluar color models

7D6431
RGB12510049
HSL40°43.68%34.12%
HSB/HSV40°60.80%49.02%
CMYK0.00%20.00%60.80%
50.98%

Color #7D6431 in popluar number systems.

HEX7D6431
Decimal12510049
Binary11111011100100110001
Octal17514461

Shades and tints

Shades of #7D6431

#7D6431
(125,100,49)
#725B2D
(114,91,45)
#675229
(103,82,41)
#5C4925
(92,73,37)
#514021
(81,64,33)
#46371D
(70,55,29)
#3B2E19
(59,46,25)
#302515
(48,37,21)
#251C11
(37,28,17)
#1A130D
(26,19,13)
#0F0A09
(15,10,9)
#000000
(0,0,0)

Tints of #7D6431

#7D6431
(125,100,49)
#887243
(136,114,67)
#938055
(147,128,85)
#9E8E67
(158,142,103)
#A99C79
(169,156,121)
#B4AA8B
(180,170,139)
#BFB89D
(191,184,157)
#CAC6AF
(202,198,175)
#D5D4C1
(213,212,193)
#E0E2D3
(224,226,211)
#EBF0E5
(235,240,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D6431 color. Also use rgb(125,100,49) instead hex code.

Text Font Color

.myTextColor { color: #7D6431; }

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

This text font color is #7D6431.


Background Color

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

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

This div background color is #7D6431.


Border color

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

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

This div border color is #7D6431.


Opacity

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

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

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

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

This text has shadow with #7D6431 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D6431 on black background.


Color preview on white background

This text has color #7D6431 on white background.



Black color preview on #7D6431 background

This text has black color on #7D6431 background.


White color preview on #7D6431 background

This text has white color on #7D6431 background.