COLOR #331427

HEX: #331427
RGB: (51,20,39)

Color info

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

RGB color model

#331427 color RGB value is (51,20,39).

  • red value is 51;
  • green value is 20;
  • blue value is 39.
RGB:
(51,20,39)
(20%,8%,15%)

RGB channels and saturation

R 51 of 255 = 20%
G 20 of 255 = 8%
B 39 of 255 = 15%

51
20
39

R + G + B ~ 14%. #331427 is dark color.

Portions of RGB colors in percentages

R + G + B =
51 + 20 + 39 = 110 (100%)
R 51 of 110 ~ 46.36%
G 20 of 110 ~ 18.18%
B 39 of 110 ~ 35.45%

%46.36
%18.18
%35.45

CMYK color model

#331427 color CMYK value is (0,61,24,80).

  • cyan value is 0.00%
  • magenta value is 60.78%
  • yellow value is 23.53%
  • key color value is 80.00%
CMYK:
(0,61,24,80)
C0M61Y24K80 
(0%,61%,24%,80%)
(0.00/0.61/0.24/0.80)	

CMYK percentages

%0
%60.78
%23.53
%80

Codes

Color #331427 in popluar color models

331427
RGB512039
HSL323°43.66%13.92%
HSB/HSV323°60.78%20.00%
CMYK0.00%60.78%23.53%
80.00%

Color #331427 in popluar number systems.

HEX331427
Decimal512039
Binary11001110100100111
Octal632447

Shades and tints

Shades of #331427

#331427
(51,20,39)
#2F1324
(47,19,36)
#2B1221
(43,18,33)
#27111E
(39,17,30)
#23101B
(35,16,27)
#1F0F18
(31,15,24)
#1B0E15
(27,14,21)
#170D12
(23,13,18)
#130C0F
(19,12,15)
#0F0B0C
(15,11,12)
#0B0A09
(11,10,9)
#000000
(0,0,0)

Tints of #331427

#331427
(51,20,39)
#45293A
(69,41,58)
#573E4D
(87,62,77)
#695360
(105,83,96)
#7B6873
(123,104,115)
#8D7D86
(141,125,134)
#9F9299
(159,146,153)
#B1A7AC
(177,167,172)
#C3BCBF
(195,188,191)
#D5D1D2
(213,209,210)
#E7E6E5
(231,230,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #331427 color. Also use rgb(51,20,39) instead hex code.

Text Font Color

.myTextColor { color: #331427; }

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

This text font color is #331427.


Background Color

.myBgColor { background-color: #331427; }

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

This div background color is #331427.


Border color

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

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

This div border color is #331427.


Opacity

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

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

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

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

This text has shadow with #331427 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #331427 on black background.


Color preview on white background

This text has color #331427 on white background.



Black color preview on #331427 background

This text has black color on #331427 background.


White color preview on #331427 background

This text has white color on #331427 background.