COLOR #958933

HEX: #958933
RGB: (149,137,51)

Color info

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

RGB color model

#958933 color RGB value is (149,137,51).

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

RGB channels and saturation

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

149
137
51

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

Portions of RGB colors in percentages

R + G + B =
149 + 137 + 51 = 337 (100%)
R 149 of 337 ~ 44.21%
G 137 of 337 ~ 40.65%
B 51 of 337 ~ 15.13%

%44.21
%40.65
%15.13

CMYK color model

#958933 color CMYK value is (0,8,66,42).

  • cyan value is 0.00%
  • magenta value is 8.05%
  • yellow value is 65.77%
  • key color value is 41.57%
CMYK:
(0,8,66,42)
C0M8Y66K42 
(0%,8%,66%,42%)
(0.00/0.08/0.66/0.42)	

CMYK percentages

%0
%8.05
%65.77
%41.57

Codes

Color #958933 in popluar color models

958933
RGB14913751
HSL53°49.00%39.22%
HSB/HSV53°65.77%58.43%
CMYK0.00%8.05%65.77%
41.57%

Color #958933 in popluar number systems.

HEX958933
Decimal14913751
Binary1001010110001001110011
Octal22521163

Shades and tints

Shades of #958933

#958933
(149,137,51)
#887D2F
(136,125,47)
#7B712B
(123,113,43)
#6E6527
(110,101,39)
#615923
(97,89,35)
#544D1F
(84,77,31)
#47411B
(71,65,27)
#3A3517
(58,53,23)
#2D2913
(45,41,19)
#201D0F
(32,29,15)
#13110B
(19,17,11)
#000000
(0,0,0)

Tints of #958933

#958933
(149,137,51)
#9E9345
(158,147,69)
#A79D57
(167,157,87)
#B0A769
(176,167,105)
#B9B17B
(185,177,123)
#C2BB8D
(194,187,141)
#CBC59F
(203,197,159)
#D4CFB1
(212,207,177)
#DDD9C3
(221,217,195)
#E6E3D5
(230,227,213)
#EFEDE7
(239,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #958933; }

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

This text font color is #958933.


Background Color

.myBgColor { background-color: #958933; }

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

This div background color is #958933.


Border color

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

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

This div border color is #958933.


Opacity

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

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

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

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

This text has shadow with #958933 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #958933 on black background.


Color preview on white background

This text has color #958933 on white background.



Black color preview on #958933 background

This text has black color on #958933 background.


White color preview on #958933 background

This text has white color on #958933 background.