COLOR #075964

HEX: #075964 RGB: (7,89,100)

Color info

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

RGB color model

#075964 color RGB value is (7,89,100).

RGB: (7,89,100) (3%, 35%, 39%)

RGB channels and saturation

R 7 of 255 = 3%
G 89 of 255 = 35%
B 100 of 255 = 39%

7
89
100

R + G + B ~ 26%. #075964 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 7 + 89 + 100 = 196 (100%)
R 7 of 196 ~ 3.57%
G 89 of 196 ~ 45.41%
B 100 of 196 ~ 51.02'%

%45.41
%51.02

CMYK color model

#075964 color CMYK value is (93,11,0,61).

  • cyan value is 93.00%
  • magenta value is 11.00%
  • yellow value is 0.00%
  • key color value is 60.78%

CMYK: (93,11,0,61)
C93M11Y0K61 (93%, 11%, 0%, 61%)
(0.93 / 0.11 / 0.00 / 0.61)

CMYK percentages

%93
%11
%0
%60.78

Codes

Color #075964 in popluar color models

07 59 64
RGB 7 89 100
HSL 187° 86.92% 20.98%
HSB/HSV 187° 93.00% 39.22%
CMYK 93.00% 11.00% 0.00%
60.78%

Color #075964 in popluar number systems.

HEX 07 59 64
Decimal 7 89 100
Binary 111 1011001 1100100
Octal 7 131 144

Shades and tints

Shades of #075964

#075964
(7,89,100)
#07515B
(7,81,91)
#074952
(7,73,82)
#074149
(7,65,73)
#073940
(7,57,64)
#073137
(7,49,55)
#07292E
(7,41,46)
#072125
(7,33,37)
#07191C
(7,25,28)
#071113
(7,17,19)
#07090A
(7,9,10)
#000000
(0,0,0)

Tints of #075964

#075964
(7,89,100)
#1D6872
(29,104,114)
#337780
(51,119,128)
#49868E
(73,134,142)
#5F959C
(95,149,156)
#75A4AA
(117,164,170)
#8BB3B8
(139,179,184)
#A1C2C6
(161,194,198)
#B7D1D4
(183,209,212)
#CDE0E2
(205,224,226)
#E3EFF0
(227,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #075964 color. Also use rgb(7,89,100) instead hex code.

Text Font Color

.myTextColor { color: #075964; }

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

This text font color is #075964.

Background Color

.myBgColor { background-color: #075964; }

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

This div background color is #075964.

Border color

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

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

This div border color is #075964.

Opacity

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

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

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

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

This text has shadow with #075964 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #075964.

Preview

Color preview on black background

This text has color #075964 on black background.


Color preview on white background

This text has color #075964 on white background.


Black color preview on #075964 background

This text has black color on #075964 background.


White color preview on #075964 background

This text has white color on #075964 background.


Related colors

Complementary color

Complementary color for #hex is #F8A69B.


I love getcolorcode.com

Triadic colors

1 #640759 and #596407 with #075964 are triadic colors.

2 #645907 and #590764 with #075964 are triadic colors.