COLOR #958723

HEX: #958723
RGB: (149,135,35)

Color info

#958723 contains mainly red and green colors. Web safe color of #958723 is #999933 (or #993).

RGB color model

#958723 color RGB value is (149,135,35).

  • red value is 149;
  • green value is 135;
  • blue value is 35.
RGB:
(149,135,35)
(58%,53%,14%)

RGB channels and saturation

R 149 of 255 = 58%
G 135 of 255 = 53%
B 35 of 255 = 14%

149
135
35

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

Portions of RGB colors in percentages

R + G + B =
149 + 135 + 35 = 319 (100%)
R 149 of 319 ~ 46.71%
G 135 of 319 ~ 42.32%
B 35 of 319 ~ 10.97%

%46.71
%42.32
%10.97

CMYK color model

#958723 color CMYK value is (0,9,77,42).

  • cyan value is 0.00%
  • magenta value is 9.40%
  • yellow value is 76.51%
  • key color value is 41.57%
CMYK:
(0,9,77,42)
C0M9Y77K42 
(0%,9%,77%,42%)
(0.00/0.09/0.77/0.42)	

CMYK percentages

%0
%9.4
%76.51
%41.57

Codes

Color #958723 in popluar color models

958723
RGB14913535
HSL53°61.96%36.08%
HSB/HSV53°76.51%58.43%
CMYK0.00%9.40%76.51%
41.57%

Color #958723 in popluar number systems.

HEX958723
Decimal14913535
Binary1001010110000111100011
Octal22520743

Shades and tints

Shades of #958723

#958723
(149,135,35)
#887B20
(136,123,32)
#7B6F1D
(123,111,29)
#6E631A
(110,99,26)
#615717
(97,87,23)
#544B14
(84,75,20)
#473F11
(71,63,17)
#3A330E
(58,51,14)
#2D270B
(45,39,11)
#201B08
(32,27,8)
#130F05
(19,15,5)
#000000
(0,0,0)

Tints of #958723

#958723
(149,135,35)
#9E9137
(158,145,55)
#A79B4B
(167,155,75)
#B0A55F
(176,165,95)
#B9AF73
(185,175,115)
#C2B987
(194,185,135)
#CBC39B
(203,195,155)
#D4CDAF
(212,205,175)
#DDD7C3
(221,215,195)
#E6E1D7
(230,225,215)
#EFEBEB
(239,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #958723 color. Also use rgb(149,135,35) instead hex code.

Text Font Color

.myTextColor { color: #958723; }

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

This text font color is #958723.


Background Color

.myBgColor { background-color: #958723; }

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

This div background color is #958723.


Border color

.myBorderColor { border: 1px solid #958723; }

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

This div border color is #958723.


Opacity

.myOpacity80 { color: #958723; opacity: 0.8; }

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

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

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

This text has shadow with #958723 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #958723 on black background.


Color preview on white background

This text has color #958723 on white background.



Black color preview on #958723 background

This text has black color on #958723 background.


White color preview on #958723 background

This text has white color on #958723 background.