COLOR #0D330F

HEX: #0D330F
RGB: (13,51,15)

Color info

#0D330F contains red, green and blue colors in about the same proportion. Web safe color of #0D330F is #003300 (or #030).

RGB color model

#0D330F color RGB value is (13,51,15).

  • red value is 13;
  • green value is 51;
  • blue value is 15.
RGB:
(13,51,15)
(5%,20%,6%)

RGB channels and saturation

R 13 of 255 = 5%
G 51 of 255 = 20%
B 15 of 255 = 6%

13
51
15

R + G + B ~ 10%. #0D330F is dark color.

Portions of RGB colors in percentages

R + G + B =
13 + 51 + 15 = 79 (100%)
R 13 of 79 ~ 16.46%
G 51 of 79 ~ 64.56%
B 15 of 79 ~ 18.99%

%16.46
%64.56
%18.99

CMYK color model

#0D330F color CMYK value is (75,0,71,80).

  • cyan value is 74.51%
  • magenta value is 0.00%
  • yellow value is 70.59%
  • key color value is 80.00%
CMYK:
(75,0,71,80)
C75M0Y71K80 
(75%,0%,71%,80%)
(0.75/0.00/0.71/0.80)	

CMYK percentages

%74.51
%0
%70.59
%80

Codes

Color #0D330F in popluar color models

0D330F
RGB135115
HSL123°59.38%12.55%
HSB/HSV123°74.51%20.00%
CMYK74.51%0.00%70.59%
80.00%

Color #0D330F in popluar number systems.

HEX0D330F
Decimal135115
Binary11011100111111
Octal156317

Shades and tints

Shades of #0D330F

#0D330F
(13,51,15)
#0C2F0E
(12,47,14)
#0B2B0D
(11,43,13)
#0A270C
(10,39,12)
#09230B
(9,35,11)
#081F0A
(8,31,10)
#071B09
(7,27,9)
#061708
(6,23,8)
#051307
(5,19,7)
#040F06
(4,15,6)
#030B05
(3,11,5)
#000000
(0,0,0)

Tints of #0D330F

#0D330F
(13,51,15)
#234524
(35,69,36)
#395739
(57,87,57)
#4F694E
(79,105,78)
#657B63
(101,123,99)
#7B8D78
(123,141,120)
#919F8D
(145,159,141)
#A7B1A2
(167,177,162)
#BDC3B7
(189,195,183)
#D3D5CC
(211,213,204)
#E9E7E1
(233,231,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0D330F color. Also use rgb(13,51,15) instead hex code.

Text Font Color

.myTextColor { color: #0D330F; }

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

This text font color is #0D330F.


Background Color

.myBgColor { background-color: #0D330F; }

<div style="background-color:#0D330F">Inner text</div>

This div background color is #0D330F.


Border color

.myBorderColor { border: 1px solid #0D330F; }

<div style="border:3px solid #0D330F">Div</div>

This div border color is #0D330F.


Opacity

.myOpacity80 { color: #0D330F; opacity: 0.8; }

<p style="color:#0D330F;opacity:0.8;">80%</p>

Text with #0D330F 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 #0D330F;}

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

This text has shadow with #0D330F color.

.textShadow {text-shadow: 3px 3px 1px #0D330F, 3px 3px 1px red;}

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

This text has shadow with #0D330F primary color and red secondary color.


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

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

This text has shadow with #0D330F and red colors in old Internet Explorer.


Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #0D330F;
-webkit-box-shadow: 1px 1px 3px 2px #0D330F;
box-shadow:1px 1px 3px 2px #0D330F;">
Div content here</div>
This div box has shadow with color #0D330F.

Preview

Color preview on black background

This text has color #0D330F on black background.


Color preview on white background

This text has color #0D330F on white background.



Black color preview on #0D330F background

This text has black color on #0D330F background.


White color preview on #0D330F background

This text has white color on #0D330F background.