COLOR #095763

HEX: #095763 RGB: (9,87,99)

Color info

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

RGB color model

#095763 color RGB value is (9,87,99).

RGB: (9,87,99) (4%, 34%, 39%)

RGB channels and saturation

R 9 of 255 = 4%
G 87 of 255 = 34%
B 99 of 255 = 39%

9
87
99

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

Portions of RGB colors in percentages

R + G + B = 9 + 87 + 99 = 195 (100%)
R 9 of 195 ~ 4.62%
G 87 of 195 ~ 44.62%
B 99 of 195 ~ 50.77'%

%44.62
%50.77

CMYK color model

#095763 color CMYK value is (91,12,0,61).

  • cyan value is 90.91%
  • magenta value is 12.12%
  • yellow value is 0.00%
  • key color value is 61.18%

CMYK: (91,12,0,61)
C91M12Y0K61 (91%, 12%, 0%, 61%)
(0.91 / 0.12 / 0.00 / 0.61)

CMYK percentages

%90.91
%12.12
%0
%61.18

Codes

Color #095763 in popluar color models

09 57 63
RGB 9 87 99
HSL 188° 83.33% 21.18%
HSB/HSV 188° 90.91% 38.82%
CMYK 90.91% 12.12% 0.00%
61.18%

Color #095763 in popluar number systems.

HEX 09 57 63
Decimal 9 87 99
Binary 1001 1010111 1100011
Octal 11 127 143

Shades and tints

Shades of #095763

#095763
(9,87,99)
#09505A
(9,80,90)
#094951
(9,73,81)
#094248
(9,66,72)
#093B3F
(9,59,63)
#093436
(9,52,54)
#092D2D
(9,45,45)
#092624
(9,38,36)
#091F1B
(9,31,27)
#091812
(9,24,18)
#091109
(9,17,9)
#000000
(0,0,0)

Tints of #095763

#095763
(9,87,99)
#1F6671
(31,102,113)
#35757F
(53,117,127)
#4B848D
(75,132,141)
#61939B
(97,147,155)
#77A2A9
(119,162,169)
#8DB1B7
(141,177,183)
#A3C0C5
(163,192,197)
#B9CFD3
(185,207,211)
#CFDEE1
(207,222,225)
#E5EDEF
(229,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #095763 color. Also use rgb(9,87,99) instead hex code.

Text Font Color

.myTextColor { color: #095763; }

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

This text font color is #095763.

Background Color

.myBgColor { background-color: #095763; }

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

This div background color is #095763.

Border color

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

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

This div border color is #095763.

Opacity

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

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

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

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

This text has shadow with #095763 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #095763.

Preview

Color preview on black background

This text has color #095763 on black background.


Color preview on white background

This text has color #095763 on white background.


Black color preview on #095763 background

This text has black color on #095763 background.


White color preview on #095763 background

This text has white color on #095763 background.


Related colors

Complementary color

Complementary color for #hex is #F6A89C.


I love getcolorcode.com

Triadic colors

1 #630957 and #576309 with #095763 are triadic colors.

2 #635709 and #570963 with #095763 are triadic colors.