COLOR #07575B

HEX: #07575B RGB: (7,87,91)

Color info

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

RGB color model

#07575B color RGB value is (7,87,91).

RGB: (7,87,91) (3%, 34%, 36%)

RGB channels and saturation

R 7 of 255 = 3%
G 87 of 255 = 34%
B 91 of 255 = 36%

7
87
91

R + G + B ~ 24%. #07575B is dark color.

Portions of RGB colors in percentages

R + G + B = 7 + 87 + 91 = 185 (100%)
R 7 of 185 ~ 3.78%
G 87 of 185 ~ 47.03%
B 91 of 185 ~ 49.19'%

%47.03
%49.19

CMYK color model

#07575B color CMYK value is (92,4,0,64).

  • cyan value is 92.31%
  • magenta value is 4.40%
  • yellow value is 0.00%
  • key color value is 64.31%

CMYK: (92,4,0,64)
C92M4Y0K64 (92%, 4%, 0%, 64%)
(0.92 / 0.04 / 0.00 / 0.64)

CMYK percentages

%92.31
%4.4
%0
%64.31

Codes

Color #07575B in popluar color models

07 57 5B
RGB 7 87 91
HSL 183° 85.71% 19.22%
HSB/HSV 183° 92.31% 35.69%
CMYK 92.31% 4.40% 0.00%
64.31%

Color #07575B in popluar number systems.

HEX 07 57 5B
Decimal 7 87 91
Binary 111 1010111 1011011
Octal 7 127 133

Shades and tints

Shades of #07575B

#07575B
(7,87,91)
#075053
(7,80,83)
#07494B
(7,73,75)
#074243
(7,66,67)
#073B3B
(7,59,59)
#073433
(7,52,51)
#072D2B
(7,45,43)
#072623
(7,38,35)
#071F1B
(7,31,27)
#071813
(7,24,19)
#07110B
(7,17,11)
#000000
(0,0,0)

Tints of #07575B

#07575B
(7,87,91)
#1D6669
(29,102,105)
#337577
(51,117,119)
#498485
(73,132,133)
#5F9393
(95,147,147)
#75A2A1
(117,162,161)
#8BB1AF
(139,177,175)
#A1C0BD
(161,192,189)
#B7CFCB
(183,207,203)
#CDDED9
(205,222,217)
#E3EDE7
(227,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #07575B; }

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

This text font color is #07575B.

Background Color

.myBgColor { background-color: #07575B; }

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

This div background color is #07575B.

Border color

.myBorderColor { border: 1px solid #07575B; }

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

This div border color is #07575B.

Opacity

.myOpacity80 { color: #07575B; opacity: 0.8; }

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

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

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

This text has shadow with #07575B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #07575B.

Preview

Color preview on black background

This text has color #07575B on black background.


Color preview on white background

This text has color #07575B on white background.


Black color preview on #07575B background

This text has black color on #07575B background.


White color preview on #07575B background

This text has white color on #07575B background.


Related colors

Complementary color

Complementary color for #hex is #F8A8A4.


I love getcolorcode.com

Triadic colors

1 #5B0757 and #575B07 with #07575B are triadic colors.

2 #5B5707 and #57075B with #07575B are triadic colors.