COLOR #33130C

HEX: #33130C RGB: (51,19,12)

Color info

#33130C contains red, green and blue colors in about the same proportion. Web safe color of #33130C is #330000 (or #300).

RGB color model

#33130C color RGB value is (51,19,12).

RGB: (51,19,12) (20%, 7%, 5%)

RGB channels and saturation

R 51 of 255 = 20%
G 19 of 255 = 7%
B 12 of 255 = 5%

51
19
12

R + G + B ~ 11%. #33130C is dark color.

Portions of RGB colors in percentages

R + G + B = 51 + 19 + 12 = 82 (100%)
R 51 of 82 ~ 62.2%
G 19 of 82 ~ 23.17%
B 12 of 82 ~ 14.63'%

%62.2
%23.17
%14.63

CMYK color model

#33130C color CMYK value is (0,63,76,80).

  • cyan value is 0.00%
  • magenta value is 62.75%
  • yellow value is 76.47%
  • key color value is 80.00%

CMYK: (0,63,76,80)
C0M63Y76K80 (0%, 63%, 76%, 80%)
(0.00 / 0.63 / 0.76 / 0.80)

CMYK percentages

%0
%62.75
%76.47
%80

Codes

Color #33130C in popluar color models

33 13 0C
RGB 51 19 12
HSL 11° 61.90% 12.35%
HSB/HSV 11° 76.47% 20.00%
CMYK 0.00% 62.75% 76.47%
80.00%

Color #33130C in popluar number systems.

HEX 33 13 0C
Decimal 51 19 12
Binary 110011 10011 1100
Octal 63 23 14

Shades and tints

Shades of #33130C

#33130C
(51,19,12)
#2F120B
(47,18,11)
#2B110A
(43,17,10)
#271009
(39,16,9)
#230F08
(35,15,8)
#1F0E07
(31,14,7)
#1B0D06
(27,13,6)
#170C05
(23,12,5)
#130B04
(19,11,4)
#0F0A03
(15,10,3)
#0B0902
(11,9,2)
#000000
(0,0,0)

Tints of #33130C

#33130C
(51,19,12)
#452822
(69,40,34)
#573D38
(87,61,56)
#69524E
(105,82,78)
#7B6764
(123,103,100)
#8D7C7A
(141,124,122)
#9F9190
(159,145,144)
#B1A6A6
(177,166,166)
#C3BBBC
(195,187,188)
#D5D0D2
(213,208,210)
#E7E5E8
(231,229,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #33130C; }

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

This text font color is #33130C.

Background Color

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

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

This div background color is #33130C.

Border color

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

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

This div border color is #33130C.

Opacity

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

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

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

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

This text has shadow with #33130C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #33130C.

Preview

Color preview on black background

This text has color #33130C on black background.


Color preview on white background

This text has color #33130C on white background.


Black color preview on #33130C background

This text has black color on #33130C background.


White color preview on #33130C background

This text has white color on #33130C background.


Related colors

Complementary color

Complementary color for #hex is #CCECF3.


I love getcolorcode.com

Triadic colors

1 #0C3313 and #130C33 with #33130C are triadic colors.

2 #0C1333 and #13330C with #33130C are triadic colors.