COLOR #33361F

HEX: #33361F RGB: (51,54,31)

Color info

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

RGB color model

#33361F color RGB value is (51,54,31).

RGB: (51,54,31) (20%, 21%, 12%)

RGB channels and saturation

R 51 of 255 = 20%
G 54 of 255 = 21%
B 31 of 255 = 12%

51
54
31

R + G + B ~ 18%. #33361F is dark color.

Portions of RGB colors in percentages

R + G + B = 51 + 54 + 31 = 136 (100%)
R 51 of 136 ~ 37.5%
G 54 of 136 ~ 39.71%
B 31 of 136 ~ 22.79'%

%37.5
%39.71
%22.79

CMYK color model

#33361F color CMYK value is (6,0,43,79).

  • cyan value is 5.56%
  • magenta value is 0.00%
  • yellow value is 42.59%
  • key color value is 78.82%

CMYK: (6,0,43,79)
C6M0Y43K79 (6%, 0%, 43%, 79%)
(0.06 / 0.00 / 0.43 / 0.79)

CMYK percentages

%5.56
%0
%42.59
%78.82

Codes

Color #33361F in popluar color models

33 36 1F
RGB 51 54 31
HSL 68° 27.06% 16.67%
HSB/HSV 68° 42.59% 21.18%
CMYK 5.56% 0.00% 42.59%
78.82%

Color #33361F in popluar number systems.

HEX 33 36 1F
Decimal 51 54 31
Binary 110011 110110 11111
Octal 63 66 37

Shades and tints

Shades of #33361F

#33361F
(51,54,31)
#2F321D
(47,50,29)
#2B2E1B
(43,46,27)
#272A19
(39,42,25)
#232617
(35,38,23)
#1F2215
(31,34,21)
#1B1E13
(27,30,19)
#171A11
(23,26,17)
#13160F
(19,22,15)
#0F120D
(15,18,13)
#0B0E0B
(11,14,11)
#000000
(0,0,0)

Tints of #33361F

#33361F
(51,54,31)
#454833
(69,72,51)
#575A47
(87,90,71)
#696C5B
(105,108,91)
#7B7E6F
(123,126,111)
#8D9083
(141,144,131)
#9FA297
(159,162,151)
#B1B4AB
(177,180,171)
#C3C6BF
(195,198,191)
#D5D8D3
(213,216,211)
#E7EAE7
(231,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #33361F; }

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

This text font color is #33361F.

Background Color

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

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

This div background color is #33361F.

Border color

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

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

This div border color is #33361F.

Opacity

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

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

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

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

This text has shadow with #33361F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #33361F.

Preview

Color preview on black background

This text has color #33361F on black background.


Color preview on white background

This text has color #33361F on white background.


Black color preview on #33361F background

This text has black color on #33361F background.


White color preview on #33361F background

This text has white color on #33361F background.


Related colors

Complementary color

Complementary color for #hex is #CCC9E0.


I love getcolorcode.com

Triadic colors

1 #1F3336 and #361F33 with #33361F are triadic colors.

2 #1F3633 and #36331F with #33361F are triadic colors.