COLOR #005135

HEX: #005135
RGB: (0,81,53)

Color info

#005135 contains only green and blue colors. Web safe color of #005135 is #006633 (or #063).

RGB color model

#005135 color RGB value is (0,81,53).

  • red value is 0;
  • green value is 81;
  • blue value is 53.
RGB:
(0,81,53)
(0%,32%,21%)

RGB channels and saturation

R 0 of 255 = 0%
G 81 of 255 = 32%
B 53 of 255 = 21%

0
81
53

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

Portions of RGB colors in percentages

R + G + B =
0 + 81 + 53 = 134 (100%)
R 0 of 134 ~ 0%
G 81 of 134 ~ 60.45%
B 53 of 134 ~ 39.55%

%60.45
%39.55

CMYK color model

#005135 color CMYK value is (100,0,35,68).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 34.57%
  • key color value is 68.24%
CMYK:
(100,0,35,68)
C100M0Y35K68 
(100%,0%,35%,68%)
(1.00/0.00/0.35/0.68)	

CMYK percentages

%100
%0
%34.57
%68.24

Codes

Color #005135 in popluar color models

005135
RGB08153
HSL159°100.00%15.88%
HSB/HSV159°100.00%31.76%
CMYK100.00%0.00%34.57%
68.24%

Color #005135 in popluar number systems.

HEX005135
Decimal08153
Binary01010001110101
Octal012165

Shades and tints

Shades of #005135

#005135
(0,81,53)
#004A31
(0,74,49)
#00432D
(0,67,45)
#003C29
(0,60,41)
#003525
(0,53,37)
#002E21
(0,46,33)
#00271D
(0,39,29)
#002019
(0,32,25)
#001915
(0,25,21)
#001211
(0,18,17)
#000B0D
(0,11,13)
#000000
(0,0,0)

Tints of #005135

#005135
(0,81,53)
#176047
(23,96,71)
#2E6F59
(46,111,89)
#457E6B
(69,126,107)
#5C8D7D
(92,141,125)
#739C8F
(115,156,143)
#8AABA1
(138,171,161)
#A1BAB3
(161,186,179)
#B8C9C5
(184,201,197)
#CFD8D7
(207,216,215)
#E6E7E9
(230,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #005135 color. Also use rgb(0,81,53) instead hex code.

Text Font Color

.myTextColor { color: #005135; }

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

This text font color is #005135.


Background Color

.myBgColor { background-color: #005135; }

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

This div background color is #005135.


Border color

.myBorderColor { border: 1px solid #005135; }

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

This div border color is #005135.


Opacity

.myOpacity80 { color: #005135; opacity: 0.8; }

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

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

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

This text has shadow with #005135 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #005135 on black background.


Color preview on white background

This text has color #005135 on white background.



Black color preview on #005135 background

This text has black color on #005135 background.


White color preview on #005135 background

This text has white color on #005135 background.