COLOR #013822

HEX: #013822 RGB: (1,56,34)

Color info

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

RGB color model

#013822 color RGB value is (1,56,34).

RGB: (1,56,34) (0%, 22%, 13%)

RGB channels and saturation

R 1 of 255 = 0%
G 56 of 255 = 22%
B 34 of 255 = 13%

1
56
34

R + G + B ~ 12%. #013822 is dark color.

Portions of RGB colors in percentages

R + G + B = 1 + 56 + 34 = 91 (100%)
R 1 of 91 ~ 1.1%
G 56 of 91 ~ 61.54%
B 34 of 91 ~ 37.36'%

%61.54
%37.36

CMYK color model

#013822 color CMYK value is (98,0,39,78).

  • cyan value is 98.21%
  • magenta value is 0.00%
  • yellow value is 39.29%
  • key color value is 78.04%
CMYK: (98,0,39,78) C98M0Y39K78 (98%,0%,39%,78%) (0.98/0.00/0.39/0.78) 

CMYK percentages

%98.21
%0
%39.29
%78.04

Codes

Color #013822 in popluar color models

01 38 22
RGB 1 56 34
HSL 156° 96.49% 11.18%
HSB/HSV 156° 98.21% 21.96%
CMYK 98.21% 0.00% 39.29%
78.04%

Color #013822 in popluar number systems.

HEX 01 38 22
Decimal 1 56 34
Binary 1 111000 100010
Octal 1 70 42

Shades and tints

Shades of #013822

#013822
(1,56,34)
#01331F
(1,51,31)
#012E1C
(1,46,28)
#012919
(1,41,25)
#012416
(1,36,22)
#011F13
(1,31,19)
#011A10
(1,26,16)
#01150D
(1,21,13)
#01100A
(1,16,10)
#010B07
(1,11,7)
#010604
(1,6,4)
#000000
(0,0,0)

Tints of #013822

#013822
(1,56,34)
#184A36
(24,74,54)
#2F5C4A
(47,92,74)
#466E5E
(70,110,94)
#5D8072
(93,128,114)
#749286
(116,146,134)
#8BA49A
(139,164,154)
#A2B6AE
(162,182,174)
#B9C8C2
(185,200,194)
#D0DAD6
(208,218,214)
#E7ECEA
(231,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #013822; }

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

This text font color is #013822.

Background Color

.myBgColor { background-color: #013822; }

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

This div background color is #013822.

Border color

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

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

This div border color is #013822.

Opacity

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

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

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

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

This text has shadow with #013822 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #013822.

Preview

Color preview on black background

This text has color #013822 on black background.


Color preview on white background

This text has color #013822 on white background.


Black color preview on #013822 background

This text has black color on #013822 background.


White color preview on #013822 background

This text has white color on #013822 background.


Related colors

Complementary color

Complementary color for #hex is #FEC7DD.


I love getcolorcode.com

Triadic colors

1 #220138 and #382201 with #013822 are triadic colors.

2 #223801 and #380122 with #013822 are triadic colors.