COLOR #31133D

HEX: #31133D RGB: (49,19,61)

Color info

#31133D contains red, green and blue colors in about the same proportion. Web safe color of #31133D is #330033 (or #303).

RGB color model

#31133D color RGB value is (49,19,61).

RGB: (49,19,61) (19%, 7%, 24%)

RGB channels and saturation

R 49 of 255 = 19%
G 19 of 255 = 7%
B 61 of 255 = 24%

49
19
61

R + G + B ~ 17%. #31133D is dark color.

Portions of RGB colors in percentages

R + G + B = 49 + 19 + 61 = 129 (100%)
R 49 of 129 ~ 37.98%
G 19 of 129 ~ 14.73%
B 61 of 129 ~ 47.29'%

%37.98
%14.73
%47.29

CMYK color model

#31133D color CMYK value is (20,69,0,76).

  • cyan value is 19.67%
  • magenta value is 68.85%
  • yellow value is 0.00%
  • key color value is 76.08%
CMYK: (20,69,0,76) C20M69Y0K76 (20%,69%,0%,76%) (0.20/0.69/0.00/0.76) 

CMYK percentages

%19.67
%68.85
%0
%76.08

Codes

Color #31133D in popluar color models

31 13 3D
RGB 49 19 61
HSL 283° 52.50% 15.69%
HSB/HSV 283° 68.85% 23.92%
CMYK 19.67% 68.85% 0.00%
76.08%

Color #31133D in popluar number systems.

HEX 31 13 3D
Decimal 49 19 61
Binary 110001 10011 111101
Octal 61 23 75

Shades and tints

Shades of #31133D

#31133D
(49,19,61)
#2D1238
(45,18,56)
#291133
(41,17,51)
#25102E
(37,16,46)
#210F29
(33,15,41)
#1D0E24
(29,14,36)
#190D1F
(25,13,31)
#150C1A
(21,12,26)
#110B15
(17,11,21)
#0D0A10
(13,10,16)
#09090B
(9,9,11)
#000000
(0,0,0)

Tints of #31133D

#31133D
(49,19,61)
#43284E
(67,40,78)
#553D5F
(85,61,95)
#675270
(103,82,112)
#796781
(121,103,129)
#8B7C92
(139,124,146)
#9D91A3
(157,145,163)
#AFA6B4
(175,166,180)
#C1BBC5
(193,187,197)
#D3D0D6
(211,208,214)
#E5E5E7
(229,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #31133D; }

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

This text font color is #31133D.

Background Color

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

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

This div background color is #31133D.

Border color

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

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

This div border color is #31133D.

Opacity

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

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

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

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

This text has shadow with #31133D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #31133D.

Preview

Color preview on black background

This text has color #31133D on black background.


Color preview on white background

This text has color #31133D on white background.


Black color preview on #31133D background

This text has black color on #31133D background.


White color preview on #31133D background

This text has white color on #31133D background.


Related colors

Complementary color

Complementary color for #hex is #CEECC2.


I love getcolorcode.com

Triadic colors

1 #3D3113 and #133D31 with #31133D are triadic colors.

2 #3D1331 and #13313D with #31133D are triadic colors.