COLOR #948C52

HEX: #948C52
RGB: (148,140,82)

Color info

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

RGB color model

#948C52 color RGB value is (148,140,82).

  • red value is 148;
  • green value is 140;
  • blue value is 82.
RGB:
(148,140,82)
(58%,55%,32%)

RGB channels and saturation

R 148 of 255 = 58%
G 140 of 255 = 55%
B 82 of 255 = 32%

148
140
82

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

Portions of RGB colors in percentages

R + G + B =
148 + 140 + 82 = 370 (100%)
R 148 of 370 ~ 40%
G 140 of 370 ~ 37.84%
B 82 of 370 ~ 22.16%

%40
%37.84
%22.16

CMYK color model

#948C52 color CMYK value is (0,5,45,42).

  • cyan value is 0.00%
  • magenta value is 5.41%
  • yellow value is 44.59%
  • key color value is 41.96%
CMYK:
(0,5,45,42)
C0M5Y45K42 
(0%,5%,45%,42%)
(0.00/0.05/0.45/0.42)	

CMYK percentages

%0
%5.41
%44.59
%41.96

Codes

Color #948C52 in popluar color models

948C52
RGB14814082
HSL53°28.70%45.10%
HSB/HSV53°44.59%58.04%
CMYK0.00%5.41%44.59%
41.96%

Color #948C52 in popluar number systems.

HEX948C52
Decimal14814082
Binary10010100100011001010010
Octal224214122

Shades and tints

Shades of #948C52

#948C52
(148,140,82)
#87804B
(135,128,75)
#7A7444
(122,116,68)
#6D683D
(109,104,61)
#605C36
(96,92,54)
#53502F
(83,80,47)
#464428
(70,68,40)
#393821
(57,56,33)
#2C2C1A
(44,44,26)
#1F2013
(31,32,19)
#12140C
(18,20,12)
#000000
(0,0,0)

Tints of #948C52

#948C52
(148,140,82)
#9D9661
(157,150,97)
#A6A070
(166,160,112)
#AFAA7F
(175,170,127)
#B8B48E
(184,180,142)
#C1BE9D
(193,190,157)
#CAC8AC
(202,200,172)
#D3D2BB
(211,210,187)
#DCDCCA
(220,220,202)
#E5E6D9
(229,230,217)
#EEF0E8
(238,240,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #948C52 color. Also use rgb(148,140,82) instead hex code.

Text Font Color

.myTextColor { color: #948C52; }

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

This text font color is #948C52.


Background Color

.myBgColor { background-color: #948C52; }

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

This div background color is #948C52.


Border color

.myBorderColor { border: 1px solid #948C52; }

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

This div border color is #948C52.


Opacity

.myOpacity80 { color: #948C52; opacity: 0.8; }

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

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

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

This text has shadow with #948C52 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #948C52 on black background.


Color preview on white background

This text has color #948C52 on white background.



Black color preview on #948C52 background

This text has black color on #948C52 background.


White color preview on #948C52 background

This text has white color on #948C52 background.