COLOR #013E23

HEX: #013E23
RGB: (1,62,35)

Color info

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

RGB color model

#013E23 color RGB value is (1,62,35).

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

RGB channels and saturation

R 1 of 255 = 0%
G 62 of 255 = 24%
B 35 of 255 = 14%

1
62
35

R + G + B ~ 13%. #013E23 is dark color.

Portions of RGB colors in percentages

R + G + B =
1 + 62 + 35 = 98 (100%)
R 1 of 98 ~ 1.02%
G 62 of 98 ~ 63.27%
B 35 of 98 ~ 35.71%

%63.27
%35.71

CMYK color model

#013E23 color CMYK value is (98,0,44,76).

  • cyan value is 98.39%
  • magenta value is 0.00%
  • yellow value is 43.55%
  • key color value is 75.69%
CMYK:
(98,0,44,76)
C98M0Y44K76 
(98%,0%,44%,76%)
(0.98/0.00/0.44/0.76)	

CMYK percentages

%98.39
%0
%43.55
%75.69

Codes

Color #013E23 in popluar color models

013E23
RGB16235
HSL153°96.83%12.35%
HSB/HSV153°98.39%24.31%
CMYK98.39%0.00%43.55%
75.69%

Color #013E23 in popluar number systems.

HEX013E23
Decimal16235
Binary1111110100011
Octal17643

Shades and tints

Shades of #013E23

#013E23
(1,62,35)
#013920
(1,57,32)
#01341D
(1,52,29)
#012F1A
(1,47,26)
#012A17
(1,42,23)
#012514
(1,37,20)
#012011
(1,32,17)
#011B0E
(1,27,14)
#01160B
(1,22,11)
#011108
(1,17,8)
#010C05
(1,12,5)
#000000
(0,0,0)

Tints of #013E23

#013E23
(1,62,35)
#184F37
(24,79,55)
#2F604B
(47,96,75)
#46715F
(70,113,95)
#5D8273
(93,130,115)
#749387
(116,147,135)
#8BA49B
(139,164,155)
#A2B5AF
(162,181,175)
#B9C6C3
(185,198,195)
#D0D7D7
(208,215,215)
#E7E8EB
(231,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #013E23; }

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

This text font color is #013E23.


Background Color

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

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

This div background color is #013E23.


Border color

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

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

This div border color is #013E23.


Opacity

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

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

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

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

This text has shadow with #013E23 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #013E23 on black background.


Color preview on white background

This text has color #013E23 on white background.



Black color preview on #013E23 background

This text has black color on #013E23 background.


White color preview on #013E23 background

This text has white color on #013E23 background.