COLOR #01330F

HEX: #01330F RGB: (1,51,15)

Color info

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

RGB color model

#01330F color RGB value is (1,51,15).

RGB: (1,51,15) (0%, 20%, 6%)

RGB channels and saturation

R 1 of 255 = 0%
G 51 of 255 = 20%
B 15 of 255 = 6%

1
51
15

R + G + B ~ 9%. #01330F is dark color.

Portions of RGB colors in percentages

R + G + B = 1 + 51 + 15 = 67 (100%)
R 1 of 67 ~ 1.49%
G 51 of 67 ~ 76.12%
B 15 of 67 ~ 22.39'%

%76.12
%22.39

CMYK color model

#01330F color CMYK value is (98,0,71,80).

  • cyan value is 98.04%
  • magenta value is 0.00%
  • yellow value is 70.59%
  • key color value is 80.00%

CMYK: (98,0,71,80)
C98M0Y71K80 (98%, 0%, 71%, 80%)
(0.98 / 0.00 / 0.71 / 0.80)

CMYK percentages

%98.04
%0
%70.59
%80

Codes

Color #01330F in popluar color models

01 33 0F
RGB 1 51 15
HSL 137° 96.15% 10.20%
HSB/HSV 137° 98.04% 20.00%
CMYK 98.04% 0.00% 70.59%
80.00%

Color #01330F in popluar number systems.

HEX 01 33 0F
Decimal 1 51 15
Binary 1 110011 1111
Octal 1 63 17

Shades and tints

Shades of #01330F

#01330F
(1,51,15)
#012F0E
(1,47,14)
#012B0D
(1,43,13)
#01270C
(1,39,12)
#01230B
(1,35,11)
#011F0A
(1,31,10)
#011B09
(1,27,9)
#011708
(1,23,8)
#011307
(1,19,7)
#010F06
(1,15,6)
#010B05
(1,11,5)
#000000
(0,0,0)

Tints of #01330F

#01330F
(1,51,15)
#184524
(24,69,36)
#2F5739
(47,87,57)
#46694E
(70,105,78)
#5D7B63
(93,123,99)
#748D78
(116,141,120)
#8B9F8D
(139,159,141)
#A2B1A2
(162,177,162)
#B9C3B7
(185,195,183)
#D0D5CC
(208,213,204)
#E7E7E1
(231,231,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #01330F color. Also use rgb(1,51,15) instead hex code.

Text Font Color

.myTextColor { color: #01330F; }

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

This text font color is #01330F.

Background Color

.myBgColor { background-color: #01330F; }

<div style="background-color:#01330F">Inner text</div>

This div background color is #01330F.

Border color

.myBorderColor { border: 1px solid #01330F; }

<div style="border:3px solid #01330F">Div</div>

This div border color is #01330F.

Opacity

.myOpacity80 { color: #01330F; opacity: 0.8; }

<p style="color:#01330F;opacity:0.8;">80%</p>

Text with #01330F 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 #01330F;}

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

This text has shadow with #01330F color.


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

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

This text has shadow with #01330F primary color and red secondary color.


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

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

This text has shadow with #01330F and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #01330F.

Preview

Color preview on black background

This text has color #01330F on black background.


Color preview on white background

This text has color #01330F on white background.


Black color preview on #01330F background

This text has black color on #01330F background.


White color preview on #01330F background

This text has white color on #01330F background.


Related colors

Complementary color

Complementary color for #hex is #FECCF0.


I love getcolorcode.com

Triadic colors

1 #0F0133 and #330F01 with #01330F are triadic colors.

2 #0F3301 and #33010F with #01330F are triadic colors.