COLOR #01350B

HEX: #01350B
RGB: (1,53,11)

Color info

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

RGB color model

#01350B color RGB value is (1,53,11).

  • red value is 1;
  • green value is 53;
  • blue value is 11.
RGB:
(1,53,11)
(0%,21%,4%)

RGB channels and saturation

R 1 of 255 = 0%
G 53 of 255 = 21%
B 11 of 255 = 4%

1
53
11

R + G + B ~ 8%. #01350B is dark color.

Portions of RGB colors in percentages

R + G + B =
1 + 53 + 11 = 65 (100%)
R 1 of 65 ~ 1.54%
G 53 of 65 ~ 81.54%
B 11 of 65 ~ 16.92%

%81.54
%16.92

CMYK color model

#01350B color CMYK value is (98,0,79,79).

  • cyan value is 98.11%
  • magenta value is 0.00%
  • yellow value is 79.25%
  • key color value is 79.22%
CMYK:
(98,0,79,79)
C98M0Y79K79 
(98%,0%,79%,79%)
(0.98/0.00/0.79/0.79)	

CMYK percentages

%98.11
%0
%79.25
%79.22

Codes

Color #01350B in popluar color models

01350B
RGB15311
HSL132°96.30%10.59%
HSB/HSV132°98.11%20.78%
CMYK98.11%0.00%79.25%
79.22%

Color #01350B in popluar number systems.

HEX01350B
Decimal15311
Binary11101011011
Octal16513

Shades and tints

Shades of #01350B

#01350B
(1,53,11)
#01310A
(1,49,10)
#012D09
(1,45,9)
#012908
(1,41,8)
#012507
(1,37,7)
#012106
(1,33,6)
#011D05
(1,29,5)
#011904
(1,25,4)
#011503
(1,21,3)
#011102
(1,17,2)
#010D01
(1,13,1)
#000000
(0,0,0)

Tints of #01350B

#01350B
(1,53,11)
#184721
(24,71,33)
#2F5937
(47,89,55)
#466B4D
(70,107,77)
#5D7D63
(93,125,99)
#748F79
(116,143,121)
#8BA18F
(139,161,143)
#A2B3A5
(162,179,165)
#B9C5BB
(185,197,187)
#D0D7D1
(208,215,209)
#E7E9E7
(231,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #01350B color. Also use rgb(1,53,11) instead hex code.

Text Font Color

.myTextColor { color: #01350B; }

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

This text font color is #01350B.


Background Color

.myBgColor { background-color: #01350B; }

<div style="background-color:#01350B">Inner text</div>

This div background color is #01350B.


Border color

.myBorderColor { border: 1px solid #01350B; }

<div style="border:3px solid #01350B">Div</div>

This div border color is #01350B.


Opacity

.myOpacity80 { color: #01350B; opacity: 0.8; }

<p style="color:#01350B;opacity:0.8;">80%</p>

Text with #01350B 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 #01350B;}

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

This text has shadow with #01350B color.

.textShadow {text-shadow: 3px 3px 1px #01350B, 3px 3px 1px red;}

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

This text has shadow with #01350B primary color and red secondary color.


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

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

This text has shadow with #01350B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #01350B on black background.


Color preview on white background

This text has color #01350B on white background.



Black color preview on #01350B background

This text has black color on #01350B background.


White color preview on #01350B background

This text has white color on #01350B background.