COLOR #948358

HEX: #948358
RGB: (148,131,88)

Color info

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

RGB color model

#948358 color RGB value is (148,131,88).

  • red value is 148;
  • green value is 131;
  • blue value is 88.
RGB:
(148,131,88)
(58%,51%,35%)

RGB channels and saturation

R 148 of 255 = 58%
G 131 of 255 = 51%
B 88 of 255 = 35%

148
131
88

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

Portions of RGB colors in percentages

R + G + B =
148 + 131 + 88 = 367 (100%)
R 148 of 367 ~ 40.33%
G 131 of 367 ~ 35.69%
B 88 of 367 ~ 23.98%

%40.33
%35.69
%23.98

CMYK color model

#948358 color CMYK value is (0,11,41,42).

  • cyan value is 0.00%
  • magenta value is 11.49%
  • yellow value is 40.54%
  • key color value is 41.96%
CMYK:
(0,11,41,42)
C0M11Y41K42 
(0%,11%,41%,42%)
(0.00/0.11/0.41/0.42)	

CMYK percentages

%0
%11.49
%40.54
%41.96

Codes

Color #948358 in popluar color models

948358
RGB14813188
HSL43°25.42%46.27%
HSB/HSV43°40.54%58.04%
CMYK0.00%11.49%40.54%
41.96%

Color #948358 in popluar number systems.

HEX948358
Decimal14813188
Binary10010100100000111011000
Octal224203130

Shades and tints

Shades of #948358

#948358
(148,131,88)
#877850
(135,120,80)
#7A6D48
(122,109,72)
#6D6240
(109,98,64)
#605738
(96,87,56)
#534C30
(83,76,48)
#464128
(70,65,40)
#393620
(57,54,32)
#2C2B18
(44,43,24)
#1F2010
(31,32,16)
#121508
(18,21,8)
#000000
(0,0,0)

Tints of #948358

#948358
(148,131,88)
#9D8E67
(157,142,103)
#A69976
(166,153,118)
#AFA485
(175,164,133)
#B8AF94
(184,175,148)
#C1BAA3
(193,186,163)
#CAC5B2
(202,197,178)
#D3D0C1
(211,208,193)
#DCDBD0
(220,219,208)
#E5E6DF
(229,230,223)
#EEF1EE
(238,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #948358 color. Also use rgb(148,131,88) instead hex code.

Text Font Color

.myTextColor { color: #948358; }

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

This text font color is #948358.


Background Color

.myBgColor { background-color: #948358; }

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

This div background color is #948358.


Border color

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

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

This div border color is #948358.


Opacity

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

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

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

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

This text has shadow with #948358 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #948358 on black background.


Color preview on white background

This text has color #948358 on white background.



Black color preview on #948358 background

This text has black color on #948358 background.


White color preview on #948358 background

This text has white color on #948358 background.