COLOR #95723C

HEX: #95723C RGB: (149,114,60)

Color info

#95723C contains mainly red and green colors. Web safe color of #95723C is #996633 (or #963).

RGB color model

#95723C color RGB value is (149,114,60).

RGB: (149,114,60) (58%, 45%, 24%)

RGB channels and saturation

R 149 of 255 = 58%
G 114 of 255 = 45%
B 60 of 255 = 24%

149
114
60

R + G + B ~ 42%. #95723C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 149 + 114 + 60 = 323 (100%)
R 149 of 323 ~ 46.13%
G 114 of 323 ~ 35.29%
B 60 of 323 ~ 18.58'%

%46.13
%35.29
%18.58

CMYK color model

#95723C color CMYK value is (0,23,60,42).

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

CMYK: (0,23,60,42)
C0M23Y60K42 (0%, 23%, 60%, 42%)
(0.00 / 0.23 / 0.60 / 0.42)

CMYK percentages

%0
%23.49
%59.73
%41.57

Codes

Color #95723C in popluar color models

95 72 3C
RGB 149 114 60
HSL 36° 42.58% 40.98%
HSB/HSV 36° 59.73% 58.43%
CMYK 0.00% 23.49% 59.73%
41.57%

Color #95723C in popluar number systems.

HEX 95 72 3C
Decimal 149 114 60
Binary 10010101 1110010 111100
Octal 225 162 74

Shades and tints

Shades of #95723C

#95723C
(149,114,60)
#886837
(136,104,55)
#7B5E32
(123,94,50)
#6E542D
(110,84,45)
#614A28
(97,74,40)
#544023
(84,64,35)
#47361E
(71,54,30)
#3A2C19
(58,44,25)
#2D2214
(45,34,20)
#20180F
(32,24,15)
#130E0A
(19,14,10)
#000000
(0,0,0)

Tints of #95723C

#95723C
(149,114,60)
#9E7E4D
(158,126,77)
#A78A5E
(167,138,94)
#B0966F
(176,150,111)
#B9A280
(185,162,128)
#C2AE91
(194,174,145)
#CBBAA2
(203,186,162)
#D4C6B3
(212,198,179)
#DDD2C4
(221,210,196)
#E6DED5
(230,222,213)
#EFEAE6
(239,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95723C color. Also use rgb(149,114,60) instead hex code.

Text Font Color

.myTextColor { color: #95723C; }

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

This text font color is #95723C.

Background Color

.myBgColor { background-color: #95723C; }

<div style="background-color:#95723C">Inner text</div>

This div background color is #95723C.

Border color

.myBorderColor { border: 1px solid #95723C; }

<div style="border:3px solid #95723C">Div</div>

This div border color is #95723C.

Opacity

.myOpacity80 { color: #95723C; opacity: 0.8; }

<p style="color:#95723C;opacity:0.8;">80%</p>

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

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

This text has shadow with #95723C color.


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

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

This text has shadow with #95723C primary color and red secondary color.


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

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

This text has shadow with #95723C and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #95723C.

Preview

Color preview on black background

This text has color #95723C on black background.


Color preview on white background

This text has color #95723C on white background.


Black color preview on #95723C background

This text has black color on #95723C background.


White color preview on #95723C background

This text has white color on #95723C background.


Related colors

Complementary color

Complementary color for #hex is #6A8DC3.


I love getcolorcode.com

Triadic colors

1 #3C9572 and #723C95 with #95723C are triadic colors.

2 #3C7295 and #72953C with #95723C are triadic colors.