COLOR #015D34

HEX: #015D34
RGB: (1,93,52)

Color info

#015D34 contains mainly green and blue colors. Web safe color of #015D34 is #006633 (or #063).

RGB color model

#015D34 color RGB value is (1,93,52).

  • red value is 1;
  • green value is 93;
  • blue value is 52.
RGB:
(1,93,52)
(0%,36%,20%)

RGB channels and saturation

R 1 of 255 = 0%
G 93 of 255 = 36%
B 52 of 255 = 20%

1
93
52

R + G + B ~ 19%. #015D34 is dark color.

Portions of RGB colors in percentages

R + G + B =
1 + 93 + 52 = 146 (100%)
R 1 of 146 ~ 0.68%
G 93 of 146 ~ 63.7%
B 52 of 146 ~ 35.62%

%63.7
%35.62

CMYK color model

#015D34 color CMYK value is (99,0,44,64).

  • cyan value is 98.92%
  • magenta value is 0.00%
  • yellow value is 44.09%
  • key color value is 63.53%
CMYK:
(99,0,44,64)
C99M0Y44K64 
(99%,0%,44%,64%)
(0.99/0.00/0.44/0.64)	

CMYK percentages

%98.92
%0
%44.09
%63.53

Codes

Color #015D34 in popluar color models

015D34
RGB19352
HSL153°97.87%18.43%
HSB/HSV153°98.92%36.47%
CMYK98.92%0.00%44.09%
63.53%

Color #015D34 in popluar number systems.

HEX015D34
Decimal19352
Binary11011101110100
Octal113564

Shades and tints

Shades of #015D34

#015D34
(1,93,52)
#015530
(1,85,48)
#014D2C
(1,77,44)
#014528
(1,69,40)
#013D24
(1,61,36)
#013520
(1,53,32)
#012D1C
(1,45,28)
#012518
(1,37,24)
#011D14
(1,29,20)
#011510
(1,21,16)
#010D0C
(1,13,12)
#000000
(0,0,0)

Tints of #015D34

#015D34
(1,93,52)
#186B46
(24,107,70)
#2F7958
(47,121,88)
#46876A
(70,135,106)
#5D957C
(93,149,124)
#74A38E
(116,163,142)
#8BB1A0
(139,177,160)
#A2BFB2
(162,191,178)
#B9CDC4
(185,205,196)
#D0DBD6
(208,219,214)
#E7E9E8
(231,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #015D34 color. Also use rgb(1,93,52) instead hex code.

Text Font Color

.myTextColor { color: #015D34; }

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

This text font color is #015D34.


Background Color

.myBgColor { background-color: #015D34; }

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

This div background color is #015D34.


Border color

.myBorderColor { border: 1px solid #015D34; }

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

This div border color is #015D34.


Opacity

.myOpacity80 { color: #015D34; opacity: 0.8; }

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

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

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

This text has shadow with #015D34 color.

.textShadow {text-shadow: 3px 3px 1px #015D34, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #015D34 on black background.


Color preview on white background

This text has color #015D34 on white background.



Black color preview on #015D34 background

This text has black color on #015D34 background.


White color preview on #015D34 background

This text has white color on #015D34 background.