COLOR #33300D

HEX: #33300D RGB: (51,48,13)

Color info

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

RGB color model

#33300D color RGB value is (51,48,13).

RGB: (51,48,13) (20%, 19%, 5%)

RGB channels and saturation

R 51 of 255 = 20%
G 48 of 255 = 19%
B 13 of 255 = 5%

51
48
13

R + G + B ~ 15%. #33300D is dark color.

Portions of RGB colors in percentages

R + G + B = 51 + 48 + 13 = 112 (100%)
R 51 of 112 ~ 45.54%
G 48 of 112 ~ 42.86%
B 13 of 112 ~ 11.61'%

%45.54
%42.86
%11.61

CMYK color model

#33300D color CMYK value is (0,6,75,80).

  • cyan value is 0.00%
  • magenta value is 5.88%
  • yellow value is 74.51%
  • key color value is 80.00%

CMYK: (0,6,75,80)
C0M6Y75K80 (0%, 6%, 75%, 80%)
(0.00 / 0.06 / 0.75 / 0.80)

CMYK percentages

%0
%5.88
%74.51
%80

Codes

Color #33300D in popluar color models

33 30 0D
RGB 51 48 13
HSL 55° 59.38% 12.55%
HSB/HSV 55° 74.51% 20.00%
CMYK 0.00% 5.88% 74.51%
80.00%

Color #33300D in popluar number systems.

HEX 33 30 0D
Decimal 51 48 13
Binary 110011 110000 1101
Octal 63 60 15

Shades and tints

Shades of #33300D

#33300D
(51,48,13)
#2F2C0C
(47,44,12)
#2B280B
(43,40,11)
#27240A
(39,36,10)
#232009
(35,32,9)
#1F1C08
(31,28,8)
#1B1807
(27,24,7)
#171406
(23,20,6)
#131005
(19,16,5)
#0F0C04
(15,12,4)
#0B0803
(11,8,3)
#000000
(0,0,0)

Tints of #33300D

#33300D
(51,48,13)
#454223
(69,66,35)
#575439
(87,84,57)
#69664F
(105,102,79)
#7B7865
(123,120,101)
#8D8A7B
(141,138,123)
#9F9C91
(159,156,145)
#B1AEA7
(177,174,167)
#C3C0BD
(195,192,189)
#D5D2D3
(213,210,211)
#E7E4E9
(231,228,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #33300D color. Also use rgb(51,48,13) instead hex code.

Text Font Color

.myTextColor { color: #33300D; }

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

This text font color is #33300D.

Background Color

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

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

This div background color is #33300D.

Border color

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

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

This div border color is #33300D.

Opacity

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

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

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

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

This text has shadow with #33300D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #33300D.

Preview

Color preview on black background

This text has color #33300D on black background.


Color preview on white background

This text has color #33300D on white background.


Black color preview on #33300D background

This text has black color on #33300D background.


White color preview on #33300D background

This text has white color on #33300D background.


Related colors

Complementary color

Complementary color for #hex is #CCCFF2.


I love getcolorcode.com

Triadic colors

1 #0D3330 and #300D33 with #33300D are triadic colors.

2 #0D3033 and #30330D with #33300D are triadic colors.