COLOR #313755

HEX: #313755
RGB: (49,55,85)

Color info

#313755 contains red, green and blue colors in about the same proportion. Web safe color of #313755 is #333366 (or #336).

RGB color model

#313755 color RGB value is (49,55,85).

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

RGB channels and saturation

R 49 of 255 = 19%
G 55 of 255 = 22%
B 85 of 255 = 33%

49
55
85

R + G + B ~ 25%. #313755 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
49 + 55 + 85 = 189 (100%)
R 49 of 189 ~ 25.93%
G 55 of 189 ~ 29.1%
B 85 of 189 ~ 44.97%

%25.93
%29.1
%44.97

CMYK color model

#313755 color CMYK value is (42,35,0,67).

  • cyan value is 42.35%
  • magenta value is 35.29%
  • yellow value is 0.00%
  • key color value is 66.67%
CMYK:
(42,35,0,67)
C42M35Y0K67 
(42%,35%,0%,67%)
(0.42/0.35/0.00/0.67)	

CMYK percentages

%42.35
%35.29
%0
%66.67

Codes

Color #313755 in popluar color models

313755
RGB495585
HSL230°26.87%26.27%
HSB/HSV230°42.35%33.33%
CMYK42.35%35.29%0.00%
66.67%

Color #313755 in popluar number systems.

HEX313755
Decimal495585
Binary1100011101111010101
Octal6167125

Shades and tints

Shades of #313755

#313755
(49,55,85)
#2D324E
(45,50,78)
#292D47
(41,45,71)
#252840
(37,40,64)
#212339
(33,35,57)
#1D1E32
(29,30,50)
#19192B
(25,25,43)
#151424
(21,20,36)
#110F1D
(17,15,29)
#0D0A16
(13,10,22)
#09050F
(9,5,15)
#000000
(0,0,0)

Tints of #313755

#313755
(49,55,85)
#434964
(67,73,100)
#555B73
(85,91,115)
#676D82
(103,109,130)
#797F91
(121,127,145)
#8B91A0
(139,145,160)
#9DA3AF
(157,163,175)
#AFB5BE
(175,181,190)
#C1C7CD
(193,199,205)
#D3D9DC
(211,217,220)
#E5EBEB
(229,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #313755; }

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

This text font color is #313755.


Background Color

.myBgColor { background-color: #313755; }

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

This div background color is #313755.


Border color

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

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

This div border color is #313755.


Opacity

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

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

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

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

This text has shadow with #313755 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #313755 on black background.


Color preview on white background

This text has color #313755 on white background.



Black color preview on #313755 background

This text has black color on #313755 background.


White color preview on #313755 background

This text has white color on #313755 background.