COLOR #948537

HEX: #948537
RGB: (148,133,55)

Color info

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

RGB color model

#948537 color RGB value is (148,133,55).

  • red value is 148;
  • green value is 133;
  • blue value is 55.
RGB:
(148,133,55)
(58%,52%,22%)

RGB channels and saturation

R 148 of 255 = 58%
G 133 of 255 = 52%
B 55 of 255 = 22%

148
133
55

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

Portions of RGB colors in percentages

R + G + B =
148 + 133 + 55 = 336 (100%)
R 148 of 336 ~ 44.05%
G 133 of 336 ~ 39.58%
B 55 of 336 ~ 16.37%

%44.05
%39.58
%16.37

CMYK color model

#948537 color CMYK value is (0,10,63,42).

  • cyan value is 0.00%
  • magenta value is 10.14%
  • yellow value is 62.84%
  • key color value is 41.96%
CMYK:
(0,10,63,42)
C0M10Y63K42 
(0%,10%,63%,42%)
(0.00/0.10/0.63/0.42)	

CMYK percentages

%0
%10.14
%62.84
%41.96

Codes

Color #948537 in popluar color models

948537
RGB14813355
HSL50°45.81%39.80%
HSB/HSV50°62.84%58.04%
CMYK0.00%10.14%62.84%
41.96%

Color #948537 in popluar number systems.

HEX948537
Decimal14813355
Binary1001010010000101110111
Octal22420567

Shades and tints

Shades of #948537

#948537
(148,133,55)
#877932
(135,121,50)
#7A6D2D
(122,109,45)
#6D6128
(109,97,40)
#605523
(96,85,35)
#53491E
(83,73,30)
#463D19
(70,61,25)
#393114
(57,49,20)
#2C250F
(44,37,15)
#1F190A
(31,25,10)
#120D05
(18,13,5)
#000000
(0,0,0)

Tints of #948537

#948537
(148,133,55)
#9D9049
(157,144,73)
#A69B5B
(166,155,91)
#AFA66D
(175,166,109)
#B8B17F
(184,177,127)
#C1BC91
(193,188,145)
#CAC7A3
(202,199,163)
#D3D2B5
(211,210,181)
#DCDDC7
(220,221,199)
#E5E8D9
(229,232,217)
#EEF3EB
(238,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #948537 color. Also use rgb(148,133,55) instead hex code.

Text Font Color

.myTextColor { color: #948537; }

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

This text font color is #948537.


Background Color

.myBgColor { background-color: #948537; }

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

This div background color is #948537.


Border color

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

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

This div border color is #948537.


Opacity

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

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

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

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

This text has shadow with #948537 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #948537 on black background.


Color preview on white background

This text has color #948537 on white background.



Black color preview on #948537 background

This text has black color on #948537 background.


White color preview on #948537 background

This text has white color on #948537 background.