COLOR #948450

HEX: #948450
RGB: (148,132,80)

Color info

#948450 contains mainly red and green colors. Web safe color of #948450 is #999966 (or #996).

RGB color model

#948450 color RGB value is (148,132,80).

  • red value is 148;
  • green value is 132;
  • blue value is 80.
RGB:
(148,132,80)
(58%,52%,31%)

RGB channels and saturation

R 148 of 255 = 58%
G 132 of 255 = 52%
B 80 of 255 = 31%

148
132
80

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

Portions of RGB colors in percentages

R + G + B =
148 + 132 + 80 = 360 (100%)
R 148 of 360 ~ 41.11%
G 132 of 360 ~ 36.67%
B 80 of 360 ~ 22.22%

%41.11
%36.67
%22.22

CMYK color model

#948450 color CMYK value is (0,11,46,42).

  • cyan value is 0.00%
  • magenta value is 10.81%
  • yellow value is 45.95%
  • key color value is 41.96%
CMYK:
(0,11,46,42)
C0M11Y46K42 
(0%,11%,46%,42%)
(0.00/0.11/0.46/0.42)	

CMYK percentages

%0
%10.81
%45.95
%41.96

Codes

Color #948450 in popluar color models

948450
RGB14813280
HSL46°29.82%44.71%
HSB/HSV46°45.95%58.04%
CMYK0.00%10.81%45.95%
41.96%

Color #948450 in popluar number systems.

HEX948450
Decimal14813280
Binary10010100100001001010000
Octal224204120

Shades and tints

Shades of #948450

#948450
(148,132,80)
#877849
(135,120,73)
#7A6C42
(122,108,66)
#6D603B
(109,96,59)
#605434
(96,84,52)
#53482D
(83,72,45)
#463C26
(70,60,38)
#39301F
(57,48,31)
#2C2418
(44,36,24)
#1F1811
(31,24,17)
#120C0A
(18,12,10)
#000000
(0,0,0)

Tints of #948450

#948450
(148,132,80)
#9D8F5F
(157,143,95)
#A69A6E
(166,154,110)
#AFA57D
(175,165,125)
#B8B08C
(184,176,140)
#C1BB9B
(193,187,155)
#CAC6AA
(202,198,170)
#D3D1B9
(211,209,185)
#DCDCC8
(220,220,200)
#E5E7D7
(229,231,215)
#EEF2E6
(238,242,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #948450 color. Also use rgb(148,132,80) instead hex code.

Text Font Color

.myTextColor { color: #948450; }

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

This text font color is #948450.


Background Color

.myBgColor { background-color: #948450; }

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

This div background color is #948450.


Border color

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

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

This div border color is #948450.


Opacity

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

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

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

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

This text has shadow with #948450 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #948450 on black background.


Color preview on white background

This text has color #948450 on white background.



Black color preview on #948450 background

This text has black color on #948450 background.


White color preview on #948450 background

This text has white color on #948450 background.