COLOR #958934

HEX: #958934
RGB: (149,137,52)

Color info

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

RGB color model

#958934 color RGB value is (149,137,52).

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

RGB channels and saturation

R 149 of 255 = 58%
G 137 of 255 = 54%
B 52 of 255 = 20%

149
137
52

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

Portions of RGB colors in percentages

R + G + B =
149 + 137 + 52 = 338 (100%)
R 149 of 338 ~ 44.08%
G 137 of 338 ~ 40.53%
B 52 of 338 ~ 15.38%

%44.08
%40.53
%15.38

CMYK color model

#958934 color CMYK value is (0,8,65,42).

  • cyan value is 0.00%
  • magenta value is 8.05%
  • yellow value is 65.10%
  • key color value is 41.57%
CMYK:
(0,8,65,42)
C0M8Y65K42 
(0%,8%,65%,42%)
(0.00/0.08/0.65/0.42)	

CMYK percentages

%0
%8.05
%65.1
%41.57

Codes

Color #958934 in popluar color models

958934
RGB14913752
HSL53°48.26%39.41%
HSB/HSV53°65.10%58.43%
CMYK0.00%8.05%65.10%
41.57%

Color #958934 in popluar number systems.

HEX958934
Decimal14913752
Binary1001010110001001110100
Octal22521164

Shades and tints

Shades of #958934

#958934
(149,137,52)
#887D30
(136,125,48)
#7B712C
(123,113,44)
#6E6528
(110,101,40)
#615924
(97,89,36)
#544D20
(84,77,32)
#47411C
(71,65,28)
#3A3518
(58,53,24)
#2D2914
(45,41,20)
#201D10
(32,29,16)
#13110C
(19,17,12)
#000000
(0,0,0)

Tints of #958934

#958934
(149,137,52)
#9E9346
(158,147,70)
#A79D58
(167,157,88)
#B0A76A
(176,167,106)
#B9B17C
(185,177,124)
#C2BB8E
(194,187,142)
#CBC5A0
(203,197,160)
#D4CFB2
(212,207,178)
#DDD9C4
(221,217,196)
#E6E3D6
(230,227,214)
#EFEDE8
(239,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #958934; }

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

This text font color is #958934.


Background Color

.myBgColor { background-color: #958934; }

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

This div background color is #958934.


Border color

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

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

This div border color is #958934.


Opacity

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

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

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

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

This text has shadow with #958934 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #958934 on black background.


Color preview on white background

This text has color #958934 on white background.



Black color preview on #958934 background

This text has black color on #958934 background.


White color preview on #958934 background

This text has white color on #958934 background.