COLOR #333110

HEX: #333110 RGB: (51,49,16)

Color info

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

RGB color model

#333110 color RGB value is (51,49,16).

RGB: (51,49,16) (20%, 19%, 6%)

RGB channels and saturation

R 51 of 255 = 20%
G 49 of 255 = 19%
B 16 of 255 = 6%

51
49
16

R + G + B ~ 15%. #333110 is dark color.

Portions of RGB colors in percentages

R + G + B = 51 + 49 + 16 = 116 (100%)
R 51 of 116 ~ 43.97%
G 49 of 116 ~ 42.24%
B 16 of 116 ~ 13.79'%

%43.97
%42.24
%13.79

CMYK color model

#333110 color CMYK value is (0,4,69,80).

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

CMYK: (0,4,69,80)
C0M4Y69K80 (0%, 4%, 69%, 80%)
(0.00 / 0.04 / 0.69 / 0.80)

CMYK percentages

%0
%3.92
%68.63
%80

Codes

Color #333110 in popluar color models

33 31 10
RGB 51 49 16
HSL 57° 52.24% 13.14%
HSB/HSV 57° 68.63% 20.00%
CMYK 0.00% 3.92% 68.63%
80.00%

Color #333110 in popluar number systems.

HEX 33 31 10
Decimal 51 49 16
Binary 110011 110001 10000
Octal 63 61 20

Shades and tints

Shades of #333110

#333110
(51,49,16)
#2F2D0F
(47,45,15)
#2B290E
(43,41,14)
#27250D
(39,37,13)
#23210C
(35,33,12)
#1F1D0B
(31,29,11)
#1B190A
(27,25,10)
#171509
(23,21,9)
#131108
(19,17,8)
#0F0D07
(15,13,7)
#0B0906
(11,9,6)
#000000
(0,0,0)

Tints of #333110

#333110
(51,49,16)
#454325
(69,67,37)
#57553A
(87,85,58)
#69674F
(105,103,79)
#7B7964
(123,121,100)
#8D8B79
(141,139,121)
#9F9D8E
(159,157,142)
#B1AFA3
(177,175,163)
#C3C1B8
(195,193,184)
#D5D3CD
(213,211,205)
#E7E5E2
(231,229,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #333110; }

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

This text font color is #333110.

Background Color

.myBgColor { background-color: #333110; }

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

This div background color is #333110.

Border color

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

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

This div border color is #333110.

Opacity

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

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

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

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

This text has shadow with #333110 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #333110.

Preview

Color preview on black background

This text has color #333110 on black background.


Color preview on white background

This text has color #333110 on white background.


Black color preview on #333110 background

This text has black color on #333110 background.


White color preview on #333110 background

This text has white color on #333110 background.


Related colors

Complementary color

Complementary color for #hex is #CCCEEF.


I love getcolorcode.com

Triadic colors

1 #103331 and #311033 with #333110 are triadic colors.

2 #103133 and #313310 with #333110 are triadic colors.