COLOR #7D6632

HEX: #7D6632
RGB: (125,102,50)

Color info

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

RGB color model

#7D6632 color RGB value is (125,102,50).

  • red value is 125;
  • green value is 102;
  • blue value is 50.
RGB:
(125,102,50)
(49%,40%,20%)

RGB channels and saturation

R 125 of 255 = 49%
G 102 of 255 = 40%
B 50 of 255 = 20%

125
102
50

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

Portions of RGB colors in percentages

R + G + B =
125 + 102 + 50 = 277 (100%)
R 125 of 277 ~ 45.13%
G 102 of 277 ~ 36.82%
B 50 of 277 ~ 18.05%

%45.13
%36.82
%18.05

CMYK color model

#7D6632 color CMYK value is (0,18,60,51).

  • cyan value is 0.00%
  • magenta value is 18.40%
  • yellow value is 60.00%
  • key color value is 50.98%
CMYK:
(0,18,60,51)
C0M18Y60K51 
(0%,18%,60%,51%)
(0.00/0.18/0.60/0.51)	

CMYK percentages

%0
%18.4
%60
%50.98

Codes

Color #7D6632 in popluar color models

7D6632
RGB12510250
HSL42°42.86%34.31%
HSB/HSV42°60.00%49.02%
CMYK0.00%18.40%60.00%
50.98%

Color #7D6632 in popluar number systems.

HEX7D6632
Decimal12510250
Binary11111011100110110010
Octal17514662

Shades and tints

Shades of #7D6632

#7D6632
(125,102,50)
#725D2E
(114,93,46)
#67542A
(103,84,42)
#5C4B26
(92,75,38)
#514222
(81,66,34)
#46391E
(70,57,30)
#3B301A
(59,48,26)
#302716
(48,39,22)
#251E12
(37,30,18)
#1A150E
(26,21,14)
#0F0C0A
(15,12,10)
#000000
(0,0,0)

Tints of #7D6632

#7D6632
(125,102,50)
#887344
(136,115,68)
#938056
(147,128,86)
#9E8D68
(158,141,104)
#A99A7A
(169,154,122)
#B4A78C
(180,167,140)
#BFB49E
(191,180,158)
#CAC1B0
(202,193,176)
#D5CEC2
(213,206,194)
#E0DBD4
(224,219,212)
#EBE8E6
(235,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D6632 color. Also use rgb(125,102,50) instead hex code.

Text Font Color

.myTextColor { color: #7D6632; }

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

This text font color is #7D6632.


Background Color

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

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

This div background color is #7D6632.


Border color

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

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

This div border color is #7D6632.


Opacity

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

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

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

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

This text has shadow with #7D6632 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D6632 on black background.


Color preview on white background

This text has color #7D6632 on white background.



Black color preview on #7D6632 background

This text has black color on #7D6632 background.


White color preview on #7D6632 background

This text has white color on #7D6632 background.