COLOR #333700

HEX: #333700 RGB: (51,55,0)

Color info

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

RGB color model

#333700 color RGB value is (51,55,0).

RGB: (51,55,0) (20%, 22%, 0%)

RGB channels and saturation

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

51
55
0

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

Portions of RGB colors in percentages

R + G + B = 51 + 55 + 0 = 106 (100%)
R 51 of 106 ~ 48.11%
G 55 of 106 ~ 51.89%
B 0 of 106 ~ 0'%

%48.11
%51.89

CMYK color model

#333700 color CMYK value is (7,0,100,78).

  • cyan value is 7.27%
  • magenta value is 0.00%
  • yellow value is 100.00%
  • key color value is 78.43%

CMYK: (7,0,100,78)
C7M0Y100K78 (7%, 0%, 100%, 78%)
(0.07 / 0.00 / 1.00 / 0.78)

CMYK percentages

%7.27
%0
%100
%78.43

Codes

Color #333700 in popluar color models

33 37 00
RGB 51 55 0
HSL 64° 100.00% 10.78%
HSB/HSV 64° 100.00% 21.57%
CMYK 7.27% 0.00% 100.00%
78.43%

Color #333700 in popluar number systems.

HEX 33 37 00
Decimal 51 55 0
Binary 110011 110111 0
Octal 63 67 0

Shades and tints

Shades of #333700

#333700
(51,55,0)
#2F3200
(47,50,0)
#2B2D00
(43,45,0)
#272800
(39,40,0)
#232300
(35,35,0)
#1F1E00
(31,30,0)
#1B1900
(27,25,0)
#171400
(23,20,0)
#130F00
(19,15,0)
#0F0A00
(15,10,0)
#0B0500
(11,5,0)
#000000
(0,0,0)

Tints of #333700

#333700
(51,55,0)
#454917
(69,73,23)
#575B2E
(87,91,46)
#696D45
(105,109,69)
#7B7F5C
(123,127,92)
#8D9173
(141,145,115)
#9FA38A
(159,163,138)
#B1B5A1
(177,181,161)
#C3C7B8
(195,199,184)
#D5D9CF
(213,217,207)
#E7EBE6
(231,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #333700; }

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

This text font color is #333700.

Background Color

.myBgColor { background-color: #333700; }

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

This div background color is #333700.

Border color

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

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

This div border color is #333700.

Opacity

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

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

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

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

This text has shadow with #333700 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #333700.

Preview

Color preview on black background

This text has color #333700 on black background.


Color preview on white background

This text has color #333700 on white background.


Black color preview on #333700 background

This text has black color on #333700 background.


White color preview on #333700 background

This text has white color on #333700 background.


Related colors

Complementary color

Complementary color for #hex is #CCC8FF.


I love getcolorcode.com

Triadic colors

1 #003337 and #370033 with #333700 are triadic colors.

2 #003733 and #373300 with #333700 are triadic colors.