COLOR #313741

HEX: #313741
RGB: (49,55,65)

Color info

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

RGB color model

#313741 color RGB value is (49,55,65).

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

RGB channels and saturation

R 49 of 255 = 19%
G 55 of 255 = 22%
B 65 of 255 = 25%

49
55
65

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

Portions of RGB colors in percentages

R + G + B =
49 + 55 + 65 = 169 (100%)
R 49 of 169 ~ 28.99%
G 55 of 169 ~ 32.54%
B 65 of 169 ~ 38.46%

%28.99
%32.54
%38.46

CMYK color model

#313741 color CMYK value is (25,15,0,75).

  • cyan value is 24.62%
  • magenta value is 15.38%
  • yellow value is 0.00%
  • key color value is 74.51%
CMYK:
(25,15,0,75)
C25M15Y0K75 
(25%,15%,0%,75%)
(0.25/0.15/0.00/0.75)	

CMYK percentages

%24.62
%15.38
%0
%74.51

Codes

Color #313741 in popluar color models

313741
RGB495565
HSL218°14.04%22.35%
HSB/HSV218°24.62%25.49%
CMYK24.62%15.38%0.00%
74.51%

Color #313741 in popluar number systems.

HEX313741
Decimal495565
Binary1100011101111000001
Octal6167101

Shades and tints

Shades of #313741

#313741
(49,55,65)
#2D323C
(45,50,60)
#292D37
(41,45,55)
#252832
(37,40,50)
#21232D
(33,35,45)
#1D1E28
(29,30,40)
#191923
(25,25,35)
#15141E
(21,20,30)
#110F19
(17,15,25)
#0D0A14
(13,10,20)
#09050F
(9,5,15)
#000000
(0,0,0)

Tints of #313741

#313741
(49,55,65)
#434952
(67,73,82)
#555B63
(85,91,99)
#676D74
(103,109,116)
#797F85
(121,127,133)
#8B9196
(139,145,150)
#9DA3A7
(157,163,167)
#AFB5B8
(175,181,184)
#C1C7C9
(193,199,201)
#D3D9DA
(211,217,218)
#E5EBEB
(229,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #313741; }

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

This text font color is #313741.


Background Color

.myBgColor { background-color: #313741; }

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

This div background color is #313741.


Border color

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

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

This div border color is #313741.


Opacity

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

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

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

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

This text has shadow with #313741 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #313741 on black background.


Color preview on white background

This text has color #313741 on white background.



Black color preview on #313741 background

This text has black color on #313741 background.


White color preview on #313741 background

This text has white color on #313741 background.