COLOR #007575

HEX: #007575
RGB: (0,117,117)

Color info

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

RGB color model

#007575 color RGB value is (0,117,117).

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

RGB channels and saturation

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

0
117
117

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

Portions of RGB colors in percentages

R + G + B =
0 + 117 + 117 = 234 (100%)
R 0 of 234 ~ 0%
G 117 of 234 ~ 50%
B 117 of 234 ~ 50%

%50
%50

CMYK color model

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

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

CMYK percentages

%100
%0
%0
%54.12

Codes

Color #007575 in popluar color models

007575
RGB0117117
HSL180°100.00%22.94%
HSB/HSV180°100.00%45.88%
CMYK100.00%0.00%0.00%
54.12%

Color #007575 in popluar number systems.

HEX007575
Decimal0117117
Binary011101011110101
Octal0165165

Shades and tints

Shades of #007575

#007575
(0,117,117)
#006B6B
(0,107,107)
#006161
(0,97,97)
#005757
(0,87,87)
#004D4D
(0,77,77)
#004343
(0,67,67)
#003939
(0,57,57)
#002F2F
(0,47,47)
#002525
(0,37,37)
#001B1B
(0,27,27)
#001111
(0,17,17)
#000000
(0,0,0)

Tints of #007575

#007575
(0,117,117)
#178181
(23,129,129)
#2E8D8D
(46,141,141)
#459999
(69,153,153)
#5CA5A5
(92,165,165)
#73B1B1
(115,177,177)
#8ABDBD
(138,189,189)
#A1C9C9
(161,201,201)
#B8D5D5
(184,213,213)
#CFE1E1
(207,225,225)
#E6EDED
(230,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #007575; }

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

This text font color is #007575.


Background Color

.myBgColor { background-color: #007575; }

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

This div background color is #007575.


Border color

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

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

This div border color is #007575.


Opacity

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

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

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

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

This text has shadow with #007575 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #007575 on black background.


Color preview on white background

This text has color #007575 on white background.



Black color preview on #007575 background

This text has black color on #007575 background.


White color preview on #007575 background

This text has white color on #007575 background.