COLOR #31253D

HEX: #31253D
RGB: (49,37,61)

Color info

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

RGB color model

#31253D color RGB value is (49,37,61).

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

RGB channels and saturation

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

49
37
61

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

Portions of RGB colors in percentages

R + G + B =
49 + 37 + 61 = 147 (100%)
R 49 of 147 ~ 33.33%
G 37 of 147 ~ 25.17%
B 61 of 147 ~ 41.5%

%33.33
%25.17
%41.5

CMYK color model

#31253D color CMYK value is (20,39,0,76).

  • cyan value is 19.67%
  • magenta value is 39.34%
  • yellow value is 0.00%
  • key color value is 76.08%
CMYK:
(20,39,0,76)
C20M39Y0K76 
(20%,39%,0%,76%)
(0.20/0.39/0.00/0.76)	

CMYK percentages

%19.67
%39.34
%0
%76.08

Codes

Color #31253D in popluar color models

31253D
RGB493761
HSL270°24.49%19.22%
HSB/HSV270°39.34%23.92%
CMYK19.67%39.34%0.00%
76.08%

Color #31253D in popluar number systems.

HEX31253D
Decimal493761
Binary110001100101111101
Octal614575

Shades and tints

Shades of #31253D

#31253D
(49,37,61)
#2D2238
(45,34,56)
#291F33
(41,31,51)
#251C2E
(37,28,46)
#211929
(33,25,41)
#1D1624
(29,22,36)
#19131F
(25,19,31)
#15101A
(21,16,26)
#110D15
(17,13,21)
#0D0A10
(13,10,16)
#09070B
(9,7,11)
#000000
(0,0,0)

Tints of #31253D

#31253D
(49,37,61)
#43384E
(67,56,78)
#554B5F
(85,75,95)
#675E70
(103,94,112)
#797181
(121,113,129)
#8B8492
(139,132,146)
#9D97A3
(157,151,163)
#AFAAB4
(175,170,180)
#C1BDC5
(193,189,197)
#D3D0D6
(211,208,214)
#E5E3E7
(229,227,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #31253D; }

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

This text font color is #31253D.


Background Color

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

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

This div background color is #31253D.


Border color

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

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

This div border color is #31253D.


Opacity

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

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

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

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

This text has shadow with #31253D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #31253D on black background.


Color preview on white background

This text has color #31253D on white background.



Black color preview on #31253D background

This text has black color on #31253D background.


White color preview on #31253D background

This text has white color on #31253D background.