COLOR #958935

HEX: #958935
RGB: (149,137,53)

Color info

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

RGB color model

#958935 color RGB value is (149,137,53).

  • red value is 149;
  • green value is 137;
  • blue value is 53.
RGB:
(149,137,53)
(58%,54%,21%)

RGB channels and saturation

R 149 of 255 = 58%
G 137 of 255 = 54%
B 53 of 255 = 21%

149
137
53

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

Portions of RGB colors in percentages

R + G + B =
149 + 137 + 53 = 339 (100%)
R 149 of 339 ~ 43.95%
G 137 of 339 ~ 40.41%
B 53 of 339 ~ 15.63%

%43.95
%40.41
%15.63

CMYK color model

#958935 color CMYK value is (0,8,64,42).

  • cyan value is 0.00%
  • magenta value is 8.05%
  • yellow value is 64.43%
  • key color value is 41.57%
CMYK:
(0,8,64,42)
C0M8Y64K42 
(0%,8%,64%,42%)
(0.00/0.08/0.64/0.42)	

CMYK percentages

%0
%8.05
%64.43
%41.57

Codes

Color #958935 in popluar color models

958935
RGB14913753
HSL53°47.52%39.61%
HSB/HSV53°64.43%58.43%
CMYK0.00%8.05%64.43%
41.57%

Color #958935 in popluar number systems.

HEX958935
Decimal14913753
Binary1001010110001001110101
Octal22521165

Shades and tints

Shades of #958935

#958935
(149,137,53)
#887D31
(136,125,49)
#7B712D
(123,113,45)
#6E6529
(110,101,41)
#615925
(97,89,37)
#544D21
(84,77,33)
#47411D
(71,65,29)
#3A3519
(58,53,25)
#2D2915
(45,41,21)
#201D11
(32,29,17)
#13110D
(19,17,13)
#000000
(0,0,0)

Tints of #958935

#958935
(149,137,53)
#9E9347
(158,147,71)
#A79D59
(167,157,89)
#B0A76B
(176,167,107)
#B9B17D
(185,177,125)
#C2BB8F
(194,187,143)
#CBC5A1
(203,197,161)
#D4CFB3
(212,207,179)
#DDD9C5
(221,217,197)
#E6E3D7
(230,227,215)
#EFEDE9
(239,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #958935 color. Also use rgb(149,137,53) instead hex code.

Text Font Color

.myTextColor { color: #958935; }

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

This text font color is #958935.


Background Color

.myBgColor { background-color: #958935; }

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

This div background color is #958935.


Border color

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

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

This div border color is #958935.


Opacity

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

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

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

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

This text has shadow with #958935 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #958935 on black background.


Color preview on white background

This text has color #958935 on white background.



Black color preview on #958935 background

This text has black color on #958935 background.


White color preview on #958935 background

This text has white color on #958935 background.