COLOR #7D6153

HEX: #7D6153
RGB: (125,97,83)

Color info

#7D6153 contains red, green and blue colors in about the same proportion. Web safe color of #7D6153 is #666666 (or #666).

RGB color model

#7D6153 color RGB value is (125,97,83).

  • red value is 125;
  • green value is 97;
  • blue value is 83.
RGB:
(125,97,83)
(49%,38%,33%)

RGB channels and saturation

R 125 of 255 = 49%
G 97 of 255 = 38%
B 83 of 255 = 33%

125
97
83

R + G + B ~ 40%. #7D6153 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
125 + 97 + 83 = 305 (100%)
R 125 of 305 ~ 40.98%
G 97 of 305 ~ 31.8%
B 83 of 305 ~ 27.21%

%40.98
%31.8
%27.21

CMYK color model

#7D6153 color CMYK value is (0,22,34,51).

  • cyan value is 0.00%
  • magenta value is 22.40%
  • yellow value is 33.60%
  • key color value is 50.98%
CMYK:
(0,22,34,51)
C0M22Y34K51 
(0%,22%,34%,51%)
(0.00/0.22/0.34/0.51)	

CMYK percentages

%0
%22.4
%33.6
%50.98

Codes

Color #7D6153 in popluar color models

7D6153
RGB1259783
HSL20°20.19%40.78%
HSB/HSV20°33.60%49.02%
CMYK0.00%22.40%33.60%
50.98%

Color #7D6153 in popluar number systems.

HEX7D6153
Decimal1259783
Binary111110111000011010011
Octal175141123

Shades and tints

Shades of #7D6153

#7D6153
(125,97,83)
#72594C
(114,89,76)
#675145
(103,81,69)
#5C493E
(92,73,62)
#514137
(81,65,55)
#463930
(70,57,48)
#3B3129
(59,49,41)
#302922
(48,41,34)
#25211B
(37,33,27)
#1A1914
(26,25,20)
#0F110D
(15,17,13)
#000000
(0,0,0)

Tints of #7D6153

#7D6153
(125,97,83)
#886F62
(136,111,98)
#937D71
(147,125,113)
#9E8B80
(158,139,128)
#A9998F
(169,153,143)
#B4A79E
(180,167,158)
#BFB5AD
(191,181,173)
#CAC3BC
(202,195,188)
#D5D1CB
(213,209,203)
#E0DFDA
(224,223,218)
#EBEDE9
(235,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D6153 color. Also use rgb(125,97,83) instead hex code.

Text Font Color

.myTextColor { color: #7D6153; }

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

This text font color is #7D6153.


Background Color

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

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

This div background color is #7D6153.


Border color

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

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

This div border color is #7D6153.


Opacity

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

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

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

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

This text has shadow with #7D6153 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D6153 on black background.


Color preview on white background

This text has color #7D6153 on white background.



Black color preview on #7D6153 background

This text has black color on #7D6153 background.


White color preview on #7D6153 background

This text has white color on #7D6153 background.