COLOR #33390C

HEX: #33390C RGB: (51,57,12)

Color info

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

RGB color model

#33390C color RGB value is (51,57,12).

RGB: (51,57,12) (20%, 22%, 5%)

RGB channels and saturation

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

51
57
12

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

Portions of RGB colors in percentages

R + G + B = 51 + 57 + 12 = 120 (100%)
R 51 of 120 ~ 42.5%
G 57 of 120 ~ 47.5%
B 12 of 120 ~ 10'%

%42.5
%47.5

CMYK color model

#33390C color CMYK value is (11,0,79,78).

  • cyan value is 10.53%
  • magenta value is 0.00%
  • yellow value is 78.95%
  • key color value is 77.65%

CMYK: (11,0,79,78)
C11M0Y79K78 (11%, 0%, 79%, 78%)
(0.11 / 0.00 / 0.79 / 0.78)

CMYK percentages

%10.53
%0
%78.95
%77.65

Codes

Color #33390C in popluar color models

33 39 0C
RGB 51 57 12
HSL 68° 65.22% 13.53%
HSB/HSV 68° 78.95% 22.35%
CMYK 10.53% 0.00% 78.95%
77.65%

Color #33390C in popluar number systems.

HEX 33 39 0C
Decimal 51 57 12
Binary 110011 111001 1100
Octal 63 71 14

Shades and tints

Shades of #33390C

#33390C
(51,57,12)
#2F340B
(47,52,11)
#2B2F0A
(43,47,10)
#272A09
(39,42,9)
#232508
(35,37,8)
#1F2007
(31,32,7)
#1B1B06
(27,27,6)
#171605
(23,22,5)
#131104
(19,17,4)
#0F0C03
(15,12,3)
#0B0702
(11,7,2)
#000000
(0,0,0)

Tints of #33390C

#33390C
(51,57,12)
#454B22
(69,75,34)
#575D38
(87,93,56)
#696F4E
(105,111,78)
#7B8164
(123,129,100)
#8D937A
(141,147,122)
#9FA590
(159,165,144)
#B1B7A6
(177,183,166)
#C3C9BC
(195,201,188)
#D5DBD2
(213,219,210)
#E7EDE8
(231,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #33390C; }

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

This text font color is #33390C.

Background Color

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

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

This div background color is #33390C.

Border color

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

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

This div border color is #33390C.

Opacity

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

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

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

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

This text has shadow with #33390C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #33390C.

Preview

Color preview on black background

This text has color #33390C on black background.


Color preview on white background

This text has color #33390C on white background.


Black color preview on #33390C background

This text has black color on #33390C background.


White color preview on #33390C background

This text has white color on #33390C background.


Related colors

Complementary color

Complementary color for #hex is #CCC6F3.


I love getcolorcode.com

Triadic colors

1 #0C3339 and #390C33 with #33390C are triadic colors.

2 #0C3933 and #39330C with #33390C are triadic colors.