COLOR #095745

HEX: #095745
RGB: (9,87,69)

Color info

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

RGB color model

#095745 color RGB value is (9,87,69).

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

RGB channels and saturation

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

9
87
69

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

Portions of RGB colors in percentages

R + G + B =
9 + 87 + 69 = 165 (100%)
R 9 of 165 ~ 5.45%
G 87 of 165 ~ 52.73%
B 69 of 165 ~ 41.82%

%52.73
%41.82

CMYK color model

#095745 color CMYK value is (90,0,21,66).

  • cyan value is 89.66%
  • magenta value is 0.00%
  • yellow value is 20.69%
  • key color value is 65.88%
CMYK:
(90,0,21,66)
C90M0Y21K66 
(90%,0%,21%,66%)
(0.90/0.00/0.21/0.66)	

CMYK percentages

%89.66
%0
%20.69
%65.88

Codes

Color #095745 in popluar color models

095745
RGB98769
HSL166°81.25%18.82%
HSB/HSV166°89.66%34.12%
CMYK89.66%0.00%20.69%
65.88%

Color #095745 in popluar number systems.

HEX095745
Decimal98769
Binary100110101111000101
Octal11127105

Shades and tints

Shades of #095745

#095745
(9,87,69)
#09503F
(9,80,63)
#094939
(9,73,57)
#094233
(9,66,51)
#093B2D
(9,59,45)
#093427
(9,52,39)
#092D21
(9,45,33)
#09261B
(9,38,27)
#091F15
(9,31,21)
#09180F
(9,24,15)
#091109
(9,17,9)
#000000
(0,0,0)

Tints of #095745

#095745
(9,87,69)
#1F6655
(31,102,85)
#357565
(53,117,101)
#4B8475
(75,132,117)
#619385
(97,147,133)
#77A295
(119,162,149)
#8DB1A5
(141,177,165)
#A3C0B5
(163,192,181)
#B9CFC5
(185,207,197)
#CFDED5
(207,222,213)
#E5EDE5
(229,237,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #095745; }

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

This text font color is #095745.


Background Color

.myBgColor { background-color: #095745; }

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

This div background color is #095745.


Border color

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

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

This div border color is #095745.


Opacity

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

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

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

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

This text has shadow with #095745 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #095745 on black background.


Color preview on white background

This text has color #095745 on white background.



Black color preview on #095745 background

This text has black color on #095745 background.


White color preview on #095745 background

This text has white color on #095745 background.