COLOR #333600

HEX: #333600
RGB: (51,54,0)

Color info

#333600 contains only red and green colors. Web safe color of #333600 is #333300 (or #330).

RGB color model

#333600 color RGB value is (51,54,0).

  • red value is 51;
  • green value is 54;
  • blue value is 0.
RGB:
(51,54,0)
(20%,21%,0%)

RGB channels and saturation

R 51 of 255 = 20%
G 54 of 255 = 21%
B 0 of 255 = 0%

51
54
0

R + G + B ~ 14%. #333600 is dark color.

Portions of RGB colors in percentages

R + G + B =
51 + 54 + 0 = 105 (100%)
R 51 of 105 ~ 48.57%
G 54 of 105 ~ 51.43%
B 0 of 105 ~ 0%

%48.57
%51.43

CMYK color model

#333600 color CMYK value is (6,0,100,79).

  • cyan value is 5.56%
  • magenta value is 0.00%
  • yellow value is 100.00%
  • key color value is 78.82%
CMYK:
(6,0,100,79)
C6M0Y100K79 
(6%,0%,100%,79%)
(0.06/0.00/1.00/0.79)	

CMYK percentages

%5.56
%0
%100
%78.82

Codes

Color #333600 in popluar color models

333600
RGB51540
HSL63°100.00%10.59%
HSB/HSV63°100.00%21.18%
CMYK5.56%0.00%100.00%
78.82%

Color #333600 in popluar number systems.

HEX333600
Decimal51540
Binary1100111101100
Octal63660

Shades and tints

Shades of #333600

#333600
(51,54,0)
#2F3200
(47,50,0)
#2B2E00
(43,46,0)
#272A00
(39,42,0)
#232600
(35,38,0)
#1F2200
(31,34,0)
#1B1E00
(27,30,0)
#171A00
(23,26,0)
#131600
(19,22,0)
#0F1200
(15,18,0)
#0B0E00
(11,14,0)
#000000
(0,0,0)

Tints of #333600

#333600
(51,54,0)
#454817
(69,72,23)
#575A2E
(87,90,46)
#696C45
(105,108,69)
#7B7E5C
(123,126,92)
#8D9073
(141,144,115)
#9FA28A
(159,162,138)
#B1B4A1
(177,180,161)
#C3C6B8
(195,198,184)
#D5D8CF
(213,216,207)
#E7EAE6
(231,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #333600; }

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

This text font color is #333600.


Background Color

.myBgColor { background-color: #333600; }

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

This div background color is #333600.


Border color

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

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

This div border color is #333600.


Opacity

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

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

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

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

This text has shadow with #333600 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #333600 on black background.


Color preview on white background

This text has color #333600 on white background.



Black color preview on #333600 background

This text has black color on #333600 background.


White color preview on #333600 background

This text has white color on #333600 background.