COLOR #948B53

HEX: #948B53 RGB: (148,139,83)

Color info

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

RGB color model

#948B53 color RGB value is (148,139,83).

RGB: (148,139,83) (58%, 55%, 33%)

RGB channels and saturation

R 148 of 255 = 58%
G 139 of 255 = 55%
B 83 of 255 = 33%

148
139
83

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

Portions of RGB colors in percentages

R + G + B = 148 + 139 + 83 = 370 (100%)
R 148 of 370 ~ 40%
G 139 of 370 ~ 37.57%
B 83 of 370 ~ 22.43'%

%40
%37.57
%22.43

CMYK color model

#948B53 color CMYK value is (0,6,44,42).

  • cyan value is 0.00%
  • magenta value is 6.08%
  • yellow value is 43.92%
  • key color value is 41.96%

CMYK: (0,6,44,42)
C0M6Y44K42 (0%, 6%, 44%, 42%)
(0.00 / 0.06 / 0.44 / 0.42)

CMYK percentages

%0
%6.08
%43.92
%41.96

Codes

Color #948B53 in popluar color models

94 8B 53
RGB 148 139 83
HSL 52° 28.14% 45.29%
HSB/HSV 52° 43.92% 58.04%
CMYK 0.00% 6.08% 43.92%
41.96%

Color #948B53 in popluar number systems.

HEX 94 8B 53
Decimal 148 139 83
Binary 10010100 10001011 1010011
Octal 224 213 123

Shades and tints

Shades of #948B53

#948B53
(148,139,83)
#877F4C
(135,127,76)
#7A7345
(122,115,69)
#6D673E
(109,103,62)
#605B37
(96,91,55)
#534F30
(83,79,48)
#464329
(70,67,41)
#393722
(57,55,34)
#2C2B1B
(44,43,27)
#1F1F14
(31,31,20)
#12130D
(18,19,13)
#000000
(0,0,0)

Tints of #948B53

#948B53
(148,139,83)
#9D9562
(157,149,98)
#A69F71
(166,159,113)
#AFA980
(175,169,128)
#B8B38F
(184,179,143)
#C1BD9E
(193,189,158)
#CAC7AD
(202,199,173)
#D3D1BC
(211,209,188)
#DCDBCB
(220,219,203)
#E5E5DA
(229,229,218)
#EEEFE9
(238,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #948B53 color. Also use rgb(148,139,83) instead hex code.

Text Font Color

.myTextColor { color: #948B53; }

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

This text font color is #948B53.

Background Color

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

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

This div background color is #948B53.

Border color

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

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

This div border color is #948B53.

Opacity

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

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

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

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

This text has shadow with #948B53 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #948B53.

Preview

Color preview on black background

This text has color #948B53 on black background.


Color preview on white background

This text has color #948B53 on white background.


Black color preview on #948B53 background

This text has black color on #948B53 background.


White color preview on #948B53 background

This text has white color on #948B53 background.


Related colors

Complementary color

Complementary color for #hex is #6B74AC.


I love getcolorcode.com

Triadic colors

1 #53948B and #8B5394 with #948B53 are triadic colors.

2 #538B94 and #8B9453 with #948B53 are triadic colors.