COLOR #7D5626

HEX: #7D5626
RGB: (125,86,38)

Color info

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

RGB color model

#7D5626 color RGB value is (125,86,38).

  • red value is 125;
  • green value is 86;
  • blue value is 38.
RGB:
(125,86,38)
(49%,34%,15%)

RGB channels and saturation

R 125 of 255 = 49%
G 86 of 255 = 34%
B 38 of 255 = 15%

125
86
38

R + G + B ~ 33%. #7D5626 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
125 + 86 + 38 = 249 (100%)
R 125 of 249 ~ 50.2%
G 86 of 249 ~ 34.54%
B 38 of 249 ~ 15.26%

%50.2
%34.54
%15.26

CMYK color model

#7D5626 color CMYK value is (0,31,70,51).

  • cyan value is 0.00%
  • magenta value is 31.20%
  • yellow value is 69.60%
  • key color value is 50.98%
CMYK:
(0,31,70,51)
C0M31Y70K51 
(0%,31%,70%,51%)
(0.00/0.31/0.70/0.51)	

CMYK percentages

%0
%31.2
%69.6
%50.98

Codes

Color #7D5626 in popluar color models

7D5626
RGB1258638
HSL33°53.37%31.96%
HSB/HSV33°69.60%49.02%
CMYK0.00%31.20%69.60%
50.98%

Color #7D5626 in popluar number systems.

HEX7D5626
Decimal1258638
Binary11111011010110100110
Octal17512646

Shades and tints

Shades of #7D5626

#7D5626
(125,86,38)
#724F23
(114,79,35)
#674820
(103,72,32)
#5C411D
(92,65,29)
#513A1A
(81,58,26)
#463317
(70,51,23)
#3B2C14
(59,44,20)
#302511
(48,37,17)
#251E0E
(37,30,14)
#1A170B
(26,23,11)
#0F1008
(15,16,8)
#000000
(0,0,0)

Tints of #7D5626

#7D5626
(125,86,38)
#886539
(136,101,57)
#93744C
(147,116,76)
#9E835F
(158,131,95)
#A99272
(169,146,114)
#B4A185
(180,161,133)
#BFB098
(191,176,152)
#CABFAB
(202,191,171)
#D5CEBE
(213,206,190)
#E0DDD1
(224,221,209)
#EBECE4
(235,236,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D5626 color. Also use rgb(125,86,38) instead hex code.

Text Font Color

.myTextColor { color: #7D5626; }

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

This text font color is #7D5626.


Background Color

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

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

This div background color is #7D5626.


Border color

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

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

This div border color is #7D5626.


Opacity

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

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

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

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

This text has shadow with #7D5626 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D5626 on black background.


Color preview on white background

This text has color #7D5626 on white background.



Black color preview on #7D5626 background

This text has black color on #7D5626 background.


White color preview on #7D5626 background

This text has white color on #7D5626 background.