COLOR #33381C

HEX: #33381C
RGB: (51,56,28)

Color info

#33381C contains red, green and blue colors in about the same proportion. Web safe color of #33381C is #333333 (or #333).

RGB color model

#33381C color RGB value is (51,56,28).

  • red value is 51;
  • green value is 56;
  • blue value is 28.
RGB:
(51,56,28)
(20%,22%,11%)

RGB channels and saturation

R 51 of 255 = 20%
G 56 of 255 = 22%
B 28 of 255 = 11%

51
56
28

R + G + B ~ 18%. #33381C is dark color.

Portions of RGB colors in percentages

R + G + B =
51 + 56 + 28 = 135 (100%)
R 51 of 135 ~ 37.78%
G 56 of 135 ~ 41.48%
B 28 of 135 ~ 20.74%

%37.78
%41.48
%20.74

CMYK color model

#33381C color CMYK value is (9,0,50,78).

  • cyan value is 8.93%
  • magenta value is 0.00%
  • yellow value is 50.00%
  • key color value is 78.04%
CMYK:
(9,0,50,78)
C9M0Y50K78 
(9%,0%,50%,78%)
(0.09/0.00/0.50/0.78)	

CMYK percentages

%8.93
%0
%50
%78.04

Codes

Color #33381C in popluar color models

33381C
RGB515628
HSL71°33.33%16.47%
HSB/HSV71°50.00%21.96%
CMYK8.93%0.00%50.00%
78.04%

Color #33381C in popluar number systems.

HEX33381C
Decimal515628
Binary11001111100011100
Octal637034

Shades and tints

Shades of #33381C

#33381C
(51,56,28)
#2F331A
(47,51,26)
#2B2E18
(43,46,24)
#272916
(39,41,22)
#232414
(35,36,20)
#1F1F12
(31,31,18)
#1B1A10
(27,26,16)
#17150E
(23,21,14)
#13100C
(19,16,12)
#0F0B0A
(15,11,10)
#0B0608
(11,6,8)
#000000
(0,0,0)

Tints of #33381C

#33381C
(51,56,28)
#454A30
(69,74,48)
#575C44
(87,92,68)
#696E58
(105,110,88)
#7B806C
(123,128,108)
#8D9280
(141,146,128)
#9FA494
(159,164,148)
#B1B6A8
(177,182,168)
#C3C8BC
(195,200,188)
#D5DAD0
(213,218,208)
#E7ECE4
(231,236,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #33381C color. Also use rgb(51,56,28) instead hex code.

Text Font Color

.myTextColor { color: #33381C; }

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

This text font color is #33381C.


Background Color

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

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

This div background color is #33381C.


Border color

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

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

This div border color is #33381C.


Opacity

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

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

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

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

This text has shadow with #33381C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #33381C on black background.


Color preview on white background

This text has color #33381C on white background.



Black color preview on #33381C background

This text has black color on #33381C background.


White color preview on #33381C background

This text has white color on #33381C background.