COLOR #014333

HEX: #014333 RGB: (1,67,51)

Color info

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

RGB color model

#014333 color RGB value is (1,67,51).

RGB: (1,67,51) (0%, 26%, 20%)

RGB channels and saturation

R 1 of 255 = 0%
G 67 of 255 = 26%
B 51 of 255 = 20%

1
67
51

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

Portions of RGB colors in percentages

R + G + B = 1 + 67 + 51 = 119 (100%)
R 1 of 119 ~ 0.84%
G 67 of 119 ~ 56.3%
B 51 of 119 ~ 42.86'%

%56.3
%42.86

CMYK color model

#014333 color CMYK value is (99,0,24,74).

  • cyan value is 98.51%
  • magenta value is 0.00%
  • yellow value is 23.88%
  • key color value is 73.73%
CMYK: (99,0,24,74) C99M0Y24K74 (99%,0%,24%,74%) (0.99/0.00/0.24/0.74) 

CMYK percentages

%98.51
%0
%23.88
%73.73

Codes

Color #014333 in popluar color models

01 43 33
RGB 1 67 51
HSL 165° 97.06% 13.33%
HSB/HSV 165° 98.51% 26.27%
CMYK 98.51% 0.00% 23.88%
73.73%

Color #014333 in popluar number systems.

HEX 01 43 33
Decimal 1 67 51
Binary 1 1000011 110011
Octal 1 103 63

Shades and tints

Shades of #014333

#014333
(1,67,51)
#013D2F
(1,61,47)
#01372B
(1,55,43)
#013127
(1,49,39)
#012B23
(1,43,35)
#01251F
(1,37,31)
#011F1B
(1,31,27)
#011917
(1,25,23)
#011313
(1,19,19)
#010D0F
(1,13,15)
#01070B
(1,7,11)
#000000
(0,0,0)

Tints of #014333

#014333
(1,67,51)
#185445
(24,84,69)
#2F6557
(47,101,87)
#467669
(70,118,105)
#5D877B
(93,135,123)
#74988D
(116,152,141)
#8BA99F
(139,169,159)
#A2BAB1
(162,186,177)
#B9CBC3
(185,203,195)
#D0DCD5
(208,220,213)
#E7EDE7
(231,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #014333; }

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

This text font color is #014333.

Background Color

.myBgColor { background-color: #014333; }

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

This div background color is #014333.

Border color

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

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

This div border color is #014333.

Opacity

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

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

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

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

This text has shadow with #014333 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #014333.

Preview

Color preview on black background

This text has color #014333 on black background.


Color preview on white background

This text has color #014333 on white background.


Black color preview on #014333 background

This text has black color on #014333 background.


White color preview on #014333 background

This text has white color on #014333 background.


Related colors

Complementary color

Complementary color for #hex is #FEBCCC.


I love getcolorcode.com

Triadic colors

1 #330143 and #433301 with #014333 are triadic colors.

2 #334301 and #430133 with #014333 are triadic colors.