COLOR #948A46

HEX: #948A46
RGB: (148,138,70)

Color info

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

RGB color model

#948A46 color RGB value is (148,138,70).

  • red value is 148;
  • green value is 138;
  • blue value is 70.
RGB: (148,138,70) (58%,54%,27%)

RGB channels and saturation

R 148 of 255 = 58%
G 138 of 255 = 54%
B 70 of 255 = 27%

148
138
70

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

Portions of RGB colors in percentages

R + G + B =
148 + 138 + 70 = 356 (100%)
R 148 of 356 ~ 41.57%
G 138 of 356 ~ 38.76%
B 70 of 356 ~ 19.66%

%41.57
%38.76
%19.66

CMYK color model

#948A46 color CMYK value is (0,7,53,42).

  • cyan value is 0.00%
  • magenta value is 6.76%
  • yellow value is 52.70%
  • key color value is 41.96%
CMYK: (0,7,53,42) C0M7Y53K42 (0%,7%,53%,42%) (0.00/0.07/0.53/0.42)

CMYK percentages

%0
%6.76
%52.7
%41.96

Codes

Color #948A46 in popluar color models

948A46
RGB14813870
HSL52°35.78%42.75%
HSB/HSV52°52.70%58.04%
CMYK0.00%6.76%52.70%
41.96%

Color #948A46 in popluar number systems.

HEX948A46
Decimal14813870
Binary10010100100010101000110
Octal224212106

Shades and tints

Shades of #948A46

#948A46
(148,138,70)
#877E40
(135,126,64)
#7A723A
(122,114,58)
#6D6634
(109,102,52)
#605A2E
(96,90,46)
#534E28
(83,78,40)
#464222
(70,66,34)
#39361C
(57,54,28)
#2C2A16
(44,42,22)
#1F1E10
(31,30,16)
#12120A
(18,18,10)
#000000
(0,0,0)

Tints of #948A46

#948A46
(148,138,70)
#9D9456
(157,148,86)
#A69E66
(166,158,102)
#AFA876
(175,168,118)
#B8B286
(184,178,134)
#C1BC96
(193,188,150)
#CAC6A6
(202,198,166)
#D3D0B6
(211,208,182)
#DCDAC6
(220,218,198)
#E5E4D6
(229,228,214)
#EEEEE6
(238,238,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #948A46 color. Also use rgb(148,138,70) instead hex code.

Text Font Color

.myTextColor { color: #948A46; }

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

This text font color is #948A46.


Background Color

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

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

This div background color is #948A46.


Border color

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

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

This div border color is #948A46.


Opacity

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

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

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

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

This text has shadow with #948A46 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #948A46 on black background.


Color preview on white background

This text has color #948A46 on white background.



Black color preview on #948A46 background

This text has black color on #948A46 background.


White color preview on #948A46 background

This text has white color on #948A46 background.