COLOR #014C3C

HEX: #014C3C
RGB: (1,76,60)

Color info

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

RGB color model

#014C3C color RGB value is (1,76,60).

  • red value is 1;
  • green value is 76;
  • blue value is 60.
RGB: (1,76,60) (0%,30%,24%)

RGB channels and saturation

R 1 of 255 = 0%
G 76 of 255 = 30%
B 60 of 255 = 24%

1
76
60

R + G + B ~ 18%. #014C3C is dark color.

Portions of RGB colors in percentages

R + G + B =
1 + 76 + 60 = 137 (100%)
R 1 of 137 ~ 0.73%
G 76 of 137 ~ 55.47%
B 60 of 137 ~ 43.8%

%55.47
%43.8

CMYK color model

#014C3C color CMYK value is (99,0,21,70).

  • cyan value is 98.68%
  • magenta value is 0.00%
  • yellow value is 21.05%
  • key color value is 70.20%
CMYK: (99,0,21,70) C99M0Y21K70 (99%,0%,21%,70%) (0.99/0.00/0.21/0.70)

CMYK percentages

%98.68
%0
%21.05
%70.2

Codes

Color #014C3C in popluar color models

014C3C
RGB17660
HSL167°97.40%15.10%
HSB/HSV167°98.68%29.80%
CMYK98.68%0.00%21.05%
70.20%

Color #014C3C in popluar number systems.

HEX014C3C
Decimal17660
Binary11001100111100
Octal111474

Shades and tints

Shades of #014C3C

#014C3C
(1,76,60)
#014637
(1,70,55)
#014032
(1,64,50)
#013A2D
(1,58,45)
#013428
(1,52,40)
#012E23
(1,46,35)
#01281E
(1,40,30)
#012219
(1,34,25)
#011C14
(1,28,20)
#01160F
(1,22,15)
#01100A
(1,16,10)
#000000
(0,0,0)

Tints of #014C3C

#014C3C
(1,76,60)
#185C4D
(24,92,77)
#2F6C5E
(47,108,94)
#467C6F
(70,124,111)
#5D8C80
(93,140,128)
#749C91
(116,156,145)
#8BACA2
(139,172,162)
#A2BCB3
(162,188,179)
#B9CCC4
(185,204,196)
#D0DCD5
(208,220,213)
#E7ECE6
(231,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #014C3C color. Also use rgb(1,76,60) instead hex code.

Text Font Color

.myTextColor { color: #014C3C; }

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

This text font color is #014C3C.


Background Color

.myBgColor { background-color: #014C3C; }

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

This div background color is #014C3C.


Border color

.myBorderColor { border: 1px solid #014C3C; }

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

This div border color is #014C3C.


Opacity

.myOpacity80 { color: #014C3C; opacity: 0.8; }

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

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

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

This text has shadow with #014C3C color.

.textShadow {text-shadow: 3px 3px 1px #014C3C, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

 /* css code */ .divShadow { -moz-box-shadow:	1px 1px 3px 2px #014C3C; -webkit-box-shadow:	1px 1px 3px 2px #014C3C; box-shadow:	1px 1px 3px 2px #014C3C; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #014C3C; -webkit-box-shadow: 1px 1px 3px 2px #014C3C; box-shadow:1px 1px 3px 2px #014C3C;">
Div content here</div>
This div box has shadow with color #014C3C.

Preview

Color preview on black background

This text has color #014C3C on black background.


Color preview on white background

This text has color #014C3C on white background.



Black color preview on #014C3C background

This text has black color on #014C3C background.


White color preview on #014C3C background

This text has white color on #014C3C background.