COLOR #331C47

HEX: #331C47 RGB: (51,28,71)

Color info

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

RGB color model

#331C47 color RGB value is (51,28,71).

RGB: (51,28,71) (20%, 11%, 28%)

RGB channels and saturation

R 51 of 255 = 20%
G 28 of 255 = 11%
B 71 of 255 = 28%

51
28
71

R + G + B ~ 20%. #331C47 is dark color.

Portions of RGB colors in percentages

R + G + B = 51 + 28 + 71 = 150 (100%)
R 51 of 150 ~ 34%
G 28 of 150 ~ 18.67%
B 71 of 150 ~ 47.33'%

%34
%18.67
%47.33

CMYK color model

#331C47 color CMYK value is (28,61,0,72).

  • cyan value is 28.17%
  • magenta value is 60.56%
  • yellow value is 0.00%
  • key color value is 72.16%

CMYK: (28,61,0,72)
C28M61Y0K72 (28%, 61%, 0%, 72%)
(0.28 / 0.61 / 0.00 / 0.72)

CMYK percentages

%28.17
%60.56
%0
%72.16

Codes

Color #331C47 in popluar color models

33 1C 47
RGB 51 28 71
HSL 272° 43.43% 19.41%
HSB/HSV 272° 60.56% 27.84%
CMYK 28.17% 60.56% 0.00%
72.16%

Color #331C47 in popluar number systems.

HEX 33 1C 47
Decimal 51 28 71
Binary 110011 11100 1000111
Octal 63 34 107

Shades and tints

Shades of #331C47

#331C47
(51,28,71)
#2F1A41
(47,26,65)
#2B183B
(43,24,59)
#271635
(39,22,53)
#23142F
(35,20,47)
#1F1229
(31,18,41)
#1B1023
(27,16,35)
#170E1D
(23,14,29)
#130C17
(19,12,23)
#0F0A11
(15,10,17)
#0B080B
(11,8,11)
#000000
(0,0,0)

Tints of #331C47

#331C47
(51,28,71)
#453057
(69,48,87)
#574467
(87,68,103)
#695877
(105,88,119)
#7B6C87
(123,108,135)
#8D8097
(141,128,151)
#9F94A7
(159,148,167)
#B1A8B7
(177,168,183)
#C3BCC7
(195,188,199)
#D5D0D7
(213,208,215)
#E7E4E7
(231,228,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #331C47 color. Also use rgb(51,28,71) instead hex code.

Text Font Color

.myTextColor { color: #331C47; }

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

This text font color is #331C47.

Background Color

.myBgColor { background-color: #331C47; }

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

This div background color is #331C47.

Border color

.myBorderColor { border: 1px solid #331C47; }

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

This div border color is #331C47.

Opacity

.myOpacity80 { color: #331C47; opacity: 0.8; }

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

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

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

This text has shadow with #331C47 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #331C47.

Preview

Color preview on black background

This text has color #331C47 on black background.


Color preview on white background

This text has color #331C47 on white background.


Black color preview on #331C47 background

This text has black color on #331C47 background.


White color preview on #331C47 background

This text has white color on #331C47 background.


Related colors

Complementary color

Complementary color for #hex is #CCE3B8.


I love getcolorcode.com

Triadic colors

1 #47331C and #1C4733 with #331C47 are triadic colors.

2 #471C33 and #1C3347 with #331C47 are triadic colors.