COLOR #313541

HEX: #313541
RGB: (49,53,65)

Color info

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

RGB color model

#313541 color RGB value is (49,53,65).

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

RGB channels and saturation

R 49 of 255 = 19%
G 53 of 255 = 21%
B 65 of 255 = 25%

49
53
65

R + G + B ~ 22%. #313541 is dark color.

Portions of RGB colors in percentages

R + G + B =
49 + 53 + 65 = 167 (100%)
R 49 of 167 ~ 29.34%
G 53 of 167 ~ 31.74%
B 65 of 167 ~ 38.92%

%29.34
%31.74
%38.92

CMYK color model

#313541 color CMYK value is (25,18,0,75).

  • cyan value is 24.62%
  • magenta value is 18.46%
  • yellow value is 0.00%
  • key color value is 74.51%
CMYK:
(25,18,0,75)
C25M18Y0K75 
(25%,18%,0%,75%)
(0.25/0.18/0.00/0.75)	

CMYK percentages

%24.62
%18.46
%0
%74.51

Codes

Color #313541 in popluar color models

313541
RGB495365
HSL225°14.04%22.35%
HSB/HSV225°24.62%25.49%
CMYK24.62%18.46%0.00%
74.51%

Color #313541 in popluar number systems.

HEX313541
Decimal495365
Binary1100011101011000001
Octal6165101

Shades and tints

Shades of #313541

#313541
(49,53,65)
#2D313C
(45,49,60)
#292D37
(41,45,55)
#252932
(37,41,50)
#21252D
(33,37,45)
#1D2128
(29,33,40)
#191D23
(25,29,35)
#15191E
(21,25,30)
#111519
(17,21,25)
#0D1114
(13,17,20)
#090D0F
(9,13,15)
#000000
(0,0,0)

Tints of #313541

#313541
(49,53,65)
#434752
(67,71,82)
#555963
(85,89,99)
#676B74
(103,107,116)
#797D85
(121,125,133)
#8B8F96
(139,143,150)
#9DA1A7
(157,161,167)
#AFB3B8
(175,179,184)
#C1C5C9
(193,197,201)
#D3D7DA
(211,215,218)
#E5E9EB
(229,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #313541; }

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

This text font color is #313541.


Background Color

.myBgColor { background-color: #313541; }

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

This div background color is #313541.


Border color

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

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

This div border color is #313541.


Opacity

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

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

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

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

This text has shadow with #313541 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #313541 on black background.


Color preview on white background

This text has color #313541 on white background.



Black color preview on #313541 background

This text has black color on #313541 background.


White color preview on #313541 background

This text has white color on #313541 background.