COLOR #31253E

HEX: #31253E
RGB: (49,37,62)

Color info

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

RGB color model

#31253E color RGB value is (49,37,62).

  • red value is 49;
  • green value is 37;
  • blue value is 62.
RGB:
(49,37,62)
(19%,15%,24%)

RGB channels and saturation

R 49 of 255 = 19%
G 37 of 255 = 15%
B 62 of 255 = 24%

49
37
62

R + G + B ~ 19%. #31253E is dark color.

Portions of RGB colors in percentages

R + G + B =
49 + 37 + 62 = 148 (100%)
R 49 of 148 ~ 33.11%
G 37 of 148 ~ 25%
B 62 of 148 ~ 41.89%

%33.11
%25
%41.89

CMYK color model

#31253E color CMYK value is (21,40,0,76).

  • cyan value is 20.97%
  • magenta value is 40.32%
  • yellow value is 0.00%
  • key color value is 75.69%
CMYK:
(21,40,0,76)
C21M40Y0K76 
(21%,40%,0%,76%)
(0.21/0.40/0.00/0.76)	

CMYK percentages

%20.97
%40.32
%0
%75.69

Codes

Color #31253E in popluar color models

31253E
RGB493762
HSL269°25.25%19.41%
HSB/HSV269°40.32%24.31%
CMYK20.97%40.32%0.00%
75.69%

Color #31253E in popluar number systems.

HEX31253E
Decimal493762
Binary110001100101111110
Octal614576

Shades and tints

Shades of #31253E

#31253E
(49,37,62)
#2D2239
(45,34,57)
#291F34
(41,31,52)
#251C2F
(37,28,47)
#21192A
(33,25,42)
#1D1625
(29,22,37)
#191320
(25,19,32)
#15101B
(21,16,27)
#110D16
(17,13,22)
#0D0A11
(13,10,17)
#09070C
(9,7,12)
#000000
(0,0,0)

Tints of #31253E

#31253E
(49,37,62)
#43384F
(67,56,79)
#554B60
(85,75,96)
#675E71
(103,94,113)
#797182
(121,113,130)
#8B8493
(139,132,147)
#9D97A4
(157,151,164)
#AFAAB5
(175,170,181)
#C1BDC6
(193,189,198)
#D3D0D7
(211,208,215)
#E5E3E8
(229,227,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #31253E color. Also use rgb(49,37,62) instead hex code.

Text Font Color

.myTextColor { color: #31253E; }

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

This text font color is #31253E.


Background Color

.myBgColor { background-color: #31253E; }

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

This div background color is #31253E.


Border color

.myBorderColor { border: 1px solid #31253E; }

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

This div border color is #31253E.


Opacity

.myOpacity80 { color: #31253E; opacity: 0.8; }

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

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

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

This text has shadow with #31253E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #31253E on black background.


Color preview on white background

This text has color #31253E on white background.



Black color preview on #31253E background

This text has black color on #31253E background.


White color preview on #31253E background

This text has white color on #31253E background.