COLOR #948559

HEX: #948559
RGB: (148,133,89)

Color info

#948559 contains red, green and blue colors in about the same proportion. Web safe color of #948559 is #999966 (or #996).

RGB color model

#948559 color RGB value is (148,133,89).

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

RGB channels and saturation

R 148 of 255 = 58%
G 133 of 255 = 52%
B 89 of 255 = 35%

148
133
89

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

Portions of RGB colors in percentages

R + G + B =
148 + 133 + 89 = 370 (100%)
R 148 of 370 ~ 40%
G 133 of 370 ~ 35.95%
B 89 of 370 ~ 24.05%

%40
%35.95
%24.05

CMYK color model

#948559 color CMYK value is (0,10,40,42).

  • cyan value is 0.00%
  • magenta value is 10.14%
  • yellow value is 39.86%
  • key color value is 41.96%
CMYK:
(0,10,40,42)
C0M10Y40K42 
(0%,10%,40%,42%)
(0.00/0.10/0.40/0.42)	

CMYK percentages

%0
%10.14
%39.86
%41.96

Codes

Color #948559 in popluar color models

948559
RGB14813389
HSL45°24.89%46.47%
HSB/HSV45°39.86%58.04%
CMYK0.00%10.14%39.86%
41.96%

Color #948559 in popluar number systems.

HEX948559
Decimal14813389
Binary10010100100001011011001
Octal224205131

Shades and tints

Shades of #948559

#948559
(148,133,89)
#877951
(135,121,81)
#7A6D49
(122,109,73)
#6D6141
(109,97,65)
#605539
(96,85,57)
#534931
(83,73,49)
#463D29
(70,61,41)
#393121
(57,49,33)
#2C2519
(44,37,25)
#1F1911
(31,25,17)
#120D09
(18,13,9)
#000000
(0,0,0)

Tints of #948559

#948559
(148,133,89)
#9D9068
(157,144,104)
#A69B77
(166,155,119)
#AFA686
(175,166,134)
#B8B195
(184,177,149)
#C1BCA4
(193,188,164)
#CAC7B3
(202,199,179)
#D3D2C2
(211,210,194)
#DCDDD1
(220,221,209)
#E5E8E0
(229,232,224)
#EEF3EF
(238,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #948559; }

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

This text font color is #948559.


Background Color

.myBgColor { background-color: #948559; }

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

This div background color is #948559.


Border color

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

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

This div border color is #948559.


Opacity

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

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

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

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

This text has shadow with #948559 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #948559 on black background.


Color preview on white background

This text has color #948559 on white background.



Black color preview on #948559 background

This text has black color on #948559 background.


White color preview on #948559 background

This text has white color on #948559 background.