COLOR #331203

HEX: #331203 RGB: (51,18,3)

Color info

#331203 contains red, green and blue colors in about the same proportion. Web safe color of #331203 is #330000 (or #300).

RGB color model

#331203 color RGB value is (51,18,3).

RGB: (51,18,3) (20%, 7%, 1%)

RGB channels and saturation

R 51 of 255 = 20%
G 18 of 255 = 7%
B 3 of 255 = 1%

51
18
3

R + G + B ~ 9%. #331203 is dark color.

Portions of RGB colors in percentages

R + G + B = 51 + 18 + 3 = 72 (100%)
R 51 of 72 ~ 70.83%
G 18 of 72 ~ 25%
B 3 of 72 ~ 4.17'%

%70.83
%25

CMYK color model

#331203 color CMYK value is (0,65,94,80).

  • cyan value is 0.00%
  • magenta value is 64.71%
  • yellow value is 94.12%
  • key color value is 80.00%
CMYK: (0,65,94,80) C0M65Y94K80 (0%,65%,94%,80%) (0.00/0.65/0.94/0.80) 

CMYK percentages

%0
%64.71
%94.12
%80

Codes

Color #331203 in popluar color models

33 12 03
RGB 51 18 3
HSL 19° 88.89% 10.59%
HSB/HSV 19° 94.12% 20.00%
CMYK 0.00% 64.71% 94.12%
80.00%

Color #331203 in popluar number systems.

HEX 33 12 03
Decimal 51 18 3
Binary 110011 10010 11
Octal 63 22 3

Shades and tints

Shades of #331203

#331203
(51,18,3)
#2F1103
(47,17,3)
#2B1003
(43,16,3)
#270F03
(39,15,3)
#230E03
(35,14,3)
#1F0D03
(31,13,3)
#1B0C03
(27,12,3)
#170B03
(23,11,3)
#130A03
(19,10,3)
#0F0903
(15,9,3)
#0B0803
(11,8,3)
#000000
(0,0,0)

Tints of #331203

#331203
(51,18,3)
#452719
(69,39,25)
#573C2F
(87,60,47)
#695145
(105,81,69)
#7B665B
(123,102,91)
#8D7B71
(141,123,113)
#9F9087
(159,144,135)
#B1A59D
(177,165,157)
#C3BAB3
(195,186,179)
#D5CFC9
(213,207,201)
#E7E4DF
(231,228,223)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #331203 color. Also use rgb(51,18,3) instead hex code.

Text Font Color

.myTextColor { color: #331203; }

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

This text font color is #331203.

Background Color

.myBgColor { background-color: #331203; }

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

This div background color is #331203.

Border color

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

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

This div border color is #331203.

Opacity

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

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

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

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

This text has shadow with #331203 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #331203.

Preview

Color preview on black background

This text has color #331203 on black background.


Color preview on white background

This text has color #331203 on white background.


Black color preview on #331203 background

This text has black color on #331203 background.


White color preview on #331203 background

This text has white color on #331203 background.


Related colors

Complementary color

Complementary color for #hex is #CCEDFC.


I love getcolorcode.com

Triadic colors

1 #033312 and #120333 with #331203 are triadic colors.

2 #031233 and #123303 with #331203 are triadic colors.