COLOR #7D5533

HEX: #7D5533
RGB: (125,85,51)

Color info

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

RGB color model

#7D5533 color RGB value is (125,85,51).

  • red value is 125;
  • green value is 85;
  • blue value is 51.
RGB:
(125,85,51)
(49%,33%,20%)

RGB channels and saturation

R 125 of 255 = 49%
G 85 of 255 = 33%
B 51 of 255 = 20%

125
85
51

R + G + B ~ 34%. #7D5533 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
125 + 85 + 51 = 261 (100%)
R 125 of 261 ~ 47.89%
G 85 of 261 ~ 32.57%
B 51 of 261 ~ 19.54%

%47.89
%32.57
%19.54

CMYK color model

#7D5533 color CMYK value is (0,32,59,51).

  • cyan value is 0.00%
  • magenta value is 32.00%
  • yellow value is 59.20%
  • key color value is 50.98%
CMYK:
(0,32,59,51)
C0M32Y59K51 
(0%,32%,59%,51%)
(0.00/0.32/0.59/0.51)	

CMYK percentages

%0
%32
%59.2
%50.98

Codes

Color #7D5533 in popluar color models

7D5533
RGB1258551
HSL28°42.05%34.51%
HSB/HSV28°59.20%49.02%
CMYK0.00%32.00%59.20%
50.98%

Color #7D5533 in popluar number systems.

HEX7D5533
Decimal1258551
Binary11111011010101110011
Octal17512563

Shades and tints

Shades of #7D5533

#7D5533
(125,85,51)
#724E2F
(114,78,47)
#67472B
(103,71,43)
#5C4027
(92,64,39)
#513923
(81,57,35)
#46321F
(70,50,31)
#3B2B1B
(59,43,27)
#302417
(48,36,23)
#251D13
(37,29,19)
#1A160F
(26,22,15)
#0F0F0B
(15,15,11)
#000000
(0,0,0)

Tints of #7D5533

#7D5533
(125,85,51)
#886445
(136,100,69)
#937357
(147,115,87)
#9E8269
(158,130,105)
#A9917B
(169,145,123)
#B4A08D
(180,160,141)
#BFAF9F
(191,175,159)
#CABEB1
(202,190,177)
#D5CDC3
(213,205,195)
#E0DCD5
(224,220,213)
#EBEBE7
(235,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D5533 color. Also use rgb(125,85,51) instead hex code.

Text Font Color

.myTextColor { color: #7D5533; }

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

This text font color is #7D5533.


Background Color

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

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

This div background color is #7D5533.


Border color

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

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

This div border color is #7D5533.


Opacity

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

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

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

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

This text has shadow with #7D5533 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D5533 on black background.


Color preview on white background

This text has color #7D5533 on white background.



Black color preview on #7D5533 background

This text has black color on #7D5533 background.


White color preview on #7D5533 background

This text has white color on #7D5533 background.