COLOR #013325

HEX: #013325 RGB: (1,51,37)

Color info

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

RGB color model

#013325 color RGB value is (1,51,37).

RGB: (1,51,37) (0%, 20%, 15%)

RGB channels and saturation

R 1 of 255 = 0%
G 51 of 255 = 20%
B 37 of 255 = 15%

1
51
37

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

Portions of RGB colors in percentages

R + G + B = 1 + 51 + 37 = 89 (100%)
R 1 of 89 ~ 1.12%
G 51 of 89 ~ 57.3%
B 37 of 89 ~ 41.57'%

%57.3
%41.57

CMYK color model

#013325 color CMYK value is (98,0,27,80).

  • cyan value is 98.04%
  • magenta value is 0.00%
  • yellow value is 27.45%
  • key color value is 80.00%
CMYK: (98,0,27,80) C98M0Y27K80 (98%,0%,27%,80%) (0.98/0.00/0.27/0.80) 

CMYK percentages

%98.04
%0
%27.45
%80

Codes

Color #013325 in popluar color models

01 33 25
RGB 1 51 37
HSL 163° 96.15% 10.20%
HSB/HSV 163° 98.04% 20.00%
CMYK 98.04% 0.00% 27.45%
80.00%

Color #013325 in popluar number systems.

HEX 01 33 25
Decimal 1 51 37
Binary 1 110011 100101
Octal 1 63 45

Shades and tints

Shades of #013325

#013325
(1,51,37)
#012F22
(1,47,34)
#012B1F
(1,43,31)
#01271C
(1,39,28)
#012319
(1,35,25)
#011F16
(1,31,22)
#011B13
(1,27,19)
#011710
(1,23,16)
#01130D
(1,19,13)
#010F0A
(1,15,10)
#010B07
(1,11,7)
#000000
(0,0,0)

Tints of #013325

#013325
(1,51,37)
#184538
(24,69,56)
#2F574B
(47,87,75)
#46695E
(70,105,94)
#5D7B71
(93,123,113)
#748D84
(116,141,132)
#8B9F97
(139,159,151)
#A2B1AA
(162,177,170)
#B9C3BD
(185,195,189)
#D0D5D0
(208,213,208)
#E7E7E3
(231,231,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #013325 color. Also use rgb(1,51,37) instead hex code.

Text Font Color

.myTextColor { color: #013325; }

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

This text font color is #013325.

Background Color

.myBgColor { background-color: #013325; }

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

This div background color is #013325.

Border color

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

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

This div border color is #013325.

Opacity

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

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

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

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

This text has shadow with #013325 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #013325.

Preview

Color preview on black background

This text has color #013325 on black background.


Color preview on white background

This text has color #013325 on white background.


Black color preview on #013325 background

This text has black color on #013325 background.


White color preview on #013325 background

This text has white color on #013325 background.


Related colors

Complementary color

Complementary color for #hex is #FECCDA.


I love getcolorcode.com

Triadic colors

1 #250133 and #332501 with #013325 are triadic colors.

2 #253301 and #330125 with #013325 are triadic colors.