COLOR #330A0D

HEX: #330A0D RGB: (51,10,13)

Color info

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

RGB color model

#330A0D color RGB value is (51,10,13).

RGB: (51,10,13) (20%, 4%, 5%)

RGB channels and saturation

R 51 of 255 = 20%
G 10 of 255 = 4%
B 13 of 255 = 5%

51
10
13

R + G + B ~ 10%. #330A0D is dark color.

Portions of RGB colors in percentages

R + G + B = 51 + 10 + 13 = 74 (100%)
R 51 of 74 ~ 68.92%
G 10 of 74 ~ 13.51%
B 13 of 74 ~ 17.57'%

%68.92
%13.51
%17.57

CMYK color model

#330A0D color CMYK value is (0,80,75,80).

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

CMYK: (0,80,75,80)
C0M80Y75K80 (0%, 80%, 75%, 80%)
(0.00 / 0.80 / 0.75 / 0.80)

CMYK percentages

%0
%80.39
%74.51
%80

Codes

Color #330A0D in popluar color models

33 0A 0D
RGB 51 10 13
HSL 356° 67.21% 11.96%
HSB/HSV 356° 80.39% 20.00%
CMYK 0.00% 80.39% 74.51%
80.00%

Color #330A0D in popluar number systems.

HEX 33 0A 0D
Decimal 51 10 13
Binary 110011 1010 1101
Octal 63 12 15

Shades and tints

Shades of #330A0D

#330A0D
(51,10,13)
#2F0A0C
(47,10,12)
#2B0A0B
(43,10,11)
#270A0A
(39,10,10)
#230A09
(35,10,9)
#1F0A08
(31,10,8)
#1B0A07
(27,10,7)
#170A06
(23,10,6)
#130A05
(19,10,5)
#0F0A04
(15,10,4)
#0B0A03
(11,10,3)
#000000
(0,0,0)

Tints of #330A0D

#330A0D
(51,10,13)
#452023
(69,32,35)
#573639
(87,54,57)
#694C4F
(105,76,79)
#7B6265
(123,98,101)
#8D787B
(141,120,123)
#9F8E91
(159,142,145)
#B1A4A7
(177,164,167)
#C3BABD
(195,186,189)
#D5D0D3
(213,208,211)
#E7E6E9
(231,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #330A0D color. Also use rgb(51,10,13) instead hex code.

Text Font Color

.myTextColor { color: #330A0D; }

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

This text font color is #330A0D.

Background Color

.myBgColor { background-color: #330A0D; }

<div style="background-color:#330A0D">Inner text</div>

This div background color is #330A0D.

Border color

.myBorderColor { border: 1px solid #330A0D; }

<div style="border:3px solid #330A0D">Div</div>

This div border color is #330A0D.

Opacity

.myOpacity80 { color: #330A0D; opacity: 0.8; }

<p style="color:#330A0D;opacity:0.8;">80%</p>

Text with #330A0D 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 #330A0D;}

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

This text has shadow with #330A0D color.


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

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

This text has shadow with #330A0D primary color and red secondary color.


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

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

This text has shadow with #330A0D and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #330A0D.

Preview

Color preview on black background

This text has color #330A0D on black background.


Color preview on white background

This text has color #330A0D on white background.


Black color preview on #330A0D background

This text has black color on #330A0D background.


White color preview on #330A0D background

This text has white color on #330A0D background.


Related colors

Complementary color

Complementary color for #hex is #CCF5F2.


I love getcolorcode.com

Triadic colors

1 #0D330A and #0A0D33 with #330A0D are triadic colors.

2 #0D0A33 and #0A330D with #330A0D are triadic colors.