COLOR #31376D

HEX: #31376D
RGB: (49,55,109)

Color info

#31376D contains mainly green and blue colors. Web safe color of #31376D is #333366 (or #336).

RGB color model

#31376D color RGB value is (49,55,109).

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

RGB channels and saturation

R 49 of 255 = 19%
G 55 of 255 = 22%
B 109 of 255 = 43%

49
55
109

R + G + B ~ 28%. #31376D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
49 + 55 + 109 = 213 (100%)
R 49 of 213 ~ 23%
G 55 of 213 ~ 25.82%
B 109 of 213 ~ 51.17%

%23
%25.82
%51.17

CMYK color model

#31376D color CMYK value is (55,50,0,57).

  • cyan value is 55.05%
  • magenta value is 49.54%
  • yellow value is 0.00%
  • key color value is 57.25%
CMYK:
(55,50,0,57)
C55M50Y0K57 
(55%,50%,0%,57%)
(0.55/0.50/0.00/0.57)	

CMYK percentages

%55.05
%49.54
%0
%57.25

Codes

Color #31376D in popluar color models

31376D
RGB4955109
HSL234°37.97%30.98%
HSB/HSV234°55.05%42.75%
CMYK55.05%49.54%0.00%
57.25%

Color #31376D in popluar number systems.

HEX31376D
Decimal4955109
Binary1100011101111101101
Octal6167155

Shades and tints

Shades of #31376D

#31376D
(49,55,109)
#2D3264
(45,50,100)
#292D5B
(41,45,91)
#252852
(37,40,82)
#212349
(33,35,73)
#1D1E40
(29,30,64)
#191937
(25,25,55)
#15142E
(21,20,46)
#110F25
(17,15,37)
#0D0A1C
(13,10,28)
#090513
(9,5,19)
#000000
(0,0,0)

Tints of #31376D

#31376D
(49,55,109)
#43497A
(67,73,122)
#555B87
(85,91,135)
#676D94
(103,109,148)
#797FA1
(121,127,161)
#8B91AE
(139,145,174)
#9DA3BB
(157,163,187)
#AFB5C8
(175,181,200)
#C1C7D5
(193,199,213)
#D3D9E2
(211,217,226)
#E5EBEF
(229,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #31376D; }

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

This text font color is #31376D.


Background Color

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

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

This div background color is #31376D.


Border color

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

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

This div border color is #31376D.


Opacity

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

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

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

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

This text has shadow with #31376D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #31376D on black background.


Color preview on white background

This text has color #31376D on white background.



Black color preview on #31376D background

This text has black color on #31376D background.


White color preview on #31376D background

This text has white color on #31376D background.