COLOR #095744

HEX: #095744
RGB: (9,87,68)

Color info

#095744 contains mainly green and blue colors. Web safe color of #095744 is #006633 (or #063).

RGB color model

#095744 color RGB value is (9,87,68).

  • red value is 9;
  • green value is 87;
  • blue value is 68.
RGB:
(9,87,68)
(4%,34%,27%)

RGB channels and saturation

R 9 of 255 = 4%
G 87 of 255 = 34%
B 68 of 255 = 27%

9
87
68

R + G + B ~ 22%. #095744 is dark color.

Portions of RGB colors in percentages

R + G + B =
9 + 87 + 68 = 164 (100%)
R 9 of 164 ~ 5.49%
G 87 of 164 ~ 53.05%
B 68 of 164 ~ 41.46%

%53.05
%41.46

CMYK color model

#095744 color CMYK value is (90,0,22,66).

  • cyan value is 89.66%
  • magenta value is 0.00%
  • yellow value is 21.84%
  • key color value is 65.88%
CMYK:
(90,0,22,66)
C90M0Y22K66 
(90%,0%,22%,66%)
(0.90/0.00/0.22/0.66)	

CMYK percentages

%89.66
%0
%21.84
%65.88

Codes

Color #095744 in popluar color models

095744
RGB98768
HSL165°81.25%18.82%
HSB/HSV165°89.66%34.12%
CMYK89.66%0.00%21.84%
65.88%

Color #095744 in popluar number systems.

HEX095744
Decimal98768
Binary100110101111000100
Octal11127104

Shades and tints

Shades of #095744

#095744
(9,87,68)
#09503E
(9,80,62)
#094938
(9,73,56)
#094232
(9,66,50)
#093B2C
(9,59,44)
#093426
(9,52,38)
#092D20
(9,45,32)
#09261A
(9,38,26)
#091F14
(9,31,20)
#09180E
(9,24,14)
#091108
(9,17,8)
#000000
(0,0,0)

Tints of #095744

#095744
(9,87,68)
#1F6655
(31,102,85)
#357566
(53,117,102)
#4B8477
(75,132,119)
#619388
(97,147,136)
#77A299
(119,162,153)
#8DB1AA
(141,177,170)
#A3C0BB
(163,192,187)
#B9CFCC
(185,207,204)
#CFDEDD
(207,222,221)
#E5EDEE
(229,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #095744; }

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

This text font color is #095744.


Background Color

.myBgColor { background-color: #095744; }

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

This div background color is #095744.


Border color

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

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

This div border color is #095744.


Opacity

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

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

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

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

This text has shadow with #095744 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #095744 on black background.


Color preview on white background

This text has color #095744 on white background.



Black color preview on #095744 background

This text has black color on #095744 background.


White color preview on #095744 background

This text has white color on #095744 background.