COLOR #013836

HEX: #013836
RGB: (1,56,54)

Color info

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

RGB color model

#013836 color RGB value is (1,56,54).

  • red value is 1;
  • green value is 56;
  • blue value is 54.
RGB:
(1,56,54)
(0%,22%,21%)

RGB channels and saturation

R 1 of 255 = 0%
G 56 of 255 = 22%
B 54 of 255 = 21%

1
56
54

R + G + B ~ 14%. #013836 is dark color.

Portions of RGB colors in percentages

R + G + B =
1 + 56 + 54 = 111 (100%)
R 1 of 111 ~ 0.9%
G 56 of 111 ~ 50.45%
B 54 of 111 ~ 48.65%

%50.45
%48.65

CMYK color model

#013836 color CMYK value is (98,0,4,78).

  • cyan value is 98.21%
  • magenta value is 0.00%
  • yellow value is 3.57%
  • key color value is 78.04%
CMYK:
(98,0,4,78)
C98M0Y4K78 
(98%,0%,4%,78%)
(0.98/0.00/0.04/0.78)	

CMYK percentages

%98.21
%0
%3.57
%78.04

Codes

Color #013836 in popluar color models

013836
RGB15654
HSL178°96.49%11.18%
HSB/HSV178°98.21%21.96%
CMYK98.21%0.00%3.57%
78.04%

Color #013836 in popluar number systems.

HEX013836
Decimal15654
Binary1111000110110
Octal17066

Shades and tints

Shades of #013836

#013836
(1,56,54)
#013332
(1,51,50)
#012E2E
(1,46,46)
#01292A
(1,41,42)
#012426
(1,36,38)
#011F22
(1,31,34)
#011A1E
(1,26,30)
#01151A
(1,21,26)
#011016
(1,16,22)
#010B12
(1,11,18)
#01060E
(1,6,14)
#000000
(0,0,0)

Tints of #013836

#013836
(1,56,54)
#184A48
(24,74,72)
#2F5C5A
(47,92,90)
#466E6C
(70,110,108)
#5D807E
(93,128,126)
#749290
(116,146,144)
#8BA4A2
(139,164,162)
#A2B6B4
(162,182,180)
#B9C8C6
(185,200,198)
#D0DAD8
(208,218,216)
#E7ECEA
(231,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #013836 color. Also use rgb(1,56,54) instead hex code.

Text Font Color

.myTextColor { color: #013836; }

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

This text font color is #013836.


Background Color

.myBgColor { background-color: #013836; }

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

This div background color is #013836.


Border color

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

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

This div border color is #013836.


Opacity

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

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

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

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

This text has shadow with #013836 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #013836 on black background.


Color preview on white background

This text has color #013836 on white background.



Black color preview on #013836 background

This text has black color on #013836 background.


White color preview on #013836 background

This text has white color on #013836 background.