COLOR #014330

HEX: #014330 RGB: (1,67,48)

Color info

#014330 contains mainly green and blue colors. Web safe color of #014330 is #003333 (or #033).

RGB color model

#014330 color RGB value is (1,67,48).

RGB: (1,67,48) (0%, 26%, 19%)

RGB channels and saturation

R 1 of 255 = 0%
G 67 of 255 = 26%
B 48 of 255 = 19%

1
67
48

R + G + B ~ 15%. #014330 is dark color.

Portions of RGB colors in percentages

R + G + B = 1 + 67 + 48 = 116 (100%)
R 1 of 116 ~ 0.86%
G 67 of 116 ~ 57.76%
B 48 of 116 ~ 41.38'%

%57.76
%41.38

CMYK color model

#014330 color CMYK value is (99,0,28,74).

  • cyan value is 98.51%
  • magenta value is 0.00%
  • yellow value is 28.36%
  • key color value is 73.73%

CMYK: (99,0,28,74)
C99M0Y28K74 (99%, 0%, 28%, 74%)
(0.99 / 0.00 / 0.28 / 0.74)

CMYK percentages

%98.51
%0
%28.36
%73.73

Codes

Color #014330 in popluar color models

01 43 30
RGB 1 67 48
HSL 163° 97.06% 13.33%
HSB/HSV 163° 98.51% 26.27%
CMYK 98.51% 0.00% 28.36%
73.73%

Color #014330 in popluar number systems.

HEX 01 43 30
Decimal 1 67 48
Binary 1 1000011 110000
Octal 1 103 60

Shades and tints

Shades of #014330

#014330
(1,67,48)
#013D2C
(1,61,44)
#013728
(1,55,40)
#013124
(1,49,36)
#012B20
(1,43,32)
#01251C
(1,37,28)
#011F18
(1,31,24)
#011914
(1,25,20)
#011310
(1,19,16)
#010D0C
(1,13,12)
#010708
(1,7,8)
#000000
(0,0,0)

Tints of #014330

#014330
(1,67,48)
#185442
(24,84,66)
#2F6554
(47,101,84)
#467666
(70,118,102)
#5D8778
(93,135,120)
#74988A
(116,152,138)
#8BA99C
(139,169,156)
#A2BAAE
(162,186,174)
#B9CBC0
(185,203,192)
#D0DCD2
(208,220,210)
#E7EDE4
(231,237,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #014330; }

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

This text font color is #014330.

Background Color

.myBgColor { background-color: #014330; }

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

This div background color is #014330.

Border color

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

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

This div border color is #014330.

Opacity

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

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

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

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

This text has shadow with #014330 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #014330.

Preview

Color preview on black background

This text has color #014330 on black background.


Color preview on white background

This text has color #014330 on white background.


Black color preview on #014330 background

This text has black color on #014330 background.


White color preview on #014330 background

This text has white color on #014330 background.


Related colors

Complementary color

Complementary color for #hex is #FEBCCF.


I love getcolorcode.com

Triadic colors

1 #300143 and #433001 with #014330 are triadic colors.

2 #304301 and #430130 with #014330 are triadic colors.