COLOR #313334

HEX: #313334
RGB: (49,51,52)

Color info

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

RGB color model

#313334 color RGB value is (49,51,52).

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

RGB channels and saturation

R 49 of 255 = 19%
G 51 of 255 = 20%
B 52 of 255 = 20%

49
51
52

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

Portions of RGB colors in percentages

R + G + B =
49 + 51 + 52 = 152 (100%)
R 49 of 152 ~ 32.24%
G 51 of 152 ~ 33.55%
B 52 of 152 ~ 34.21%

%32.24
%33.55
%34.21

CMYK color model

#313334 color CMYK value is (6,2,0,80).

  • cyan value is 5.77%
  • magenta value is 1.92%
  • yellow value is 0.00%
  • key color value is 79.61%
CMYK:
(6,2,0,80)
C6M2Y0K80 
(6%,2%,0%,80%)
(0.06/0.02/0.00/0.80)	

CMYK percentages

%5.77
%1.92
%0
%79.61

Codes

Color #313334 in popluar color models

313334
RGB495152
HSL200°2.97%19.80%
HSB/HSV200°5.77%20.39%
CMYK5.77%1.92%0.00%
79.61%

Color #313334 in popluar number systems.

HEX313334
Decimal495152
Binary110001110011110100
Octal616364

Shades and tints

Shades of #313334

#313334
(49,51,52)
#2D2F30
(45,47,48)
#292B2C
(41,43,44)
#252728
(37,39,40)
#212324
(33,35,36)
#1D1F20
(29,31,32)
#191B1C
(25,27,28)
#151718
(21,23,24)
#111314
(17,19,20)
#0D0F10
(13,15,16)
#090B0C
(9,11,12)
#000000
(0,0,0)

Tints of #313334

#313334
(49,51,52)
#434546
(67,69,70)
#555758
(85,87,88)
#67696A
(103,105,106)
#797B7C
(121,123,124)
#8B8D8E
(139,141,142)
#9D9FA0
(157,159,160)
#AFB1B2
(175,177,178)
#C1C3C4
(193,195,196)
#D3D5D6
(211,213,214)
#E5E7E8
(229,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #313334; }

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

This text font color is #313334.


Background Color

.myBgColor { background-color: #313334; }

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

This div background color is #313334.


Border color

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

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

This div border color is #313334.


Opacity

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

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

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

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

This text has shadow with #313334 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #313334 on black background.


Color preview on white background

This text has color #313334 on white background.



Black color preview on #313334 background

This text has black color on #313334 background.


White color preview on #313334 background

This text has white color on #313334 background.