COLOR #7D5F39

HEX: #7D5F39
RGB: (125,95,57)

Color info

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

RGB color model

#7D5F39 color RGB value is (125,95,57).

  • red value is 125;
  • green value is 95;
  • blue value is 57.
RGB:
(125,95,57)
(49%,37%,22%)

RGB channels and saturation

R 125 of 255 = 49%
G 95 of 255 = 37%
B 57 of 255 = 22%

125
95
57

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

Portions of RGB colors in percentages

R + G + B =
125 + 95 + 57 = 277 (100%)
R 125 of 277 ~ 45.13%
G 95 of 277 ~ 34.3%
B 57 of 277 ~ 20.58%

%45.13
%34.3
%20.58

CMYK color model

#7D5F39 color CMYK value is (0,24,54,51).

  • cyan value is 0.00%
  • magenta value is 24.00%
  • yellow value is 54.40%
  • key color value is 50.98%
CMYK:
(0,24,54,51)
C0M24Y54K51 
(0%,24%,54%,51%)
(0.00/0.24/0.54/0.51)	

CMYK percentages

%0
%24
%54.4
%50.98

Codes

Color #7D5F39 in popluar color models

7D5F39
RGB1259557
HSL34°37.36%35.69%
HSB/HSV34°54.40%49.02%
CMYK0.00%24.00%54.40%
50.98%

Color #7D5F39 in popluar number systems.

HEX7D5F39
Decimal1259557
Binary11111011011111111001
Octal17513771

Shades and tints

Shades of #7D5F39

#7D5F39
(125,95,57)
#725734
(114,87,52)
#674F2F
(103,79,47)
#5C472A
(92,71,42)
#513F25
(81,63,37)
#463720
(70,55,32)
#3B2F1B
(59,47,27)
#302716
(48,39,22)
#251F11
(37,31,17)
#1A170C
(26,23,12)
#0F0F07
(15,15,7)
#000000
(0,0,0)

Tints of #7D5F39

#7D5F39
(125,95,57)
#886D4B
(136,109,75)
#937B5D
(147,123,93)
#9E896F
(158,137,111)
#A99781
(169,151,129)
#B4A593
(180,165,147)
#BFB3A5
(191,179,165)
#CAC1B7
(202,193,183)
#D5CFC9
(213,207,201)
#E0DDDB
(224,221,219)
#EBEBED
(235,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D5F39 color. Also use rgb(125,95,57) instead hex code.

Text Font Color

.myTextColor { color: #7D5F39; }

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

This text font color is #7D5F39.


Background Color

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

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

This div background color is #7D5F39.


Border color

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

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

This div border color is #7D5F39.


Opacity

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

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

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

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

This text has shadow with #7D5F39 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D5F39 on black background.


Color preview on white background

This text has color #7D5F39 on white background.



Black color preview on #7D5F39 background

This text has black color on #7D5F39 background.


White color preview on #7D5F39 background

This text has white color on #7D5F39 background.