COLOR #075155

HEX: #075155 RGB: (7,81,85)

Color info

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

RGB color model

#075155 color RGB value is (7,81,85).

RGB: (7,81,85) (3%, 32%, 33%)

RGB channels and saturation

R 7 of 255 = 3%
G 81 of 255 = 32%
B 85 of 255 = 33%

7
81
85

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

Portions of RGB colors in percentages

R + G + B = 7 + 81 + 85 = 173 (100%)
R 7 of 173 ~ 4.05%
G 81 of 173 ~ 46.82%
B 85 of 173 ~ 49.13'%

%46.82
%49.13

CMYK color model

#075155 color CMYK value is (92,5,0,67).

  • cyan value is 91.76%
  • magenta value is 4.71%
  • yellow value is 0.00%
  • key color value is 66.67%

CMYK: (92,5,0,67)
C92M5Y0K67 (92%, 5%, 0%, 67%)
(0.92 / 0.05 / 0.00 / 0.67)

CMYK percentages

%91.76
%4.71
%0
%66.67

Codes

Color #075155 in popluar color models

07 51 55
RGB 7 81 85
HSL 183° 84.78% 18.04%
HSB/HSV 183° 91.76% 33.33%
CMYK 91.76% 4.71% 0.00%
66.67%

Color #075155 in popluar number systems.

HEX 07 51 55
Decimal 7 81 85
Binary 111 1010001 1010101
Octal 7 121 125

Shades and tints

Shades of #075155

#075155
(7,81,85)
#074A4E
(7,74,78)
#074347
(7,67,71)
#073C40
(7,60,64)
#073539
(7,53,57)
#072E32
(7,46,50)
#07272B
(7,39,43)
#072024
(7,32,36)
#07191D
(7,25,29)
#071216
(7,18,22)
#070B0F
(7,11,15)
#000000
(0,0,0)

Tints of #075155

#075155
(7,81,85)
#1D6064
(29,96,100)
#336F73
(51,111,115)
#497E82
(73,126,130)
#5F8D91
(95,141,145)
#759CA0
(117,156,160)
#8BABAF
(139,171,175)
#A1BABE
(161,186,190)
#B7C9CD
(183,201,205)
#CDD8DC
(205,216,220)
#E3E7EB
(227,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #075155; }

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

This text font color is #075155.

Background Color

.myBgColor { background-color: #075155; }

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

This div background color is #075155.

Border color

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

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

This div border color is #075155.

Opacity

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

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

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

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

This text has shadow with #075155 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #075155.

Preview

Color preview on black background

This text has color #075155 on black background.


Color preview on white background

This text has color #075155 on white background.


Black color preview on #075155 background

This text has black color on #075155 background.


White color preview on #075155 background

This text has white color on #075155 background.


Related colors

Complementary color

Complementary color for #hex is #F8AEAA.


I love getcolorcode.com

Triadic colors

1 #550751 and #515507 with #075155 are triadic colors.

2 #555107 and #510755 with #075155 are triadic colors.