COLOR #013130

HEX: #013130
RGB: (1,49,48)

Color info

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

RGB color model

#013130 color RGB value is (1,49,48).

  • red value is 1;
  • green value is 49;
  • blue value is 48.
RGB:
(1,49,48)
(0%,19%,19%)

RGB channels and saturation

R 1 of 255 = 0%
G 49 of 255 = 19%
B 48 of 255 = 19%

1
49
48

R + G + B ~ 13%. #013130 is dark color.

Portions of RGB colors in percentages

R + G + B =
1 + 49 + 48 = 98 (100%)
R 1 of 98 ~ 1.02%
G 49 of 98 ~ 50%
B 48 of 98 ~ 48.98%

%50
%48.98

CMYK color model

#013130 color CMYK value is (98,0,2,81).

  • cyan value is 97.96%
  • magenta value is 0.00%
  • yellow value is 2.04%
  • key color value is 80.78%
CMYK:
(98,0,2,81)
C98M0Y2K81 
(98%,0%,2%,81%)
(0.98/0.00/0.02/0.81)	

CMYK percentages

%97.96
%0
%2.04
%80.78

Codes

Color #013130 in popluar color models

013130
RGB14948
HSL179°96.00%9.80%
HSB/HSV179°97.96%19.22%
CMYK97.96%0.00%2.04%
80.78%

Color #013130 in popluar number systems.

HEX013130
Decimal14948
Binary1110001110000
Octal16160

Shades and tints

Shades of #013130

#013130
(1,49,48)
#012D2C
(1,45,44)
#012928
(1,41,40)
#012524
(1,37,36)
#012120
(1,33,32)
#011D1C
(1,29,28)
#011918
(1,25,24)
#011514
(1,21,20)
#011110
(1,17,16)
#010D0C
(1,13,12)
#010908
(1,9,8)
#000000
(0,0,0)

Tints of #013130

#013130
(1,49,48)
#184342
(24,67,66)
#2F5554
(47,85,84)
#466766
(70,103,102)
#5D7978
(93,121,120)
#748B8A
(116,139,138)
#8B9D9C
(139,157,156)
#A2AFAE
(162,175,174)
#B9C1C0
(185,193,192)
#D0D3D2
(208,211,210)
#E7E5E4
(231,229,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #013130 color. Also use rgb(1,49,48) instead hex code.

Text Font Color

.myTextColor { color: #013130; }

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

This text font color is #013130.


Background Color

.myBgColor { background-color: #013130; }

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

This div background color is #013130.


Border color

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

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

This div border color is #013130.


Opacity

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

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

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

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

This text has shadow with #013130 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #013130 on black background.


Color preview on white background

This text has color #013130 on white background.



Black color preview on #013130 background

This text has black color on #013130 background.


White color preview on #013130 background

This text has white color on #013130 background.