COLOR #008465

HEX: #008465
RGB: (0,132,101)

Color info

#008465 contains only green and blue colors. Web safe color of #008465 is #009966 (or #096).

RGB color model

#008465 color RGB value is (0,132,101).

  • red value is 0;
  • green value is 132;
  • blue value is 101.
RGB:
(0,132,101)
(0%,52%,40%)

RGB channels and saturation

R 0 of 255 = 0%
G 132 of 255 = 52%
B 101 of 255 = 40%

0
132
101

R + G + B ~ 31%. #008465 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 132 + 101 = 233 (100%)
R 0 of 233 ~ 0%
G 132 of 233 ~ 56.65%
B 101 of 233 ~ 43.35%

%56.65
%43.35

CMYK color model

#008465 color CMYK value is (100,0,23,48).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 23.48%
  • key color value is 48.24%
CMYK:
(100,0,23,48)
C100M0Y23K48 
(100%,0%,23%,48%)
(1.00/0.00/0.23/0.48)	

CMYK percentages

%100
%0
%23.48
%48.24

Codes

Color #008465 in popluar color models

008465
RGB0132101
HSL166°100.00%25.88%
HSB/HSV166°100.00%51.76%
CMYK100.00%0.00%23.48%
48.24%

Color #008465 in popluar number systems.

HEX008465
Decimal0132101
Binary0100001001100101
Octal0204145

Shades and tints

Shades of #008465

#008465
(0,132,101)
#00785C
(0,120,92)
#006C53
(0,108,83)
#00604A
(0,96,74)
#005441
(0,84,65)
#004838
(0,72,56)
#003C2F
(0,60,47)
#003026
(0,48,38)
#00241D
(0,36,29)
#001814
(0,24,20)
#000C0B
(0,12,11)
#000000
(0,0,0)

Tints of #008465

#008465
(0,132,101)
#178F73
(23,143,115)
#2E9A81
(46,154,129)
#45A58F
(69,165,143)
#5CB09D
(92,176,157)
#73BBAB
(115,187,171)
#8AC6B9
(138,198,185)
#A1D1C7
(161,209,199)
#B8DCD5
(184,220,213)
#CFE7E3
(207,231,227)
#E6F2F1
(230,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #008465 color. Also use rgb(0,132,101) instead hex code.

Text Font Color

.myTextColor { color: #008465; }

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

This text font color is #008465.


Background Color

.myBgColor { background-color: #008465; }

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

This div background color is #008465.


Border color

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

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

This div border color is #008465.


Opacity

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

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

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

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

This text has shadow with #008465 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #008465 on black background.


Color preview on white background

This text has color #008465 on white background.



Black color preview on #008465 background

This text has black color on #008465 background.


White color preview on #008465 background

This text has white color on #008465 background.