COLOR #311C34

HEX: #311C34 RGB: (49,28,52)

Color info

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

RGB color model

#311C34 color RGB value is (49,28,52).

RGB: (49,28,52) (19%, 11%, 20%)

RGB channels and saturation

R 49 of 255 = 19%
G 28 of 255 = 11%
B 52 of 255 = 20%

49
28
52

R + G + B ~ 17%. #311C34 is dark color.

Portions of RGB colors in percentages

R + G + B = 49 + 28 + 52 = 129 (100%)
R 49 of 129 ~ 37.98%
G 28 of 129 ~ 21.71%
B 52 of 129 ~ 40.31'%

%37.98
%21.71
%40.31

CMYK color model

#311C34 color CMYK value is (6,46,0,80).

  • cyan value is 5.77%
  • magenta value is 46.15%
  • yellow value is 0.00%
  • key color value is 79.61%

CMYK: (6,46,0,80)
C6M46Y0K80 (6%, 46%, 0%, 80%)
(0.06 / 0.46 / 0.00 / 0.80)

CMYK percentages

%5.77
%46.15
%0
%79.61

Codes

Color #311C34 in popluar color models

31 1C 34
RGB 49 28 52
HSL 293° 30.00% 15.69%
HSB/HSV 293° 46.15% 20.39%
CMYK 5.77% 46.15% 0.00%
79.61%

Color #311C34 in popluar number systems.

HEX 31 1C 34
Decimal 49 28 52
Binary 110001 11100 110100
Octal 61 34 64

Shades and tints

Shades of #311C34

#311C34
(49,28,52)
#2D1A30
(45,26,48)
#29182C
(41,24,44)
#251628
(37,22,40)
#211424
(33,20,36)
#1D1220
(29,18,32)
#19101C
(25,16,28)
#150E18
(21,14,24)
#110C14
(17,12,20)
#0D0A10
(13,10,16)
#09080C
(9,8,12)
#000000
(0,0,0)

Tints of #311C34

#311C34
(49,28,52)
#433046
(67,48,70)
#554458
(85,68,88)
#67586A
(103,88,106)
#796C7C
(121,108,124)
#8B808E
(139,128,142)
#9D94A0
(157,148,160)
#AFA8B2
(175,168,178)
#C1BCC4
(193,188,196)
#D3D0D6
(211,208,214)
#E5E4E8
(229,228,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #311C34 color. Also use rgb(49,28,52) instead hex code.

Text Font Color

.myTextColor { color: #311C34; }

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

This text font color is #311C34.

Background Color

.myBgColor { background-color: #311C34; }

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

This div background color is #311C34.

Border color

.myBorderColor { border: 1px solid #311C34; }

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

This div border color is #311C34.

Opacity

.myOpacity80 { color: #311C34; opacity: 0.8; }

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

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

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

This text has shadow with #311C34 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #311C34.

Preview

Color preview on black background

This text has color #311C34 on black background.


Color preview on white background

This text has color #311C34 on white background.


Black color preview on #311C34 background

This text has black color on #311C34 background.


White color preview on #311C34 background

This text has white color on #311C34 background.


Related colors

Complementary color

Complementary color for #hex is #CEE3CB.


I love getcolorcode.com

Triadic colors

1 #34311C and #1C3431 with #311C34 are triadic colors.

2 #341C31 and #1C3134 with #311C34 are triadic colors.