COLOR #95773B

HEX: #95773B
RGB: (149,119,59)

Color info

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

RGB color model

#95773B color RGB value is (149,119,59).

  • red value is 149;
  • green value is 119;
  • blue value is 59.
RGB:
(149,119,59)
(58%,47%,23%)

RGB channels and saturation

R 149 of 255 = 58%
G 119 of 255 = 47%
B 59 of 255 = 23%

149
119
59

R + G + B ~ 43%. #95773B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
149 + 119 + 59 = 327 (100%)
R 149 of 327 ~ 45.57%
G 119 of 327 ~ 36.39%
B 59 of 327 ~ 18.04%

%45.57
%36.39
%18.04

CMYK color model

#95773B color CMYK value is (0,20,60,42).

  • cyan value is 0.00%
  • magenta value is 20.13%
  • yellow value is 60.40%
  • key color value is 41.57%
CMYK:
(0,20,60,42)
C0M20Y60K42 
(0%,20%,60%,42%)
(0.00/0.20/0.60/0.42)	

CMYK percentages

%0
%20.13
%60.4
%41.57

Codes

Color #95773B in popluar color models

95773B
RGB14911959
HSL40°43.27%40.78%
HSB/HSV40°60.40%58.43%
CMYK0.00%20.13%60.40%
41.57%

Color #95773B in popluar number systems.

HEX95773B
Decimal14911959
Binary100101011110111111011
Octal22516773

Shades and tints

Shades of #95773B

#95773B
(149,119,59)
#886D36
(136,109,54)
#7B6331
(123,99,49)
#6E592C
(110,89,44)
#614F27
(97,79,39)
#544522
(84,69,34)
#473B1D
(71,59,29)
#3A3118
(58,49,24)
#2D2713
(45,39,19)
#201D0E
(32,29,14)
#131309
(19,19,9)
#000000
(0,0,0)

Tints of #95773B

#95773B
(149,119,59)
#9E834C
(158,131,76)
#A78F5D
(167,143,93)
#B09B6E
(176,155,110)
#B9A77F
(185,167,127)
#C2B390
(194,179,144)
#CBBFA1
(203,191,161)
#D4CBB2
(212,203,178)
#DDD7C3
(221,215,195)
#E6E3D4
(230,227,212)
#EFEFE5
(239,239,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95773B color. Also use rgb(149,119,59) instead hex code.

Text Font Color

.myTextColor { color: #95773B; }

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

This text font color is #95773B.


Background Color

.myBgColor { background-color: #95773B; }

<div style="background-color:#95773B">Inner text</div>

This div background color is #95773B.


Border color

.myBorderColor { border: 1px solid #95773B; }

<div style="border:3px solid #95773B">Div</div>

This div border color is #95773B.


Opacity

.myOpacity80 { color: #95773B; opacity: 0.8; }

<p style="color:#95773B;opacity:0.8;">80%</p>

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

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

This text has shadow with #95773B color.

.textShadow {text-shadow: 3px 3px 1px #95773B, 3px 3px 1px red;}

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

This text has shadow with #95773B primary color and red secondary color.


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

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

This text has shadow with #95773B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95773B on black background.


Color preview on white background

This text has color #95773B on white background.



Black color preview on #95773B background

This text has black color on #95773B background.


White color preview on #95773B background

This text has white color on #95773B background.