COLOR #303831

HEX: #303831
RGB: (48,56,49)

Color info

#303831 contains red, green and blue colors in about the same proportion. Web safe color of #303831 is #333333 (or #333).

RGB color model

#303831 color RGB value is (48,56,49).

  • red value is 48;
  • green value is 56;
  • blue value is 49.
RGB:
(48,56,49)
(19%,22%,19%)

RGB channels and saturation

R 48 of 255 = 19%
G 56 of 255 = 22%
B 49 of 255 = 19%

48
56
49

R + G + B ~ 20%. #303831 is dark color.

Portions of RGB colors in percentages

R + G + B =
48 + 56 + 49 = 153 (100%)
R 48 of 153 ~ 31.37%
G 56 of 153 ~ 36.6%
B 49 of 153 ~ 32.03%

%31.37
%36.6
%32.03

CMYK color model

#303831 color CMYK value is (14,0,13,78).

  • cyan value is 14.29%
  • magenta value is 0.00%
  • yellow value is 12.50%
  • key color value is 78.04%
CMYK:
(14,0,13,78)
C14M0Y13K78 
(14%,0%,13%,78%)
(0.14/0.00/0.13/0.78)	

CMYK percentages

%14.29
%0
%12.5
%78.04

Codes

Color #303831 in popluar color models

303831
RGB485649
HSL128°7.69%20.39%
HSB/HSV128°14.29%21.96%
CMYK14.29%0.00%12.50%
78.04%

Color #303831 in popluar number systems.

HEX303831
Decimal485649
Binary110000111000110001
Octal607061

Shades and tints

Shades of #303831

#303831
(48,56,49)
#2C332D
(44,51,45)
#282E29
(40,46,41)
#242925
(36,41,37)
#202421
(32,36,33)
#1C1F1D
(28,31,29)
#181A19
(24,26,25)
#141515
(20,21,21)
#101011
(16,16,17)
#0C0B0D
(12,11,13)
#080609
(8,6,9)
#000000
(0,0,0)

Tints of #303831

#303831
(48,56,49)
#424A43
(66,74,67)
#545C55
(84,92,85)
#666E67
(102,110,103)
#788079
(120,128,121)
#8A928B
(138,146,139)
#9CA49D
(156,164,157)
#AEB6AF
(174,182,175)
#C0C8C1
(192,200,193)
#D2DAD3
(210,218,211)
#E4ECE5
(228,236,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #303831 color. Also use rgb(48,56,49) instead hex code.

Text Font Color

.myTextColor { color: #303831; }

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

This text font color is #303831.


Background Color

.myBgColor { background-color: #303831; }

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

This div background color is #303831.


Border color

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

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

This div border color is #303831.


Opacity

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

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

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

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

This text has shadow with #303831 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #303831 on black background.


Color preview on white background

This text has color #303831 on white background.



Black color preview on #303831 background

This text has black color on #303831 background.


White color preview on #303831 background

This text has white color on #303831 background.