COLOR #313833

HEX: #313833
RGB: (49,56,51)

Color info

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

RGB color model

#313833 color RGB value is (49,56,51).

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

RGB channels and saturation

R 49 of 255 = 19%
G 56 of 255 = 22%
B 51 of 255 = 20%

49
56
51

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

Portions of RGB colors in percentages

R + G + B =
49 + 56 + 51 = 156 (100%)
R 49 of 156 ~ 31.41%
G 56 of 156 ~ 35.9%
B 51 of 156 ~ 32.69%

%31.41
%35.9
%32.69

CMYK color model

#313833 color CMYK value is (13,0,9,78).

  • cyan value is 12.50%
  • magenta value is 0.00%
  • yellow value is 8.93%
  • key color value is 78.04%
CMYK:
(13,0,9,78)
C13M0Y9K78 
(13%,0%,9%,78%)
(0.13/0.00/0.09/0.78)	

CMYK percentages

%12.5
%0
%8.93
%78.04

Codes

Color #313833 in popluar color models

313833
RGB495651
HSL137°6.67%20.59%
HSB/HSV137°12.50%21.96%
CMYK12.50%0.00%8.93%
78.04%

Color #313833 in popluar number systems.

HEX313833
Decimal495651
Binary110001111000110011
Octal617063

Shades and tints

Shades of #313833

#313833
(49,56,51)
#2D332F
(45,51,47)
#292E2B
(41,46,43)
#252927
(37,41,39)
#212423
(33,36,35)
#1D1F1F
(29,31,31)
#191A1B
(25,26,27)
#151517
(21,21,23)
#111013
(17,16,19)
#0D0B0F
(13,11,15)
#09060B
(9,6,11)
#000000
(0,0,0)

Tints of #313833

#313833
(49,56,51)
#434A45
(67,74,69)
#555C57
(85,92,87)
#676E69
(103,110,105)
#79807B
(121,128,123)
#8B928D
(139,146,141)
#9DA49F
(157,164,159)
#AFB6B1
(175,182,177)
#C1C8C3
(193,200,195)
#D3DAD5
(211,218,213)
#E5ECE7
(229,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #313833; }

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

This text font color is #313833.


Background Color

.myBgColor { background-color: #313833; }

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

This div background color is #313833.


Border color

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

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

This div border color is #313833.


Opacity

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

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

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

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

This text has shadow with #313833 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #313833 on black background.


Color preview on white background

This text has color #313833 on white background.



Black color preview on #313833 background

This text has black color on #313833 background.


White color preview on #313833 background

This text has white color on #313833 background.