COLOR #014510

HEX: #014510 RGB: (1,69,16)

Color info

#014510 contains mainly green and blue colors. Web safe color of #014510 is #003300 (or #030).

RGB color model

#014510 color RGB value is (1,69,16).

RGB: (1,69,16) (0%, 27%, 6%)

RGB channels and saturation

R 1 of 255 = 0%
G 69 of 255 = 27%
B 16 of 255 = 6%

1
69
16

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

Portions of RGB colors in percentages

R + G + B = 1 + 69 + 16 = 86 (100%)
R 1 of 86 ~ 1.16%
G 69 of 86 ~ 80.23%
B 16 of 86 ~ 18.6'%

%80.23
%18.6

CMYK color model

#014510 color CMYK value is (99,0,77,73).

  • cyan value is 98.55%
  • magenta value is 0.00%
  • yellow value is 76.81%
  • key color value is 72.94%

CMYK: (99,0,77,73)
C99M0Y77K73 (99%, 0%, 77%, 73%)
(0.99 / 0.00 / 0.77 / 0.73)

CMYK percentages

%98.55
%0
%76.81
%72.94

Codes

Color #014510 in popluar color models

01 45 10
RGB 1 69 16
HSL 133° 97.14% 13.73%
HSB/HSV 133° 98.55% 27.06%
CMYK 98.55% 0.00% 76.81%
72.94%

Color #014510 in popluar number systems.

HEX 01 45 10
Decimal 1 69 16
Binary 1 1000101 10000
Octal 1 105 20

Shades and tints

Shades of #014510

#014510
(1,69,16)
#013F0F
(1,63,15)
#01390E
(1,57,14)
#01330D
(1,51,13)
#012D0C
(1,45,12)
#01270B
(1,39,11)
#01210A
(1,33,10)
#011B09
(1,27,9)
#011508
(1,21,8)
#010F07
(1,15,7)
#010906
(1,9,6)
#000000
(0,0,0)

Tints of #014510

#014510
(1,69,16)
#185525
(24,85,37)
#2F653A
(47,101,58)
#46754F
(70,117,79)
#5D8564
(93,133,100)
#749579
(116,149,121)
#8BA58E
(139,165,142)
#A2B5A3
(162,181,163)
#B9C5B8
(185,197,184)
#D0D5CD
(208,213,205)
#E7E5E2
(231,229,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #014510 color. Also use rgb(1,69,16) instead hex code.

Text Font Color

.myTextColor { color: #014510; }

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

This text font color is #014510.

Background Color

.myBgColor { background-color: #014510; }

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

This div background color is #014510.

Border color

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

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

This div border color is #014510.

Opacity

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

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

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

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

This text has shadow with #014510 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #014510.

Preview

Color preview on black background

This text has color #014510 on black background.


Color preview on white background

This text has color #014510 on white background.


Black color preview on #014510 background

This text has black color on #014510 background.


White color preview on #014510 background

This text has white color on #014510 background.


Related colors

Complementary color

Complementary color for #hex is #FEBAEF.


I love getcolorcode.com

Triadic colors

1 #100145 and #451001 with #014510 are triadic colors.

2 #104501 and #450110 with #014510 are triadic colors.