COLOR #7D5842

HEX: #7D5842
RGB: (125,88,66)

Color info

#7D5842 contains red, green and blue colors in about the same proportion. Web safe color of #7D5842 is #666633 (or #663).

RGB color model

#7D5842 color RGB value is (125,88,66).

  • red value is 125;
  • green value is 88;
  • blue value is 66.
RGB:
(125,88,66)
(49%,35%,26%)

RGB channels and saturation

R 125 of 255 = 49%
G 88 of 255 = 35%
B 66 of 255 = 26%

125
88
66

R + G + B ~ 37%. #7D5842 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
125 + 88 + 66 = 279 (100%)
R 125 of 279 ~ 44.8%
G 88 of 279 ~ 31.54%
B 66 of 279 ~ 23.66%

%44.8
%31.54
%23.66

CMYK color model

#7D5842 color CMYK value is (0,30,47,51).

  • cyan value is 0.00%
  • magenta value is 29.60%
  • yellow value is 47.20%
  • key color value is 50.98%
CMYK:
(0,30,47,51)
C0M30Y47K51 
(0%,30%,47%,51%)
(0.00/0.30/0.47/0.51)	

CMYK percentages

%0
%29.6
%47.2
%50.98

Codes

Color #7D5842 in popluar color models

7D5842
RGB1258866
HSL22°30.89%37.45%
HSB/HSV22°47.20%49.02%
CMYK0.00%29.60%47.20%
50.98%

Color #7D5842 in popluar number systems.

HEX7D5842
Decimal1258866
Binary111110110110001000010
Octal175130102

Shades and tints

Shades of #7D5842

#7D5842
(125,88,66)
#72503C
(114,80,60)
#674836
(103,72,54)
#5C4030
(92,64,48)
#51382A
(81,56,42)
#463024
(70,48,36)
#3B281E
(59,40,30)
#302018
(48,32,24)
#251812
(37,24,18)
#1A100C
(26,16,12)
#0F0806
(15,8,6)
#000000
(0,0,0)

Tints of #7D5842

#7D5842
(125,88,66)
#886753
(136,103,83)
#937664
(147,118,100)
#9E8575
(158,133,117)
#A99486
(169,148,134)
#B4A397
(180,163,151)
#BFB2A8
(191,178,168)
#CAC1B9
(202,193,185)
#D5D0CA
(213,208,202)
#E0DFDB
(224,223,219)
#EBEEEC
(235,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D5842 color. Also use rgb(125,88,66) instead hex code.

Text Font Color

.myTextColor { color: #7D5842; }

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

This text font color is #7D5842.


Background Color

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

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

This div background color is #7D5842.


Border color

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

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

This div border color is #7D5842.


Opacity

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

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

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

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

This text has shadow with #7D5842 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D5842 on black background.


Color preview on white background

This text has color #7D5842 on white background.



Black color preview on #7D5842 background

This text has black color on #7D5842 background.


White color preview on #7D5842 background

This text has white color on #7D5842 background.