COLOR #333519

HEX: #333519 RGB: (51,53,25)

Color info

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

RGB color model

#333519 color RGB value is (51,53,25).

RGB: (51,53,25) (20%, 21%, 10%)

RGB channels and saturation

R 51 of 255 = 20%
G 53 of 255 = 21%
B 25 of 255 = 10%

51
53
25

R + G + B ~ 17%. #333519 is dark color.

Portions of RGB colors in percentages

R + G + B = 51 + 53 + 25 = 129 (100%)
R 51 of 129 ~ 39.53%
G 53 of 129 ~ 41.09%
B 25 of 129 ~ 19.38'%

%39.53
%41.09
%19.38

CMYK color model

#333519 color CMYK value is (4,0,53,79).

  • cyan value is 3.77%
  • magenta value is 0.00%
  • yellow value is 52.83%
  • key color value is 79.22%

CMYK: (4,0,53,79)
C4M0Y53K79 (4%, 0%, 53%, 79%)
(0.04 / 0.00 / 0.53 / 0.79)

CMYK percentages

%3.77
%0
%52.83
%79.22

Codes

Color #333519 in popluar color models

33 35 19
RGB 51 53 25
HSL 64° 35.90% 15.29%
HSB/HSV 64° 52.83% 20.78%
CMYK 3.77% 0.00% 52.83%
79.22%

Color #333519 in popluar number systems.

HEX 33 35 19
Decimal 51 53 25
Binary 110011 110101 11001
Octal 63 65 31

Shades and tints

Shades of #333519

#333519
(51,53,25)
#2F3117
(47,49,23)
#2B2D15
(43,45,21)
#272913
(39,41,19)
#232511
(35,37,17)
#1F210F
(31,33,15)
#1B1D0D
(27,29,13)
#17190B
(23,25,11)
#131509
(19,21,9)
#0F1107
(15,17,7)
#0B0D05
(11,13,5)
#000000
(0,0,0)

Tints of #333519

#333519
(51,53,25)
#45472D
(69,71,45)
#575941
(87,89,65)
#696B55
(105,107,85)
#7B7D69
(123,125,105)
#8D8F7D
(141,143,125)
#9FA191
(159,161,145)
#B1B3A5
(177,179,165)
#C3C5B9
(195,197,185)
#D5D7CD
(213,215,205)
#E7E9E1
(231,233,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #333519 color. Also use rgb(51,53,25) instead hex code.

Text Font Color

.myTextColor { color: #333519; }

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

This text font color is #333519.

Background Color

.myBgColor { background-color: #333519; }

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

This div background color is #333519.

Border color

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

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

This div border color is #333519.

Opacity

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

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

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

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

This text has shadow with #333519 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #333519.

Preview

Color preview on black background

This text has color #333519 on black background.


Color preview on white background

This text has color #333519 on white background.


Black color preview on #333519 background

This text has black color on #333519 background.


White color preview on #333519 background

This text has white color on #333519 background.


Related colors

Complementary color

Complementary color for #hex is #CCCAE6.


I love getcolorcode.com

Triadic colors

1 #193335 and #351933 with #333519 are triadic colors.

2 #193533 and #353319 with #333519 are triadic colors.