COLOR #095741

HEX: #095741
RGB: (9,87,65)

Color info

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

RGB color model

#095741 color RGB value is (9,87,65).

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

RGB channels and saturation

R 9 of 255 = 4%
G 87 of 255 = 34%
B 65 of 255 = 25%

9
87
65

R + G + B ~ 21%. #095741 is dark color.

Portions of RGB colors in percentages

R + G + B =
9 + 87 + 65 = 161 (100%)
R 9 of 161 ~ 5.59%
G 87 of 161 ~ 54.04%
B 65 of 161 ~ 40.37%

%54.04
%40.37

CMYK color model

#095741 color CMYK value is (90,0,25,66).

  • cyan value is 89.66%
  • magenta value is 0.00%
  • yellow value is 25.29%
  • key color value is 65.88%
CMYK:
(90,0,25,66)
C90M0Y25K66 
(90%,0%,25%,66%)
(0.90/0.00/0.25/0.66)	

CMYK percentages

%89.66
%0
%25.29
%65.88

Codes

Color #095741 in popluar color models

095741
RGB98765
HSL163°81.25%18.82%
HSB/HSV163°89.66%34.12%
CMYK89.66%0.00%25.29%
65.88%

Color #095741 in popluar number systems.

HEX095741
Decimal98765
Binary100110101111000001
Octal11127101

Shades and tints

Shades of #095741

#095741
(9,87,65)
#09503C
(9,80,60)
#094937
(9,73,55)
#094232
(9,66,50)
#093B2D
(9,59,45)
#093428
(9,52,40)
#092D23
(9,45,35)
#09261E
(9,38,30)
#091F19
(9,31,25)
#091814
(9,24,20)
#09110F
(9,17,15)
#000000
(0,0,0)

Tints of #095741

#095741
(9,87,65)
#1F6652
(31,102,82)
#357563
(53,117,99)
#4B8474
(75,132,116)
#619385
(97,147,133)
#77A296
(119,162,150)
#8DB1A7
(141,177,167)
#A3C0B8
(163,192,184)
#B9CFC9
(185,207,201)
#CFDEDA
(207,222,218)
#E5EDEB
(229,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #095741; }

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

This text font color is #095741.


Background Color

.myBgColor { background-color: #095741; }

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

This div background color is #095741.


Border color

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

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

This div border color is #095741.


Opacity

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

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

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

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

This text has shadow with #095741 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #095741 on black background.


Color preview on white background

This text has color #095741 on white background.



Black color preview on #095741 background

This text has black color on #095741 background.


White color preview on #095741 background

This text has white color on #095741 background.