COLOR #013A23

HEX: #013A23
RGB: (1,58,35)

Color info

#013A23 contains red, green and blue colors in about the same proportion. Web safe color of #013A23 is #003333 (or #033).

RGB color model

#013A23 color RGB value is (1,58,35).

  • red value is 1;
  • green value is 58;
  • blue value is 35.
RGB:
(1,58,35)
(0%,23%,14%)

RGB channels and saturation

R 1 of 255 = 0%
G 58 of 255 = 23%
B 35 of 255 = 14%

1
58
35

R + G + B ~ 12%. #013A23 is dark color.

Portions of RGB colors in percentages

R + G + B =
1 + 58 + 35 = 94 (100%)
R 1 of 94 ~ 1.06%
G 58 of 94 ~ 61.7%
B 35 of 94 ~ 37.23%

%61.7
%37.23

CMYK color model

#013A23 color CMYK value is (98,0,40,77).

  • cyan value is 98.28%
  • magenta value is 0.00%
  • yellow value is 39.66%
  • key color value is 77.25%
CMYK:
(98,0,40,77)
C98M0Y40K77 
(98%,0%,40%,77%)
(0.98/0.00/0.40/0.77)	

CMYK percentages

%98.28
%0
%39.66
%77.25

Codes

Color #013A23 in popluar color models

013A23
RGB15835
HSL156°96.61%11.57%
HSB/HSV156°98.28%22.75%
CMYK98.28%0.00%39.66%
77.25%

Color #013A23 in popluar number systems.

HEX013A23
Decimal15835
Binary1111010100011
Octal17243

Shades and tints

Shades of #013A23

#013A23
(1,58,35)
#013520
(1,53,32)
#01301D
(1,48,29)
#012B1A
(1,43,26)
#012617
(1,38,23)
#012114
(1,33,20)
#011C11
(1,28,17)
#01170E
(1,23,14)
#01120B
(1,18,11)
#010D08
(1,13,8)
#010805
(1,8,5)
#000000
(0,0,0)

Tints of #013A23

#013A23
(1,58,35)
#184B37
(24,75,55)
#2F5C4B
(47,92,75)
#466D5F
(70,109,95)
#5D7E73
(93,126,115)
#748F87
(116,143,135)
#8BA09B
(139,160,155)
#A2B1AF
(162,177,175)
#B9C2C3
(185,194,195)
#D0D3D7
(208,211,215)
#E7E4EB
(231,228,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #013A23 color. Also use rgb(1,58,35) instead hex code.

Text Font Color

.myTextColor { color: #013A23; }

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

This text font color is #013A23.


Background Color

.myBgColor { background-color: #013A23; }

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

This div background color is #013A23.


Border color

.myBorderColor { border: 1px solid #013A23; }

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

This div border color is #013A23.


Opacity

.myOpacity80 { color: #013A23; opacity: 0.8; }

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

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

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

This text has shadow with #013A23 color.

.textShadow {text-shadow: 3px 3px 1px #013A23, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #013A23 on black background.


Color preview on white background

This text has color #013A23 on white background.



Black color preview on #013A23 background

This text has black color on #013A23 background.


White color preview on #013A23 background

This text has white color on #013A23 background.