COLOR #948649

HEX: #948649
RGB: (148,134,73)

Color info

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

RGB color model

#948649 color RGB value is (148,134,73).

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

RGB channels and saturation

R 148 of 255 = 58%
G 134 of 255 = 53%
B 73 of 255 = 29%

148
134
73

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

Portions of RGB colors in percentages

R + G + B =
148 + 134 + 73 = 355 (100%)
R 148 of 355 ~ 41.69%
G 134 of 355 ~ 37.75%
B 73 of 355 ~ 20.56%

%41.69
%37.75
%20.56

CMYK color model

#948649 color CMYK value is (0,9,51,42).

  • cyan value is 0.00%
  • magenta value is 9.46%
  • yellow value is 50.68%
  • key color value is 41.96%
CMYK:
(0,9,51,42)
C0M9Y51K42 
(0%,9%,51%,42%)
(0.00/0.09/0.51/0.42)	

CMYK percentages

%0
%9.46
%50.68
%41.96

Codes

Color #948649 in popluar color models

948649
RGB14813473
HSL49°33.94%43.33%
HSB/HSV49°50.68%58.04%
CMYK0.00%9.46%50.68%
41.96%

Color #948649 in popluar number systems.

HEX948649
Decimal14813473
Binary10010100100001101001001
Octal224206111

Shades and tints

Shades of #948649

#948649
(148,134,73)
#877A43
(135,122,67)
#7A6E3D
(122,110,61)
#6D6237
(109,98,55)
#605631
(96,86,49)
#534A2B
(83,74,43)
#463E25
(70,62,37)
#39321F
(57,50,31)
#2C2619
(44,38,25)
#1F1A13
(31,26,19)
#120E0D
(18,14,13)
#000000
(0,0,0)

Tints of #948649

#948649
(148,134,73)
#9D9159
(157,145,89)
#A69C69
(166,156,105)
#AFA779
(175,167,121)
#B8B289
(184,178,137)
#C1BD99
(193,189,153)
#CAC8A9
(202,200,169)
#D3D3B9
(211,211,185)
#DCDEC9
(220,222,201)
#E5E9D9
(229,233,217)
#EEF4E9
(238,244,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #948649; }

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

This text font color is #948649.


Background Color

.myBgColor { background-color: #948649; }

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

This div background color is #948649.


Border color

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

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

This div border color is #948649.


Opacity

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

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

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

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

This text has shadow with #948649 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #948649 on black background.


Color preview on white background

This text has color #948649 on white background.



Black color preview on #948649 background

This text has black color on #948649 background.


White color preview on #948649 background

This text has white color on #948649 background.