COLOR #31353D

HEX: #31353D
RGB: (49,53,61)

Color info

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

RGB color model

#31353D color RGB value is (49,53,61).

  • red value is 49;
  • green value is 53;
  • blue value is 61.
RGB:
(49,53,61)
(19%,21%,24%)

RGB channels and saturation

R 49 of 255 = 19%
G 53 of 255 = 21%
B 61 of 255 = 24%

49
53
61

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

Portions of RGB colors in percentages

R + G + B =
49 + 53 + 61 = 163 (100%)
R 49 of 163 ~ 30.06%
G 53 of 163 ~ 32.52%
B 61 of 163 ~ 37.42%

%30.06
%32.52
%37.42

CMYK color model

#31353D color CMYK value is (20,13,0,76).

  • cyan value is 19.67%
  • magenta value is 13.11%
  • yellow value is 0.00%
  • key color value is 76.08%
CMYK:
(20,13,0,76)
C20M13Y0K76 
(20%,13%,0%,76%)
(0.20/0.13/0.00/0.76)	

CMYK percentages

%19.67
%13.11
%0
%76.08

Codes

Color #31353D in popluar color models

31353D
RGB495361
HSL220°10.91%21.57%
HSB/HSV220°19.67%23.92%
CMYK19.67%13.11%0.00%
76.08%

Color #31353D in popluar number systems.

HEX31353D
Decimal495361
Binary110001110101111101
Octal616575

Shades and tints

Shades of #31353D

#31353D
(49,53,61)
#2D3138
(45,49,56)
#292D33
(41,45,51)
#25292E
(37,41,46)
#212529
(33,37,41)
#1D2124
(29,33,36)
#191D1F
(25,29,31)
#15191A
(21,25,26)
#111515
(17,21,21)
#0D1110
(13,17,16)
#090D0B
(9,13,11)
#000000
(0,0,0)

Tints of #31353D

#31353D
(49,53,61)
#43474E
(67,71,78)
#55595F
(85,89,95)
#676B70
(103,107,112)
#797D81
(121,125,129)
#8B8F92
(139,143,146)
#9DA1A3
(157,161,163)
#AFB3B4
(175,179,180)
#C1C5C5
(193,197,197)
#D3D7D6
(211,215,214)
#E5E9E7
(229,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #31353D color. Also use rgb(49,53,61) instead hex code.

Text Font Color

.myTextColor { color: #31353D; }

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

This text font color is #31353D.


Background Color

.myBgColor { background-color: #31353D; }

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

This div background color is #31353D.


Border color

.myBorderColor { border: 1px solid #31353D; }

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

This div border color is #31353D.


Opacity

.myOpacity80 { color: #31353D; opacity: 0.8; }

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

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

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

This text has shadow with #31353D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #31353D on black background.


Color preview on white background

This text has color #31353D on white background.



Black color preview on #31353D background

This text has black color on #31353D background.


White color preview on #31353D background

This text has white color on #31353D background.