COLOR #333300

HEX: #333300
RGB: (51,51,0)

Renk bilgisi

#333300 contains only red and green colors. #333300 color is web safe color. It maybe written shortly as #330.

RGB renk modeli

#333300 color RGB value is (51,51,0).

  • kırmız ton 51;
  • yeşil ton 51;
  • mavi ton 0.
RGB:
(51,51,0)
(20%,20%,0%)

RGB bağlantıları ve doygunluk

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

51
51
0

R + G + B ~ 13%. #333300 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
51 + 51 + 0 = 102 (100%)
R 51 of 102 ~ 50%
G 51 of 102 ~ 50%
B 0 of 102 ~ 0%

%50
%50

CMYK RENK MODELİ

#333300 rengi CMYK tonu (0,0,100,80).

  • camgöbeği tonu 0.00%
  • eflatun tonu 0.00%
  • sarı tonu 100.00%
  • ana renk tonu 80.00%
CMYK:
(0,0,100,80)
C0M0Y100K80 
(0%,0%,100%,80%)
(0.00/0.00/1.00/0.80)	

CMYK yüzdeleri

%0
%0
%100
%80

Codes

Color #333300 in popluar color models

333300
RGB51510
HSL60°100.00%10.00%
HSB/HSV60°100.00%20.00%
CMYK0.00%0.00%100.00%
80.00%

Color #333300 in popluar number systems.

HEX333300
Decimal51510
Binary1100111100110
Octal63630

Shades and tints

Shades of #333300

#333300
(51,51,0)
#2F2F00
(47,47,0)
#2B2B00
(43,43,0)
#272700
(39,39,0)
#232300
(35,35,0)
#1F1F00
(31,31,0)
#1B1B00
(27,27,0)
#171700
(23,23,0)
#131300
(19,19,0)
#0F0F00
(15,15,0)
#0B0B00
(11,11,0)
#000000
(0,0,0)

Tints of #333300

#333300
(51,51,0)
#454517
(69,69,23)
#57572E
(87,87,46)
#696945
(105,105,69)
#7B7B5C
(123,123,92)
#8D8D73
(141,141,115)
#9F9F8A
(159,159,138)
#B1B1A1
(177,177,161)
#C3C3B8
(195,195,184)
#D5D5CF
(213,213,207)
#E7E7E6
(231,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #333300; }

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

This text font color is #333300.


Background Color

.myBgColor { background-color: #333300; }

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

This div background color is #333300.


Border color

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

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

This div border color is #333300.


Opacity

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

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

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

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

This text has shadow with #333300 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #333300 on black background.


Color preview on white background

This text has color #333300 on white background.



Black color preview on #333300 background

This text has black color on #333300 background.


White color preview on #333300 background

This text has white color on #333300 background.