COLOR #33370C

HEX: #33370C
RGB: (51,55,12)

Color info

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

RGB color model

#33370C color RGB value is (51,55,12).

  • red value is 51;
  • green value is 55;
  • blue value is 12.
RGB:
(51,55,12)
(20%,22%,5%)

RGB channels and saturation

R 51 of 255 = 20%
G 55 of 255 = 22%
B 12 of 255 = 5%

51
55
12

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

Portions of RGB colors in percentages

R + G + B =
51 + 55 + 12 = 118 (100%)
R 51 of 118 ~ 43.22%
G 55 of 118 ~ 46.61%
B 12 of 118 ~ 10.17%

%43.22
%46.61
%10.17

CMYK color model

#33370C color CMYK value is (7,0,78,78).

  • cyan value is 7.27%
  • magenta value is 0.00%
  • yellow value is 78.18%
  • key color value is 78.43%
CMYK:
(7,0,78,78)
C7M0Y78K78 
(7%,0%,78%,78%)
(0.07/0.00/0.78/0.78)	

CMYK percentages

%7.27
%0
%78.18
%78.43

Codes

Color #33370C in popluar color models

33370C
RGB515512
HSL66°64.18%13.14%
HSB/HSV66°78.18%21.57%
CMYK7.27%0.00%78.18%
78.43%

Color #33370C in popluar number systems.

HEX33370C
Decimal515512
Binary1100111101111100
Octal636714

Shades and tints

Shades of #33370C

#33370C
(51,55,12)
#2F320B
(47,50,11)
#2B2D0A
(43,45,10)
#272809
(39,40,9)
#232308
(35,35,8)
#1F1E07
(31,30,7)
#1B1906
(27,25,6)
#171405
(23,20,5)
#130F04
(19,15,4)
#0F0A03
(15,10,3)
#0B0502
(11,5,2)
#000000
(0,0,0)

Tints of #33370C

#33370C
(51,55,12)
#454922
(69,73,34)
#575B38
(87,91,56)
#696D4E
(105,109,78)
#7B7F64
(123,127,100)
#8D917A
(141,145,122)
#9FA390
(159,163,144)
#B1B5A6
(177,181,166)
#C3C7BC
(195,199,188)
#D5D9D2
(213,217,210)
#E7EBE8
(231,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #33370C; }

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

This text font color is #33370C.


Background Color

.myBgColor { background-color: #33370C; }

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

This div background color is #33370C.


Border color

.myBorderColor { border: 1px solid #33370C; }

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

This div border color is #33370C.


Opacity

.myOpacity80 { color: #33370C; opacity: 0.8; }

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

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

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

This text has shadow with #33370C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #33370C on black background.


Color preview on white background

This text has color #33370C on white background.



Black color preview on #33370C background

This text has black color on #33370C background.


White color preview on #33370C background

This text has white color on #33370C background.