COLOR #075C6C

HEX: #075C6C
RGB: (7,92,108)

Color info

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

RGB color model

#075C6C color RGB value is (7,92,108).

  • red value is 7;
  • green value is 92;
  • blue value is 108.
RGB:
(7,92,108)
(3%,36%,42%)

RGB channels and saturation

R 7 of 255 = 3%
G 92 of 255 = 36%
B 108 of 255 = 42%

7
92
108

R + G + B ~ 27%. #075C6C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
7 + 92 + 108 = 207 (100%)
R 7 of 207 ~ 3.38%
G 92 of 207 ~ 44.44%
B 108 of 207 ~ 52.17%

%44.44
%52.17

CMYK color model

#075C6C color CMYK value is (94,15,0,58).

  • cyan value is 93.52%
  • magenta value is 14.81%
  • yellow value is 0.00%
  • key color value is 57.65%
CMYK:
(94,15,0,58)
C94M15Y0K58 
(94%,15%,0%,58%)
(0.94/0.15/0.00/0.58)	

CMYK percentages

%93.52
%14.81
%0
%57.65

Codes

Color #075C6C in popluar color models

075C6C
RGB792108
HSL190°87.83%22.55%
HSB/HSV190°93.52%42.35%
CMYK93.52%14.81%0.00%
57.65%

Color #075C6C in popluar number systems.

HEX075C6C
Decimal792108
Binary11110111001101100
Octal7134154

Shades and tints

Shades of #075C6C

#075C6C
(7,92,108)
#075463
(7,84,99)
#074C5A
(7,76,90)
#074451
(7,68,81)
#073C48
(7,60,72)
#07343F
(7,52,63)
#072C36
(7,44,54)
#07242D
(7,36,45)
#071C24
(7,28,36)
#07141B
(7,20,27)
#070C12
(7,12,18)
#000000
(0,0,0)

Tints of #075C6C

#075C6C
(7,92,108)
#1D6A79
(29,106,121)
#337886
(51,120,134)
#498693
(73,134,147)
#5F94A0
(95,148,160)
#75A2AD
(117,162,173)
#8BB0BA
(139,176,186)
#A1BEC7
(161,190,199)
#B7CCD4
(183,204,212)
#CDDAE1
(205,218,225)
#E3E8EE
(227,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #075C6C color. Also use rgb(7,92,108) instead hex code.

Text Font Color

.myTextColor { color: #075C6C; }

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

This text font color is #075C6C.


Background Color

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

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

This div background color is #075C6C.


Border color

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

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

This div border color is #075C6C.


Opacity

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

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

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

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

This text has shadow with #075C6C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #075C6C on black background.


Color preview on white background

This text has color #075C6C on white background.



Black color preview on #075C6C background

This text has black color on #075C6C background.


White color preview on #075C6C background

This text has white color on #075C6C background.