COLOR #331E03

HEX: #331E03 RGB: (51,30,3)

Color info

#331E03 contains red, green and blue colors in about the same proportion. Web safe color of #331E03 is #333300 (or #330).

RGB color model

#331E03 color RGB value is (51,30,3).

RGB: (51,30,3) (20%, 12%, 1%)

RGB channels and saturation

R 51 of 255 = 20%
G 30 of 255 = 12%
B 3 of 255 = 1%

51
30
3

R + G + B ~ 11%. #331E03 is dark color.

Portions of RGB colors in percentages

R + G + B = 51 + 30 + 3 = 84 (100%)
R 51 of 84 ~ 60.71%
G 30 of 84 ~ 35.71%
B 3 of 84 ~ 3.57'%

%60.71
%35.71

CMYK color model

#331E03 color CMYK value is (0,41,94,80).

  • cyan value is 0.00%
  • magenta value is 41.18%
  • yellow value is 94.12%
  • key color value is 80.00%

CMYK: (0,41,94,80)
C0M41Y94K80 (0%, 41%, 94%, 80%)
(0.00 / 0.41 / 0.94 / 0.80)

CMYK percentages

%0
%41.18
%94.12
%80

Codes

Color #331E03 in popluar color models

33 1E 03
RGB 51 30 3
HSL 34° 88.89% 10.59%
HSB/HSV 34° 94.12% 20.00%
CMYK 0.00% 41.18% 94.12%
80.00%

Color #331E03 in popluar number systems.

HEX 33 1E 03
Decimal 51 30 3
Binary 110011 11110 11
Octal 63 36 3

Shades and tints

Shades of #331E03

#331E03
(51,30,3)
#2F1C03
(47,28,3)
#2B1A03
(43,26,3)
#271803
(39,24,3)
#231603
(35,22,3)
#1F1403
(31,20,3)
#1B1203
(27,18,3)
#171003
(23,16,3)
#130E03
(19,14,3)
#0F0C03
(15,12,3)
#0B0A03
(11,10,3)
#000000
(0,0,0)

Tints of #331E03

#331E03
(51,30,3)
#453219
(69,50,25)
#57462F
(87,70,47)
#695A45
(105,90,69)
#7B6E5B
(123,110,91)
#8D8271
(141,130,113)
#9F9687
(159,150,135)
#B1AA9D
(177,170,157)
#C3BEB3
(195,190,179)
#D5D2C9
(213,210,201)
#E7E6DF
(231,230,223)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #331E03; }

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

This text font color is #331E03.

Background Color

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

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

This div background color is #331E03.

Border color

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

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

This div border color is #331E03.

Opacity

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

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

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

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

This text has shadow with #331E03 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #331E03.

Preview

Color preview on black background

This text has color #331E03 on black background.


Color preview on white background

This text has color #331E03 on white background.


Black color preview on #331E03 background

This text has black color on #331E03 background.


White color preview on #331E03 background

This text has white color on #331E03 background.


Related colors

Complementary color

Complementary color for #hex is #CCE1FC.


I love getcolorcode.com

Triadic colors

1 #03331E and #1E0333 with #331E03 are triadic colors.

2 #031E33 and #1E3303 with #331E03 are triadic colors.