COLOR #013520

HEX: #013520
RGB: (1,53,32)

Color info

#013520 contains red, green and blue colors in about the same proportion. Web safe color of #013520 is #003333 (or #033).

RGB color model

#013520 color RGB value is (1,53,32).

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

RGB channels and saturation

R 1 of 255 = 0%
G 53 of 255 = 21%
B 32 of 255 = 13%

1
53
32

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

Portions of RGB colors in percentages

R + G + B =
1 + 53 + 32 = 86 (100%)
R 1 of 86 ~ 1.16%
G 53 of 86 ~ 61.63%
B 32 of 86 ~ 37.21%

%61.63
%37.21

CMYK color model

#013520 color CMYK value is (98,0,40,79).

  • cyan value is 98.11%
  • magenta value is 0.00%
  • yellow value is 39.62%
  • key color value is 79.22%
CMYK:
(98,0,40,79)
C98M0Y40K79 
(98%,0%,40%,79%)
(0.98/0.00/0.40/0.79)	

CMYK percentages

%98.11
%0
%39.62
%79.22

Codes

Color #013520 in popluar color models

013520
RGB15332
HSL156°96.30%10.59%
HSB/HSV156°98.11%20.78%
CMYK98.11%0.00%39.62%
79.22%

Color #013520 in popluar number systems.

HEX013520
Decimal15332
Binary1110101100000
Octal16540

Shades and tints

Shades of #013520

#013520
(1,53,32)
#01311E
(1,49,30)
#012D1C
(1,45,28)
#01291A
(1,41,26)
#012518
(1,37,24)
#012116
(1,33,22)
#011D14
(1,29,20)
#011912
(1,25,18)
#011510
(1,21,16)
#01110E
(1,17,14)
#010D0C
(1,13,12)
#000000
(0,0,0)

Tints of #013520

#013520
(1,53,32)
#184734
(24,71,52)
#2F5948
(47,89,72)
#466B5C
(70,107,92)
#5D7D70
(93,125,112)
#748F84
(116,143,132)
#8BA198
(139,161,152)
#A2B3AC
(162,179,172)
#B9C5C0
(185,197,192)
#D0D7D4
(208,215,212)
#E7E9E8
(231,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #013520; }

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

This text font color is #013520.


Background Color

.myBgColor { background-color: #013520; }

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

This div background color is #013520.


Border color

.myBorderColor { border: 1px solid #013520; }

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

This div border color is #013520.


Opacity

.myOpacity80 { color: #013520; opacity: 0.8; }

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

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

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

This text has shadow with #013520 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #013520 on black background.


Color preview on white background

This text has color #013520 on white background.



Black color preview on #013520 background

This text has black color on #013520 background.


White color preview on #013520 background

This text has white color on #013520 background.