COLOR #948383

HEX: #948383
RGB: (148,131,131)

Color info

#948383 contains red, green and blue colors in about the same proportion. Web safe color of #948383 is #999999 (or #999).

RGB color model

#948383 color RGB value is (148,131,131).

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

RGB channels and saturation

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

148
131
131

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

Portions of RGB colors in percentages

R + G + B =
148 + 131 + 131 = 410 (100%)
R 148 of 410 ~ 36.1%
G 131 of 410 ~ 31.95%
B 131 of 410 ~ 31.95%

%36.1
%31.95
%31.95

CMYK color model

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

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

CMYK percentages

%0
%11.49
%11.49
%41.96

Codes

Color #948383 in popluar color models

948383
RGB148131131
HSL7.36%54.71%
HSB/HSV11.49%58.04%
CMYK0.00%11.49%11.49%
41.96%

Color #948383 in popluar number systems.

HEX948383
Decimal148131131
Binary100101001000001110000011
Octal224203203

Shades and tints

Shades of #948383

#948383
(148,131,131)
#877878
(135,120,120)
#7A6D6D
(122,109,109)
#6D6262
(109,98,98)
#605757
(96,87,87)
#534C4C
(83,76,76)
#464141
(70,65,65)
#393636
(57,54,54)
#2C2B2B
(44,43,43)
#1F2020
(31,32,32)
#121515
(18,21,21)
#000000
(0,0,0)

Tints of #948383

#948383
(148,131,131)
#9D8E8E
(157,142,142)
#A69999
(166,153,153)
#AFA4A4
(175,164,164)
#B8AFAF
(184,175,175)
#C1BABA
(193,186,186)
#CAC5C5
(202,197,197)
#D3D0D0
(211,208,208)
#DCDBDB
(220,219,219)
#E5E6E6
(229,230,230)
#EEF1F1
(238,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #948383; }

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

This text font color is #948383.


Background Color

.myBgColor { background-color: #948383; }

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

This div background color is #948383.


Border color

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

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

This div border color is #948383.


Opacity

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

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

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

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

This text has shadow with #948383 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #948383 on black background.


Color preview on white background

This text has color #948383 on white background.



Black color preview on #948383 background

This text has black color on #948383 background.


White color preview on #948383 background

This text has white color on #948383 background.