COLOR #006075

HEX: #006075
RGB: (0,96,117)

Color info

#006075 contains only green and blue colors. Web safe color of #006075 is #006666 (or #066).

RGB color model

#006075 color RGB value is (0,96,117).

  • red value is 0;
  • green value is 96;
  • blue value is 117.
RGB:
(0,96,117)
(0%,38%,46%)

RGB channels and saturation

R 0 of 255 = 0%
G 96 of 255 = 38%
B 117 of 255 = 46%

0
96
117

R + G + B ~ 28%. #006075 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 96 + 117 = 213 (100%)
R 0 of 213 ~ 0%
G 96 of 213 ~ 45.07%
B 117 of 213 ~ 54.93%

%45.07
%54.93

CMYK color model

#006075 color CMYK value is (100,18,0,54).

  • cyan value is 100.00%
  • magenta value is 17.95%
  • yellow value is 0.00%
  • key color value is 54.12%
CMYK:
(100,18,0,54)
C100M18Y0K54 
(100%,18%,0%,54%)
(1.00/0.18/0.00/0.54)	

CMYK percentages

%100
%17.95
%0
%54.12

Codes

Color #006075 in popluar color models

006075
RGB096117
HSL191°100.00%22.94%
HSB/HSV191°100.00%45.88%
CMYK100.00%17.95%0.00%
54.12%

Color #006075 in popluar number systems.

HEX006075
Decimal096117
Binary011000001110101
Octal0140165

Shades and tints

Shades of #006075

#006075
(0,96,117)
#00586B
(0,88,107)
#005061
(0,80,97)
#004857
(0,72,87)
#00404D
(0,64,77)
#003843
(0,56,67)
#003039
(0,48,57)
#00282F
(0,40,47)
#002025
(0,32,37)
#00181B
(0,24,27)
#001011
(0,16,17)
#000000
(0,0,0)

Tints of #006075

#006075
(0,96,117)
#176E81
(23,110,129)
#2E7C8D
(46,124,141)
#458A99
(69,138,153)
#5C98A5
(92,152,165)
#73A6B1
(115,166,177)
#8AB4BD
(138,180,189)
#A1C2C9
(161,194,201)
#B8D0D5
(184,208,213)
#CFDEE1
(207,222,225)
#E6ECED
(230,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #006075 color. Also use rgb(0,96,117) instead hex code.

Text Font Color

.myTextColor { color: #006075; }

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

This text font color is #006075.


Background Color

.myBgColor { background-color: #006075; }

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

This div background color is #006075.


Border color

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

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

This div border color is #006075.


Opacity

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

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

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

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

This text has shadow with #006075 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #006075 on black background.


Color preview on white background

This text has color #006075 on white background.



Black color preview on #006075 background

This text has black color on #006075 background.


White color preview on #006075 background

This text has white color on #006075 background.