COLOR #075A53

HEX: #075A53 RGB: (7,90,83)

Color info

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

RGB color model

#075A53 color RGB value is (7,90,83).

RGB: (7,90,83) (3%, 35%, 33%)

RGB channels and saturation

R 7 of 255 = 3%
G 90 of 255 = 35%
B 83 of 255 = 33%

7
90
83

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

Portions of RGB colors in percentages

R + G + B = 7 + 90 + 83 = 180 (100%)
R 7 of 180 ~ 3.89%
G 90 of 180 ~ 50%
B 83 of 180 ~ 46.11'%

%50
%46.11

CMYK color model

#075A53 color CMYK value is (92,0,8,65).

  • cyan value is 92.22%
  • magenta value is 0.00%
  • yellow value is 7.78%
  • key color value is 64.71%

CMYK: (92,0,8,65)
C92M0Y8K65 (92%, 0%, 8%, 65%)
(0.92 / 0.00 / 0.08 / 0.65)

CMYK percentages

%92.22
%0
%7.78
%64.71

Codes

Color #075A53 in popluar color models

07 5A 53
RGB 7 90 83
HSL 175° 85.57% 19.02%
HSB/HSV 175° 92.22% 35.29%
CMYK 92.22% 0.00% 7.78%
64.71%

Color #075A53 in popluar number systems.

HEX 07 5A 53
Decimal 7 90 83
Binary 111 1011010 1010011
Octal 7 132 123

Shades and tints

Shades of #075A53

#075A53
(7,90,83)
#07524C
(7,82,76)
#074A45
(7,74,69)
#07423E
(7,66,62)
#073A37
(7,58,55)
#073230
(7,50,48)
#072A29
(7,42,41)
#072222
(7,34,34)
#071A1B
(7,26,27)
#071214
(7,18,20)
#070A0D
(7,10,13)
#000000
(0,0,0)

Tints of #075A53

#075A53
(7,90,83)
#1D6962
(29,105,98)
#337871
(51,120,113)
#498780
(73,135,128)
#5F968F
(95,150,143)
#75A59E
(117,165,158)
#8BB4AD
(139,180,173)
#A1C3BC
(161,195,188)
#B7D2CB
(183,210,203)
#CDE1DA
(205,225,218)
#E3F0E9
(227,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #075A53 color. Also use rgb(7,90,83) instead hex code.

Text Font Color

.myTextColor { color: #075A53; }

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

This text font color is #075A53.

Background Color

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

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

This div background color is #075A53.

Border color

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

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

This div border color is #075A53.

Opacity

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

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

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

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

This text has shadow with #075A53 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #075A53.

Preview

Color preview on black background

This text has color #075A53 on black background.


Color preview on white background

This text has color #075A53 on white background.


Black color preview on #075A53 background

This text has black color on #075A53 background.


White color preview on #075A53 background

This text has white color on #075A53 background.


Related colors

Complementary color

Complementary color for #hex is #F8A5AC.


I love getcolorcode.com

Triadic colors

1 #53075A and #5A5307 with #075A53 are triadic colors.

2 #535A07 and #5A0753 with #075A53 are triadic colors.