COLOR #333119

HEX: #333119 RGB: (51,49,25)

Color info

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

RGB color model

#333119 color RGB value is (51,49,25).

RGB: (51,49,25) (20%, 19%, 10%)

RGB channels and saturation

R 51 of 255 = 20%
G 49 of 255 = 19%
B 25 of 255 = 10%

51
49
25

R + G + B ~ 16%. #333119 is dark color.

Portions of RGB colors in percentages

R + G + B = 51 + 49 + 25 = 125 (100%)
R 51 of 125 ~ 40.8%
G 49 of 125 ~ 39.2%
B 25 of 125 ~ 20'%

%40.8
%39.2
%20

CMYK color model

#333119 color CMYK value is (0,4,51,80).

  • cyan value is 0.00%
  • magenta value is 3.92%
  • yellow value is 50.98%
  • key color value is 80.00%

CMYK: (0,4,51,80)
C0M4Y51K80 (0%, 4%, 51%, 80%)
(0.00 / 0.04 / 0.51 / 0.80)

CMYK percentages

%0
%3.92
%50.98
%80

Codes

Color #333119 in popluar color models

33 31 19
RGB 51 49 25
HSL 55° 34.21% 14.90%
HSB/HSV 55° 50.98% 20.00%
CMYK 0.00% 3.92% 50.98%
80.00%

Color #333119 in popluar number systems.

HEX 33 31 19
Decimal 51 49 25
Binary 110011 110001 11001
Octal 63 61 31

Shades and tints

Shades of #333119

#333119
(51,49,25)
#2F2D17
(47,45,23)
#2B2915
(43,41,21)
#272513
(39,37,19)
#232111
(35,33,17)
#1F1D0F
(31,29,15)
#1B190D
(27,25,13)
#17150B
(23,21,11)
#131109
(19,17,9)
#0F0D07
(15,13,7)
#0B0905
(11,9,5)
#000000
(0,0,0)

Tints of #333119

#333119
(51,49,25)
#45432D
(69,67,45)
#575541
(87,85,65)
#696755
(105,103,85)
#7B7969
(123,121,105)
#8D8B7D
(141,139,125)
#9F9D91
(159,157,145)
#B1AFA5
(177,175,165)
#C3C1B9
(195,193,185)
#D5D3CD
(213,211,205)
#E7E5E1
(231,229,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #333119; }

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

This text font color is #333119.

Background Color

.myBgColor { background-color: #333119; }

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

This div background color is #333119.

Border color

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

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

This div border color is #333119.

Opacity

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

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

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

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

This text has shadow with #333119 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #333119.

Preview

Color preview on black background

This text has color #333119 on black background.


Color preview on white background

This text has color #333119 on white background.


Black color preview on #333119 background

This text has black color on #333119 background.


White color preview on #333119 background

This text has white color on #333119 background.


Related colors

Complementary color

Complementary color for #hex is #CCCEE6.


I love getcolorcode.com

Triadic colors

1 #193331 and #311933 with #333119 are triadic colors.

2 #193133 and #313319 with #333119 are triadic colors.