COLOR #331809

HEX: #331809
RGB: (51,24,9)

Color info

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

RGB color model

#331809 color RGB value is (51,24,9).

  • red value is 51;
  • green value is 24;
  • blue value is 9.
RGB:
(51,24,9)
(20%,9%,4%)

RGB channels and saturation

R 51 of 255 = 20%
G 24 of 255 = 9%
B 9 of 255 = 4%

51
24
9

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

Portions of RGB colors in percentages

R + G + B =
51 + 24 + 9 = 84 (100%)
R 51 of 84 ~ 60.71%
G 24 of 84 ~ 28.57%
B 9 of 84 ~ 10.71%

%60.71
%28.57
%10.71

CMYK color model

#331809 color CMYK value is (0,53,82,80).

  • cyan value is 0.00%
  • magenta value is 52.94%
  • yellow value is 82.35%
  • key color value is 80.00%
CMYK:
(0,53,82,80)
C0M53Y82K80 
(0%,53%,82%,80%)
(0.00/0.53/0.82/0.80)	

CMYK percentages

%0
%52.94
%82.35
%80

Codes

Color #331809 in popluar color models

331809
RGB51249
HSL21°70.00%11.76%
HSB/HSV21°82.35%20.00%
CMYK0.00%52.94%82.35%
80.00%

Color #331809 in popluar number systems.

HEX331809
Decimal51249
Binary110011110001001
Octal633011

Shades and tints

Shades of #331809

#331809
(51,24,9)
#2F1609
(47,22,9)
#2B1409
(43,20,9)
#271209
(39,18,9)
#231009
(35,16,9)
#1F0E09
(31,14,9)
#1B0C09
(27,12,9)
#170A09
(23,10,9)
#130809
(19,8,9)
#0F0609
(15,6,9)
#0B0409
(11,4,9)
#000000
(0,0,0)

Tints of #331809

#331809
(51,24,9)
#452D1F
(69,45,31)
#574235
(87,66,53)
#69574B
(105,87,75)
#7B6C61
(123,108,97)
#8D8177
(141,129,119)
#9F968D
(159,150,141)
#B1ABA3
(177,171,163)
#C3C0B9
(195,192,185)
#D5D5CF
(213,213,207)
#E7EAE5
(231,234,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #331809 color. Also use rgb(51,24,9) instead hex code.

Text Font Color

.myTextColor { color: #331809; }

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

This text font color is #331809.


Background Color

.myBgColor { background-color: #331809; }

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

This div background color is #331809.


Border color

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

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

This div border color is #331809.


Opacity

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

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

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

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

This text has shadow with #331809 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #331809 on black background.


Color preview on white background

This text has color #331809 on white background.



Black color preview on #331809 background

This text has black color on #331809 background.


White color preview on #331809 background

This text has white color on #331809 background.