COLOR #95733A

HEX: #95733A
RGB: (149,115,58)

Color info

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

RGB color model

#95733A color RGB value is (149,115,58).

  • red value is 149;
  • green value is 115;
  • blue value is 58.
RGB:
(149,115,58)
(58%,45%,23%)

RGB channels and saturation

R 149 of 255 = 58%
G 115 of 255 = 45%
B 58 of 255 = 23%

149
115
58

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

Portions of RGB colors in percentages

R + G + B =
149 + 115 + 58 = 322 (100%)
R 149 of 322 ~ 46.27%
G 115 of 322 ~ 35.71%
B 58 of 322 ~ 18.01%

%46.27
%35.71
%18.01

CMYK color model

#95733A color CMYK value is (0,23,61,42).

  • cyan value is 0.00%
  • magenta value is 22.82%
  • yellow value is 61.07%
  • key color value is 41.57%
CMYK:
(0,23,61,42)
C0M23Y61K42 
(0%,23%,61%,42%)
(0.00/0.23/0.61/0.42)	

CMYK percentages

%0
%22.82
%61.07
%41.57

Codes

Color #95733A in popluar color models

95733A
RGB14911558
HSL38°43.96%40.59%
HSB/HSV38°61.07%58.43%
CMYK0.00%22.82%61.07%
41.57%

Color #95733A in popluar number systems.

HEX95733A
Decimal14911558
Binary100101011110011111010
Octal22516372

Shades and tints

Shades of #95733A

#95733A
(149,115,58)
#886935
(136,105,53)
#7B5F30
(123,95,48)
#6E552B
(110,85,43)
#614B26
(97,75,38)
#544121
(84,65,33)
#47371C
(71,55,28)
#3A2D17
(58,45,23)
#2D2312
(45,35,18)
#20190D
(32,25,13)
#130F08
(19,15,8)
#000000
(0,0,0)

Tints of #95733A

#95733A
(149,115,58)
#9E7F4B
(158,127,75)
#A78B5C
(167,139,92)
#B0976D
(176,151,109)
#B9A37E
(185,163,126)
#C2AF8F
(194,175,143)
#CBBBA0
(203,187,160)
#D4C7B1
(212,199,177)
#DDD3C2
(221,211,194)
#E6DFD3
(230,223,211)
#EFEBE4
(239,235,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95733A color. Also use rgb(149,115,58) instead hex code.

Text Font Color

.myTextColor { color: #95733A; }

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

This text font color is #95733A.


Background Color

.myBgColor { background-color: #95733A; }

<div style="background-color:#95733A">Inner text</div>

This div background color is #95733A.


Border color

.myBorderColor { border: 1px solid #95733A; }

<div style="border:3px solid #95733A">Div</div>

This div border color is #95733A.


Opacity

.myOpacity80 { color: #95733A; opacity: 0.8; }

<p style="color:#95733A;opacity:0.8;">80%</p>

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

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

This text has shadow with #95733A color.

.textShadow {text-shadow: 3px 3px 1px #95733A, 3px 3px 1px red;}

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

This text has shadow with #95733A primary color and red secondary color.


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

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

This text has shadow with #95733A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95733A on black background.


Color preview on white background

This text has color #95733A on white background.



Black color preview on #95733A background

This text has black color on #95733A background.


White color preview on #95733A background

This text has white color on #95733A background.