COLOR #014B38

HEX: #014B38
RGB: (1,75,56)

Color info

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

RGB color model

#014B38 color RGB value is (1,75,56).

  • red value is 1;
  • green value is 75;
  • blue value is 56.
RGB:
(1,75,56)
(0%,29%,22%)

RGB channels and saturation

R 1 of 255 = 0%
G 75 of 255 = 29%
B 56 of 255 = 22%

1
75
56

R + G + B ~ 17%. #014B38 is dark color.

Portions of RGB colors in percentages

R + G + B =
1 + 75 + 56 = 132 (100%)
R 1 of 132 ~ 0.76%
G 75 of 132 ~ 56.82%
B 56 of 132 ~ 42.42%

%56.82
%42.42

CMYK color model

#014B38 color CMYK value is (99,0,25,71).

  • cyan value is 98.67%
  • magenta value is 0.00%
  • yellow value is 25.33%
  • key color value is 70.59%
CMYK:
(99,0,25,71)
C99M0Y25K71 
(99%,0%,25%,71%)
(0.99/0.00/0.25/0.71)	

CMYK percentages

%98.67
%0
%25.33
%70.59

Codes

Color #014B38 in popluar color models

014B38
RGB17556
HSL165°97.37%14.90%
HSB/HSV165°98.67%29.41%
CMYK98.67%0.00%25.33%
70.59%

Color #014B38 in popluar number systems.

HEX014B38
Decimal17556
Binary11001011111000
Octal111370

Shades and tints

Shades of #014B38

#014B38
(1,75,56)
#014533
(1,69,51)
#013F2E
(1,63,46)
#013929
(1,57,41)
#013324
(1,51,36)
#012D1F
(1,45,31)
#01271A
(1,39,26)
#012115
(1,33,21)
#011B10
(1,27,16)
#01150B
(1,21,11)
#010F06
(1,15,6)
#000000
(0,0,0)

Tints of #014B38

#014B38
(1,75,56)
#185B4A
(24,91,74)
#2F6B5C
(47,107,92)
#467B6E
(70,123,110)
#5D8B80
(93,139,128)
#749B92
(116,155,146)
#8BABA4
(139,171,164)
#A2BBB6
(162,187,182)
#B9CBC8
(185,203,200)
#D0DBDA
(208,219,218)
#E7EBEC
(231,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #014B38 color. Also use rgb(1,75,56) instead hex code.

Text Font Color

.myTextColor { color: #014B38; }

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

This text font color is #014B38.


Background Color

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

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

This div background color is #014B38.


Border color

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

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

This div border color is #014B38.


Opacity

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

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

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

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

This text has shadow with #014B38 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #014B38 on black background.


Color preview on white background

This text has color #014B38 on white background.



Black color preview on #014B38 background

This text has black color on #014B38 background.


White color preview on #014B38 background

This text has white color on #014B38 background.