COLOR #33361D

HEX: #33361D
RGB: (51,54,29)

Color info

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

RGB color model

#33361D color RGB value is (51,54,29).

  • red value is 51;
  • green value is 54;
  • blue value is 29.
RGB:
(51,54,29)
(20%,21%,11%)

RGB channels and saturation

R 51 of 255 = 20%
G 54 of 255 = 21%
B 29 of 255 = 11%

51
54
29

R + G + B ~ 17%. #33361D is dark color.

Portions of RGB colors in percentages

R + G + B =
51 + 54 + 29 = 134 (100%)
R 51 of 134 ~ 38.06%
G 54 of 134 ~ 40.3%
B 29 of 134 ~ 21.64%

%38.06
%40.3
%21.64

CMYK color model

#33361D color CMYK value is (6,0,46,79).

  • cyan value is 5.56%
  • magenta value is 0.00%
  • yellow value is 46.30%
  • key color value is 78.82%
CMYK:
(6,0,46,79)
C6M0Y46K79 
(6%,0%,46%,79%)
(0.06/0.00/0.46/0.79)	

CMYK percentages

%5.56
%0
%46.3
%78.82

Codes

Color #33361D in popluar color models

33361D
RGB515429
HSL67°30.12%16.27%
HSB/HSV67°46.30%21.18%
CMYK5.56%0.00%46.30%
78.82%

Color #33361D in popluar number systems.

HEX33361D
Decimal515429
Binary11001111011011101
Octal636635

Shades and tints

Shades of #33361D

#33361D
(51,54,29)
#2F321B
(47,50,27)
#2B2E19
(43,46,25)
#272A17
(39,42,23)
#232615
(35,38,21)
#1F2213
(31,34,19)
#1B1E11
(27,30,17)
#171A0F
(23,26,15)
#13160D
(19,22,13)
#0F120B
(15,18,11)
#0B0E09
(11,14,9)
#000000
(0,0,0)

Tints of #33361D

#33361D
(51,54,29)
#454831
(69,72,49)
#575A45
(87,90,69)
#696C59
(105,108,89)
#7B7E6D
(123,126,109)
#8D9081
(141,144,129)
#9FA295
(159,162,149)
#B1B4A9
(177,180,169)
#C3C6BD
(195,198,189)
#D5D8D1
(213,216,209)
#E7EAE5
(231,234,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #33361D color. Also use rgb(51,54,29) instead hex code.

Text Font Color

.myTextColor { color: #33361D; }

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

This text font color is #33361D.


Background Color

.myBgColor { background-color: #33361D; }

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

This div background color is #33361D.


Border color

.myBorderColor { border: 1px solid #33361D; }

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

This div border color is #33361D.


Opacity

.myOpacity80 { color: #33361D; opacity: 0.8; }

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

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

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

This text has shadow with #33361D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #33361D on black background.


Color preview on white background

This text has color #33361D on white background.



Black color preview on #33361D background

This text has black color on #33361D background.


White color preview on #33361D background

This text has white color on #33361D background.