COLOR #007591

HEX: #007591
RGB: (0,117,145)

Color info

#007591 contains only green and blue colors. Web safe color of #007591 is #006699 (or #069).

RGB color model

#007591 color RGB value is (0,117,145).

  • red value is 0;
  • green value is 117;
  • blue value is 145.
RGB:
(0,117,145)
(0%,46%,57%)

RGB channels and saturation

R 0 of 255 = 0%
G 117 of 255 = 46%
B 145 of 255 = 57%

0
117
145

R + G + B ~ 34%. #007591 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 117 + 145 = 262 (100%)
R 0 of 262 ~ 0%
G 117 of 262 ~ 44.66%
B 145 of 262 ~ 55.34%

%44.66
%55.34

CMYK color model

#007591 color CMYK value is (100,19,0,43).

  • cyan value is 100.00%
  • magenta value is 19.31%
  • yellow value is 0.00%
  • key color value is 43.14%
CMYK:
(100,19,0,43)
C100M19Y0K43 
(100%,19%,0%,43%)
(1.00/0.19/0.00/0.43)	

CMYK percentages

%100
%19.31
%0
%43.14

Codes

Color #007591 in popluar color models

007591
RGB0117145
HSL192°100.00%28.43%
HSB/HSV192°100.00%56.86%
CMYK100.00%19.31%0.00%
43.14%

Color #007591 in popluar number systems.

HEX007591
Decimal0117145
Binary0111010110010001
Octal0165221

Shades and tints

Shades of #007591

#007591
(0,117,145)
#006B84
(0,107,132)
#006177
(0,97,119)
#00576A
(0,87,106)
#004D5D
(0,77,93)
#004350
(0,67,80)
#003943
(0,57,67)
#002F36
(0,47,54)
#002529
(0,37,41)
#001B1C
(0,27,28)
#00110F
(0,17,15)
#000000
(0,0,0)

Tints of #007591

#007591
(0,117,145)
#17819B
(23,129,155)
#2E8DA5
(46,141,165)
#4599AF
(69,153,175)
#5CA5B9
(92,165,185)
#73B1C3
(115,177,195)
#8ABDCD
(138,189,205)
#A1C9D7
(161,201,215)
#B8D5E1
(184,213,225)
#CFE1EB
(207,225,235)
#E6EDF5
(230,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #007591 color. Also use rgb(0,117,145) instead hex code.

Text Font Color

.myTextColor { color: #007591; }

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

This text font color is #007591.


Background Color

.myBgColor { background-color: #007591; }

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

This div background color is #007591.


Border color

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

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

This div border color is #007591.


Opacity

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

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

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

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

This text has shadow with #007591 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #007591 on black background.


Color preview on white background

This text has color #007591 on white background.



Black color preview on #007591 background

This text has black color on #007591 background.


White color preview on #007591 background

This text has white color on #007591 background.