COLOR #311530

HEX: #311530
RGB: (49,21,48)

Color info

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

RGB color model

#311530 color RGB value is (49,21,48).

  • red value is 49;
  • green value is 21;
  • blue value is 48.
RGB:
(49,21,48)
(19%,8%,19%)

RGB channels and saturation

R 49 of 255 = 19%
G 21 of 255 = 8%
B 48 of 255 = 19%

49
21
48

R + G + B ~ 15%. #311530 is dark color.

Portions of RGB colors in percentages

R + G + B =
49 + 21 + 48 = 118 (100%)
R 49 of 118 ~ 41.53%
G 21 of 118 ~ 17.8%
B 48 of 118 ~ 40.68%

%41.53
%17.8
%40.68

CMYK color model

#311530 color CMYK value is (0,57,2,81).

  • cyan value is 0.00%
  • magenta value is 57.14%
  • yellow value is 2.04%
  • key color value is 80.78%
CMYK:
(0,57,2,81)
C0M57Y2K81 
(0%,57%,2%,81%)
(0.00/0.57/0.02/0.81)	

CMYK percentages

%0
%57.14
%2.04
%80.78

Codes

Color #311530 in popluar color models

311530
RGB492148
HSL302°40.00%13.73%
HSB/HSV302°57.14%19.22%
CMYK0.00%57.14%2.04%
80.78%

Color #311530 in popluar number systems.

HEX311530
Decimal492148
Binary11000110101110000
Octal612560

Shades and tints

Shades of #311530

#311530
(49,21,48)
#2D142C
(45,20,44)
#291328
(41,19,40)
#251224
(37,18,36)
#211120
(33,17,32)
#1D101C
(29,16,28)
#190F18
(25,15,24)
#150E14
(21,14,20)
#110D10
(17,13,16)
#0D0C0C
(13,12,12)
#090B08
(9,11,8)
#000000
(0,0,0)

Tints of #311530

#311530
(49,21,48)
#432A42
(67,42,66)
#553F54
(85,63,84)
#675466
(103,84,102)
#796978
(121,105,120)
#8B7E8A
(139,126,138)
#9D939C
(157,147,156)
#AFA8AE
(175,168,174)
#C1BDC0
(193,189,192)
#D3D2D2
(211,210,210)
#E5E7E4
(229,231,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #311530 color. Also use rgb(49,21,48) instead hex code.

Text Font Color

.myTextColor { color: #311530; }

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

This text font color is #311530.


Background Color

.myBgColor { background-color: #311530; }

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

This div background color is #311530.


Border color

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

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

This div border color is #311530.


Opacity

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

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

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

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

This text has shadow with #311530 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #311530 on black background.


Color preview on white background

This text has color #311530 on white background.



Black color preview on #311530 background

This text has black color on #311530 background.


White color preview on #311530 background

This text has white color on #311530 background.