COLOR #333812

HEX: #333812
RGB: (51,56,18)

Color info

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

RGB color model

#333812 color RGB value is (51,56,18).

  • red value is 51;
  • green value is 56;
  • blue value is 18.
RGB:
(51,56,18)
(20%,22%,7%)

RGB channels and saturation

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

51
56
18

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

Portions of RGB colors in percentages

R + G + B =
51 + 56 + 18 = 125 (100%)
R 51 of 125 ~ 40.8%
G 56 of 125 ~ 44.8%
B 18 of 125 ~ 14.4%

%40.8
%44.8
%14.4

CMYK color model

#333812 color CMYK value is (9,0,68,78).

  • cyan value is 8.93%
  • magenta value is 0.00%
  • yellow value is 67.86%
  • key color value is 78.04%
CMYK:
(9,0,68,78)
C9M0Y68K78 
(9%,0%,68%,78%)
(0.09/0.00/0.68/0.78)	

CMYK percentages

%8.93
%0
%67.86
%78.04

Codes

Color #333812 in popluar color models

333812
RGB515618
HSL68°51.35%14.51%
HSB/HSV68°67.86%21.96%
CMYK8.93%0.00%67.86%
78.04%

Color #333812 in popluar number systems.

HEX333812
Decimal515618
Binary11001111100010010
Octal637022

Shades and tints

Shades of #333812

#333812
(51,56,18)
#2F3311
(47,51,17)
#2B2E10
(43,46,16)
#27290F
(39,41,15)
#23240E
(35,36,14)
#1F1F0D
(31,31,13)
#1B1A0C
(27,26,12)
#17150B
(23,21,11)
#13100A
(19,16,10)
#0F0B09
(15,11,9)
#0B0608
(11,6,8)
#000000
(0,0,0)

Tints of #333812

#333812
(51,56,18)
#454A27
(69,74,39)
#575C3C
(87,92,60)
#696E51
(105,110,81)
#7B8066
(123,128,102)
#8D927B
(141,146,123)
#9FA490
(159,164,144)
#B1B6A5
(177,182,165)
#C3C8BA
(195,200,186)
#D5DACF
(213,218,207)
#E7ECE4
(231,236,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #333812; }

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

This text font color is #333812.


Background Color

.myBgColor { background-color: #333812; }

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

This div background color is #333812.


Border color

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

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

This div border color is #333812.


Opacity

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

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

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

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

This text has shadow with #333812 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #333812 on black background.


Color preview on white background

This text has color #333812 on white background.



Black color preview on #333812 background

This text has black color on #333812 background.


White color preview on #333812 background

This text has white color on #333812 background.