COLOR #013C08

HEX: #013C08
RGB: (1,60,8)

Color info

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

RGB color model

#013C08 color RGB value is (1,60,8).

  • red value is 1;
  • green value is 60;
  • blue value is 8.
RGB:
(1,60,8)
(0%,24%,3%)

RGB channels and saturation

R 1 of 255 = 0%
G 60 of 255 = 24%
B 8 of 255 = 3%

1
60
8

R + G + B ~ 9%. #013C08 is dark color.

Portions of RGB colors in percentages

R + G + B =
1 + 60 + 8 = 69 (100%)
R 1 of 69 ~ 1.45%
G 60 of 69 ~ 86.96%
B 8 of 69 ~ 11.59%

%86.96
%11.59

CMYK color model

#013C08 color CMYK value is (98,0,87,76).

  • cyan value is 98.33%
  • magenta value is 0.00%
  • yellow value is 86.67%
  • key color value is 76.47%
CMYK:
(98,0,87,76)
C98M0Y87K76 
(98%,0%,87%,76%)
(0.98/0.00/0.87/0.76)	

CMYK percentages

%98.33
%0
%86.67
%76.47

Codes

Color #013C08 in popluar color models

013C08
RGB1608
HSL127°96.72%11.96%
HSB/HSV127°98.33%23.53%
CMYK98.33%0.00%86.67%
76.47%

Color #013C08 in popluar number systems.

HEX013C08
Decimal1608
Binary11111001000
Octal17410

Shades and tints

Shades of #013C08

#013C08
(1,60,8)
#013708
(1,55,8)
#013208
(1,50,8)
#012D08
(1,45,8)
#012808
(1,40,8)
#012308
(1,35,8)
#011E08
(1,30,8)
#011908
(1,25,8)
#011408
(1,20,8)
#010F08
(1,15,8)
#010A08
(1,10,8)
#000000
(0,0,0)

Tints of #013C08

#013C08
(1,60,8)
#184D1E
(24,77,30)
#2F5E34
(47,94,52)
#466F4A
(70,111,74)
#5D8060
(93,128,96)
#749176
(116,145,118)
#8BA28C
(139,162,140)
#A2B3A2
(162,179,162)
#B9C4B8
(185,196,184)
#D0D5CE
(208,213,206)
#E7E6E4
(231,230,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #013C08 color. Also use rgb(1,60,8) instead hex code.

Text Font Color

.myTextColor { color: #013C08; }

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

This text font color is #013C08.


Background Color

.myBgColor { background-color: #013C08; }

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

This div background color is #013C08.


Border color

.myBorderColor { border: 1px solid #013C08; }

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

This div border color is #013C08.


Opacity

.myOpacity80 { color: #013C08; opacity: 0.8; }

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

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

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

This text has shadow with #013C08 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #013C08 on black background.


Color preview on white background

This text has color #013C08 on white background.



Black color preview on #013C08 background

This text has black color on #013C08 background.


White color preview on #013C08 background

This text has white color on #013C08 background.