COLOR #95725D

HEX: #95725D RGB: (149,114,93)

Color info

#95725D contains red, green and blue colors in about the same proportion. Web safe color of #95725D is #996666 (or #966).

RGB color model

#95725D color RGB value is (149,114,93).

RGB: (149,114,93) (58%, 45%, 36%)

RGB channels and saturation

R 149 of 255 = 58%
G 114 of 255 = 45%
B 93 of 255 = 36%

149
114
93

R + G + B ~ 46%. #95725D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 149 + 114 + 93 = 356 (100%)
R 149 of 356 ~ 41.85%
G 114 of 356 ~ 32.02%
B 93 of 356 ~ 26.12'%

%41.85
%32.02
%26.12

CMYK color model

#95725D color CMYK value is (0,23,38,42).

  • cyan value is 0.00%
  • magenta value is 23.49%
  • yellow value is 37.58%
  • key color value is 41.57%

CMYK: (0,23,38,42)
C0M23Y38K42 (0%, 23%, 38%, 42%)
(0.00 / 0.23 / 0.38 / 0.42)

CMYK percentages

%0
%23.49
%37.58
%41.57

Codes

Color #95725D in popluar color models

95 72 5D
RGB 149 114 93
HSL 23° 23.14% 47.45%
HSB/HSV 23° 37.58% 58.43%
CMYK 0.00% 23.49% 37.58%
41.57%

Color #95725D in popluar number systems.

HEX 95 72 5D
Decimal 149 114 93
Binary 10010101 1110010 1011101
Octal 225 162 135

Shades and tints

Shades of #95725D

#95725D
(149,114,93)
#886855
(136,104,85)
#7B5E4D
(123,94,77)
#6E5445
(110,84,69)
#614A3D
(97,74,61)
#544035
(84,64,53)
#47362D
(71,54,45)
#3A2C25
(58,44,37)
#2D221D
(45,34,29)
#201815
(32,24,21)
#130E0D
(19,14,13)
#000000
(0,0,0)

Tints of #95725D

#95725D
(149,114,93)
#9E7E6B
(158,126,107)
#A78A79
(167,138,121)
#B09687
(176,150,135)
#B9A295
(185,162,149)
#C2AEA3
(194,174,163)
#CBBAB1
(203,186,177)
#D4C6BF
(212,198,191)
#DDD2CD
(221,210,205)
#E6DEDB
(230,222,219)
#EFEAE9
(239,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95725D color. Also use rgb(149,114,93) instead hex code.

Text Font Color

.myTextColor { color: #95725D; }

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

This text font color is #95725D.

Background Color

.myBgColor { background-color: #95725D; }

<div style="background-color:#95725D">Inner text</div>

This div background color is #95725D.

Border color

.myBorderColor { border: 1px solid #95725D; }

<div style="border:3px solid #95725D">Div</div>

This div border color is #95725D.

Opacity

.myOpacity80 { color: #95725D; opacity: 0.8; }

<p style="color:#95725D;opacity:0.8;">80%</p>

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

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

This text has shadow with #95725D color.


.textShadow {text-shadow: 3px 3px 1px #95725D', 3px 3px 1px red;}

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

This text has shadow with #95725D primary color and red secondary color.


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

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

This text has shadow with #95725D and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #95725D; -webkit-box-shadow: 1px 1px 3px 2px #95725D; box-shadow:1px 1px 3px 2px #95725D;">
Div content here
</div>

This div box has shadow with color #95725D.

Preview

Color preview on black background

This text has color #95725D on black background.


Color preview on white background

This text has color #95725D on white background.


Black color preview on #95725D background

This text has black color on #95725D background.


White color preview on #95725D background

This text has white color on #95725D background.


Related colors

Complementary color

Complementary color for #hex is #6A8DA2.


I love getcolorcode.com

Triadic colors

1 #5D9572 and #725D95 with #95725D are triadic colors.

2 #5D7295 and #72955D with #95725D are triadic colors.