COLOR #948661

HEX: #948661
RGB: (148,134,97)

Color info

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

RGB color model

#948661 color RGB value is (148,134,97).

  • red value is 148;
  • green value is 134;
  • blue value is 97.
RGB:
(148,134,97)
(58%,53%,38%)

RGB channels and saturation

R 148 of 255 = 58%
G 134 of 255 = 53%
B 97 of 255 = 38%

148
134
97

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

Portions of RGB colors in percentages

R + G + B =
148 + 134 + 97 = 379 (100%)
R 148 of 379 ~ 39.05%
G 134 of 379 ~ 35.36%
B 97 of 379 ~ 25.59%

%39.05
%35.36
%25.59

CMYK color model

#948661 color CMYK value is (0,9,34,42).

  • cyan value is 0.00%
  • magenta value is 9.46%
  • yellow value is 34.46%
  • key color value is 41.96%
CMYK:
(0,9,34,42)
C0M9Y34K42 
(0%,9%,34%,42%)
(0.00/0.09/0.34/0.42)	

CMYK percentages

%0
%9.46
%34.46
%41.96

Codes

Color #948661 in popluar color models

948661
RGB14813497
HSL44°20.82%48.04%
HSB/HSV44°34.46%58.04%
CMYK0.00%9.46%34.46%
41.96%

Color #948661 in popluar number systems.

HEX948661
Decimal14813497
Binary10010100100001101100001
Octal224206141

Shades and tints

Shades of #948661

#948661
(148,134,97)
#877A59
(135,122,89)
#7A6E51
(122,110,81)
#6D6249
(109,98,73)
#605641
(96,86,65)
#534A39
(83,74,57)
#463E31
(70,62,49)
#393229
(57,50,41)
#2C2621
(44,38,33)
#1F1A19
(31,26,25)
#120E11
(18,14,17)
#000000
(0,0,0)

Tints of #948661

#948661
(148,134,97)
#9D916F
(157,145,111)
#A69C7D
(166,156,125)
#AFA78B
(175,167,139)
#B8B299
(184,178,153)
#C1BDA7
(193,189,167)
#CAC8B5
(202,200,181)
#D3D3C3
(211,211,195)
#DCDED1
(220,222,209)
#E5E9DF
(229,233,223)
#EEF4ED
(238,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #948661 color. Also use rgb(148,134,97) instead hex code.

Text Font Color

.myTextColor { color: #948661; }

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

This text font color is #948661.


Background Color

.myBgColor { background-color: #948661; }

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

This div background color is #948661.


Border color

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

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

This div border color is #948661.


Opacity

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

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

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

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

This text has shadow with #948661 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #948661 on black background.


Color preview on white background

This text has color #948661 on white background.



Black color preview on #948661 background

This text has black color on #948661 background.


White color preview on #948661 background

This text has white color on #948661 background.