COLOR #333900

HEX: #333900
RGB: (51,57,0)

Color info

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

RGB color model

#333900 color RGB value is (51,57,0).

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

RGB channels and saturation

R 51 of 255 = 20%
G 57 of 255 = 22%
B 0 of 255 = 0%

51
57
0

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

Portions of RGB colors in percentages

R + G + B =
51 + 57 + 0 = 108 (100%)
R 51 of 108 ~ 47.22%
G 57 of 108 ~ 52.78%
B 0 of 108 ~ 0%

%47.22
%52.78

CMYK color model

#333900 color CMYK value is (11,0,100,78).

  • cyan value is 10.53%
  • magenta value is 0.00%
  • yellow value is 100.00%
  • key color value is 77.65%
CMYK:
(11,0,100,78)
C11M0Y100K78 
(11%,0%,100%,78%)
(0.11/0.00/1.00/0.78)	

CMYK percentages

%10.53
%0
%100
%77.65

Codes

Color #333900 in popluar color models

333900
RGB51570
HSL66°100.00%11.18%
HSB/HSV66°100.00%22.35%
CMYK10.53%0.00%100.00%
77.65%

Color #333900 in popluar number systems.

HEX333900
Decimal51570
Binary1100111110010
Octal63710

Shades and tints

Shades of #333900

#333900
(51,57,0)
#2F3400
(47,52,0)
#2B2F00
(43,47,0)
#272A00
(39,42,0)
#232500
(35,37,0)
#1F2000
(31,32,0)
#1B1B00
(27,27,0)
#171600
(23,22,0)
#131100
(19,17,0)
#0F0C00
(15,12,0)
#0B0700
(11,7,0)
#000000
(0,0,0)

Tints of #333900

#333900
(51,57,0)
#454B17
(69,75,23)
#575D2E
(87,93,46)
#696F45
(105,111,69)
#7B815C
(123,129,92)
#8D9373
(141,147,115)
#9FA58A
(159,165,138)
#B1B7A1
(177,183,161)
#C3C9B8
(195,201,184)
#D5DBCF
(213,219,207)
#E7EDE6
(231,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #333900; }

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

This text font color is #333900.


Background Color

.myBgColor { background-color: #333900; }

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

This div background color is #333900.


Border color

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

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

This div border color is #333900.


Opacity

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

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

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

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

This text has shadow with #333900 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #333900 on black background.


Color preview on white background

This text has color #333900 on white background.



Black color preview on #333900 background

This text has black color on #333900 background.


White color preview on #333900 background

This text has white color on #333900 background.