COLOR #333312

HEX: #333312 RGB: (51,51,18)

Color info

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

RGB color model

#333312 color RGB value is (51,51,18).

RGB: (51,51,18) (20%, 20%, 7%)

RGB channels and saturation

R 51 of 255 = 20%
G 51 of 255 = 20%
B 18 of 255 = 7%

51
51
18

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

Portions of RGB colors in percentages

R + G + B = 51 + 51 + 18 = 120 (100%)
R 51 of 120 ~ 42.5%
G 51 of 120 ~ 42.5%
B 18 of 120 ~ 15'%

%42.5
%42.5
%15

CMYK color model

#333312 color CMYK value is (0,0,65,80).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 64.71%
  • key color value is 80.00%

CMYK: (0,0,65,80)
C0M0Y65K80 (0%, 0%, 65%, 80%)
(0.00 / 0.00 / 0.65 / 0.80)

CMYK percentages

%0
%0
%64.71
%80

Codes

Color #333312 in popluar color models

33 33 12
RGB 51 51 18
HSL 60° 47.83% 13.53%
HSB/HSV 60° 64.71% 20.00%
CMYK 0.00% 0.00% 64.71%
80.00%

Color #333312 in popluar number systems.

HEX 33 33 12
Decimal 51 51 18
Binary 110011 110011 10010
Octal 63 63 22

Shades and tints

Shades of #333312

#333312
(51,51,18)
#2F2F11
(47,47,17)
#2B2B10
(43,43,16)
#27270F
(39,39,15)
#23230E
(35,35,14)
#1F1F0D
(31,31,13)
#1B1B0C
(27,27,12)
#17170B
(23,23,11)
#13130A
(19,19,10)
#0F0F09
(15,15,9)
#0B0B08
(11,11,8)
#000000
(0,0,0)

Tints of #333312

#333312
(51,51,18)
#454527
(69,69,39)
#57573C
(87,87,60)
#696951
(105,105,81)
#7B7B66
(123,123,102)
#8D8D7B
(141,141,123)
#9F9F90
(159,159,144)
#B1B1A5
(177,177,165)
#C3C3BA
(195,195,186)
#D5D5CF
(213,213,207)
#E7E7E4
(231,231,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #333312; }

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

This text font color is #333312.

Background Color

.myBgColor { background-color: #333312; }

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

This div background color is #333312.

Border color

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

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

This div border color is #333312.

Opacity

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

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

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

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

This text has shadow with #333312 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #333312.

Preview

Color preview on black background

This text has color #333312 on black background.


Color preview on white background

This text has color #333312 on white background.


Black color preview on #333312 background

This text has black color on #333312 background.


White color preview on #333312 background

This text has white color on #333312 background.


Related colors

Complementary color

Complementary color for #hex is #CCCCED.


I love getcolorcode.com