COLOR #075157

HEX: #075157
RGB: (7,81,87)

Color info

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

RGB color model

#075157 color RGB value is (7,81,87).

  • red value is 7;
  • green value is 81;
  • blue value is 87.
RGB:
(7,81,87)
(3%,32%,34%)

RGB channels and saturation

R 7 of 255 = 3%
G 81 of 255 = 32%
B 87 of 255 = 34%

7
81
87

R + G + B ~ 23%. #075157 is dark color.

Portions of RGB colors in percentages

R + G + B =
7 + 81 + 87 = 175 (100%)
R 7 of 175 ~ 4%
G 81 of 175 ~ 46.29%
B 87 of 175 ~ 49.71%

%46.29
%49.71

CMYK color model

#075157 color CMYK value is (92,7,0,66).

  • cyan value is 91.95%
  • magenta value is 6.90%
  • yellow value is 0.00%
  • key color value is 65.88%
CMYK:
(92,7,0,66)
C92M7Y0K66 
(92%,7%,0%,66%)
(0.92/0.07/0.00/0.66)	

CMYK percentages

%91.95
%6.9
%0
%65.88

Codes

Color #075157 in popluar color models

075157
RGB78187
HSL185°85.11%18.43%
HSB/HSV185°91.95%34.12%
CMYK91.95%6.90%0.00%
65.88%

Color #075157 in popluar number systems.

HEX075157
Decimal78187
Binary11110100011010111
Octal7121127

Shades and tints

Shades of #075157

#075157
(7,81,87)
#074A50
(7,74,80)
#074349
(7,67,73)
#073C42
(7,60,66)
#07353B
(7,53,59)
#072E34
(7,46,52)
#07272D
(7,39,45)
#072026
(7,32,38)
#07191F
(7,25,31)
#071218
(7,18,24)
#070B11
(7,11,17)
#000000
(0,0,0)

Tints of #075157

#075157
(7,81,87)
#1D6066
(29,96,102)
#336F75
(51,111,117)
#497E84
(73,126,132)
#5F8D93
(95,141,147)
#759CA2
(117,156,162)
#8BABB1
(139,171,177)
#A1BAC0
(161,186,192)
#B7C9CF
(183,201,207)
#CDD8DE
(205,216,222)
#E3E7ED
(227,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #075157 color. Also use rgb(7,81,87) instead hex code.

Text Font Color

.myTextColor { color: #075157; }

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

This text font color is #075157.


Background Color

.myBgColor { background-color: #075157; }

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

This div background color is #075157.


Border color

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

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

This div border color is #075157.


Opacity

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

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

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

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

This text has shadow with #075157 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #075157 on black background.


Color preview on white background

This text has color #075157 on white background.



Black color preview on #075157 background

This text has black color on #075157 background.


White color preview on #075157 background

This text has white color on #075157 background.