COLOR #948936

HEX: #948936
RGB: (148,137,54)

Color info

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

RGB color model

#948936 color RGB value is (148,137,54).

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

RGB channels and saturation

R 148 of 255 = 58%
G 137 of 255 = 54%
B 54 of 255 = 21%

148
137
54

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

Portions of RGB colors in percentages

R + G + B =
148 + 137 + 54 = 339 (100%)
R 148 of 339 ~ 43.66%
G 137 of 339 ~ 40.41%
B 54 of 339 ~ 15.93%

%43.66
%40.41
%15.93

CMYK color model

#948936 color CMYK value is (0,7,64,42).

  • cyan value is 0.00%
  • magenta value is 7.43%
  • yellow value is 63.51%
  • key color value is 41.96%
CMYK:
(0,7,64,42)
C0M7Y64K42 
(0%,7%,64%,42%)
(0.00/0.07/0.64/0.42)	

CMYK percentages

%0
%7.43
%63.51
%41.96

Codes

Color #948936 in popluar color models

948936
RGB14813754
HSL53°46.53%39.61%
HSB/HSV53°63.51%58.04%
CMYK0.00%7.43%63.51%
41.96%

Color #948936 in popluar number systems.

HEX948936
Decimal14813754
Binary1001010010001001110110
Octal22421166

Shades and tints

Shades of #948936

#948936
(148,137,54)
#877D32
(135,125,50)
#7A712E
(122,113,46)
#6D652A
(109,101,42)
#605926
(96,89,38)
#534D22
(83,77,34)
#46411E
(70,65,30)
#39351A
(57,53,26)
#2C2916
(44,41,22)
#1F1D12
(31,29,18)
#12110E
(18,17,14)
#000000
(0,0,0)

Tints of #948936

#948936
(148,137,54)
#9D9348
(157,147,72)
#A69D5A
(166,157,90)
#AFA76C
(175,167,108)
#B8B17E
(184,177,126)
#C1BB90
(193,187,144)
#CAC5A2
(202,197,162)
#D3CFB4
(211,207,180)
#DCD9C6
(220,217,198)
#E5E3D8
(229,227,216)
#EEEDEA
(238,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #948936 color. Also use rgb(148,137,54) instead hex code.

Text Font Color

.myTextColor { color: #948936; }

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

This text font color is #948936.


Background Color

.myBgColor { background-color: #948936; }

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

This div background color is #948936.


Border color

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

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

This div border color is #948936.


Opacity

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

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

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

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

This text has shadow with #948936 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #948936 on black background.


Color preview on white background

This text has color #948936 on white background.



Black color preview on #948936 background

This text has black color on #948936 background.


White color preview on #948936 background

This text has white color on #948936 background.