COLOR #958B26

HEX: #958B26
RGB: (149,139,38)

Color info

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

RGB color model

#958B26 color RGB value is (149,139,38).

  • red value is 149;
  • green value is 139;
  • blue value is 38.
RGB:
(149,139,38)
(58%,55%,15%)

RGB channels and saturation

R 149 of 255 = 58%
G 139 of 255 = 55%
B 38 of 255 = 15%

149
139
38

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

Portions of RGB colors in percentages

R + G + B =
149 + 139 + 38 = 326 (100%)
R 149 of 326 ~ 45.71%
G 139 of 326 ~ 42.64%
B 38 of 326 ~ 11.66%

%45.71
%42.64
%11.66

CMYK color model

#958B26 color CMYK value is (0,7,74,42).

  • cyan value is 0.00%
  • magenta value is 6.71%
  • yellow value is 74.50%
  • key color value is 41.57%
CMYK:
(0,7,74,42)
C0M7Y74K42 
(0%,7%,74%,42%)
(0.00/0.07/0.74/0.42)	

CMYK percentages

%0
%6.71
%74.5
%41.57

Codes

Color #958B26 in popluar color models

958B26
RGB14913938
HSL55°59.36%36.67%
HSB/HSV55°74.50%58.43%
CMYK0.00%6.71%74.50%
41.57%

Color #958B26 in popluar number systems.

HEX958B26
Decimal14913938
Binary1001010110001011100110
Octal22521346

Shades and tints

Shades of #958B26

#958B26
(149,139,38)
#887F23
(136,127,35)
#7B7320
(123,115,32)
#6E671D
(110,103,29)
#615B1A
(97,91,26)
#544F17
(84,79,23)
#474314
(71,67,20)
#3A3711
(58,55,17)
#2D2B0E
(45,43,14)
#201F0B
(32,31,11)
#131308
(19,19,8)
#000000
(0,0,0)

Tints of #958B26

#958B26
(149,139,38)
#9E9539
(158,149,57)
#A79F4C
(167,159,76)
#B0A95F
(176,169,95)
#B9B372
(185,179,114)
#C2BD85
(194,189,133)
#CBC798
(203,199,152)
#D4D1AB
(212,209,171)
#DDDBBE
(221,219,190)
#E6E5D1
(230,229,209)
#EFEFE4
(239,239,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #958B26 color. Also use rgb(149,139,38) instead hex code.

Text Font Color

.myTextColor { color: #958B26; }

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

This text font color is #958B26.


Background Color

.myBgColor { background-color: #958B26; }

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

This div background color is #958B26.


Border color

.myBorderColor { border: 1px solid #958B26; }

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

This div border color is #958B26.


Opacity

.myOpacity80 { color: #958B26; opacity: 0.8; }

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

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

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

This text has shadow with #958B26 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #958B26 on black background.


Color preview on white background

This text has color #958B26 on white background.



Black color preview on #958B26 background

This text has black color on #958B26 background.


White color preview on #958B26 background

This text has white color on #958B26 background.