COLOR #013025

HEX: #013025 RGB: (1,48,37)

Color info

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

RGB color model

#013025 color RGB value is (1,48,37).

RGB: (1,48,37) (0%, 19%, 15%)

RGB channels and saturation

R 1 of 255 = 0%
G 48 of 255 = 19%
B 37 of 255 = 15%

1
48
37

R + G + B ~ 11%. #013025 is dark color.

Portions of RGB colors in percentages

R + G + B = 1 + 48 + 37 = 86 (100%)
R 1 of 86 ~ 1.16%
G 48 of 86 ~ 55.81%
B 37 of 86 ~ 43.02'%

%55.81
%43.02

CMYK color model

#013025 color CMYK value is (98,0,23,81).

  • cyan value is 97.92%
  • magenta value is 0.00%
  • yellow value is 22.92%
  • key color value is 81.18%

CMYK: (98,0,23,81)
C98M0Y23K81 (98%, 0%, 23%, 81%)
(0.98 / 0.00 / 0.23 / 0.81)

CMYK percentages

%97.92
%0
%22.92
%81.18

Codes

Color #013025 in popluar color models

01 30 25
RGB 1 48 37
HSL 166° 95.92% 9.61%
HSB/HSV 166° 97.92% 18.82%
CMYK 97.92% 0.00% 22.92%
81.18%

Color #013025 in popluar number systems.

HEX 01 30 25
Decimal 1 48 37
Binary 1 110000 100101
Octal 1 60 45

Shades and tints

Shades of #013025

#013025
(1,48,37)
#012C22
(1,44,34)
#01281F
(1,40,31)
#01241C
(1,36,28)
#012019
(1,32,25)
#011C16
(1,28,22)
#011813
(1,24,19)
#011410
(1,20,16)
#01100D
(1,16,13)
#010C0A
(1,12,10)
#010807
(1,8,7)
#000000
(0,0,0)

Tints of #013025

#013025
(1,48,37)
#184238
(24,66,56)
#2F544B
(47,84,75)
#46665E
(70,102,94)
#5D7871
(93,120,113)
#748A84
(116,138,132)
#8B9C97
(139,156,151)
#A2AEAA
(162,174,170)
#B9C0BD
(185,192,189)
#D0D2D0
(208,210,208)
#E7E4E3
(231,228,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #013025; }

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

This text font color is #013025.

Background Color

.myBgColor { background-color: #013025; }

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

This div background color is #013025.

Border color

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

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

This div border color is #013025.

Opacity

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

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

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

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

This text has shadow with #013025 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #013025.

Preview

Color preview on black background

This text has color #013025 on black background.


Color preview on white background

This text has color #013025 on white background.


Black color preview on #013025 background

This text has black color on #013025 background.


White color preview on #013025 background

This text has white color on #013025 background.


Related colors

Complementary color

Complementary color for #hex is #FECFDA.


I love getcolorcode.com

Triadic colors

1 #250130 and #302501 with #013025 are triadic colors.

2 #253001 and #300125 with #013025 are triadic colors.