COLOR #313838

HEX: #313838
RGB: (49,56,56)

Color info

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

RGB color model

#313838 color RGB value is (49,56,56).

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

RGB channels and saturation

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

49
56
56

R + G + B ~ 21%. #313838 is dark color.

Portions of RGB colors in percentages

R + G + B =
49 + 56 + 56 = 161 (100%)
R 49 of 161 ~ 30.43%
G 56 of 161 ~ 34.78%
B 56 of 161 ~ 34.78%

%30.43
%34.78
%34.78

CMYK color model

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

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

CMYK percentages

%12.5
%0
%0
%78.04

Codes

Color #313838 in popluar color models

313838
RGB495656
HSL180°6.67%20.59%
HSB/HSV180°12.50%21.96%
CMYK12.50%0.00%0.00%
78.04%

Color #313838 in popluar number systems.

HEX313838
Decimal495656
Binary110001111000111000
Octal617070

Shades and tints

Shades of #313838

#313838
(49,56,56)
#2D3333
(45,51,51)
#292E2E
(41,46,46)
#252929
(37,41,41)
#212424
(33,36,36)
#1D1F1F
(29,31,31)
#191A1A
(25,26,26)
#151515
(21,21,21)
#111010
(17,16,16)
#0D0B0B
(13,11,11)
#090606
(9,6,6)
#000000
(0,0,0)

Tints of #313838

#313838
(49,56,56)
#434A4A
(67,74,74)
#555C5C
(85,92,92)
#676E6E
(103,110,110)
#798080
(121,128,128)
#8B9292
(139,146,146)
#9DA4A4
(157,164,164)
#AFB6B6
(175,182,182)
#C1C8C8
(193,200,200)
#D3DADA
(211,218,218)
#E5ECEC
(229,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #313838; }

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

This text font color is #313838.


Background Color

.myBgColor { background-color: #313838; }

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

This div background color is #313838.


Border color

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

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

This div border color is #313838.


Opacity

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

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

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

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

This text has shadow with #313838 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #313838 on black background.


Color preview on white background

This text has color #313838 on white background.



Black color preview on #313838 background

This text has black color on #313838 background.


White color preview on #313838 background

This text has white color on #313838 background.