COLOR #075B64

HEX: #075B64
RGB: (7,91,100)

Color info

#075B64 contains mainly green and blue colors. Web safe color of #075B64 is #006666 (or #066).

RGB color model

#075B64 color RGB value is (7,91,100).

  • red value is 7;
  • green value is 91;
  • blue value is 100.
RGB:
(7,91,100)
(3%,36%,39%)

RGB channels and saturation

R 7 of 255 = 3%
G 91 of 255 = 36%
B 100 of 255 = 39%

7
91
100

R + G + B ~ 26%. #075B64 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
7 + 91 + 100 = 198 (100%)
R 7 of 198 ~ 3.54%
G 91 of 198 ~ 45.96%
B 100 of 198 ~ 50.51%

%45.96
%50.51

CMYK color model

#075B64 color CMYK value is (93,9,0,61).

  • cyan value is 93.00%
  • magenta value is 9.00%
  • yellow value is 0.00%
  • key color value is 60.78%
CMYK:
(93,9,0,61)
C93M9Y0K61 
(93%,9%,0%,61%)
(0.93/0.09/0.00/0.61)	

CMYK percentages

%93
%9
%0
%60.78

Codes

Color #075B64 in popluar color models

075B64
RGB791100
HSL186°86.92%20.98%
HSB/HSV186°93.00%39.22%
CMYK93.00%9.00%0.00%
60.78%

Color #075B64 in popluar number systems.

HEX075B64
Decimal791100
Binary11110110111100100
Octal7133144

Shades and tints

Shades of #075B64

#075B64
(7,91,100)
#07535B
(7,83,91)
#074B52
(7,75,82)
#074349
(7,67,73)
#073B40
(7,59,64)
#073337
(7,51,55)
#072B2E
(7,43,46)
#072325
(7,35,37)
#071B1C
(7,27,28)
#071313
(7,19,19)
#070B0A
(7,11,10)
#000000
(0,0,0)

Tints of #075B64

#075B64
(7,91,100)
#1D6972
(29,105,114)
#337780
(51,119,128)
#49858E
(73,133,142)
#5F939C
(95,147,156)
#75A1AA
(117,161,170)
#8BAFB8
(139,175,184)
#A1BDC6
(161,189,198)
#B7CBD4
(183,203,212)
#CDD9E2
(205,217,226)
#E3E7F0
(227,231,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #075B64 color. Also use rgb(7,91,100) instead hex code.

Text Font Color

.myTextColor { color: #075B64; }

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

This text font color is #075B64.


Background Color

.myBgColor { background-color: #075B64; }

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

This div background color is #075B64.


Border color

.myBorderColor { border: 1px solid #075B64; }

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

This div border color is #075B64.


Opacity

.myOpacity80 { color: #075B64; opacity: 0.8; }

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

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

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

This text has shadow with #075B64 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #075B64 on black background.


Color preview on white background

This text has color #075B64 on white background.



Black color preview on #075B64 background

This text has black color on #075B64 background.


White color preview on #075B64 background

This text has white color on #075B64 background.