COLOR #095B48

HEX: #095B48
RGB: (9,91,72)

Color info

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

RGB color model

#095B48 color RGB value is (9,91,72).

  • red value is 9;
  • green value is 91;
  • blue value is 72.
RGB:
(9,91,72)
(4%,36%,28%)

RGB channels and saturation

R 9 of 255 = 4%
G 91 of 255 = 36%
B 72 of 255 = 28%

9
91
72

R + G + B ~ 23%. #095B48 is dark color.

Portions of RGB colors in percentages

R + G + B =
9 + 91 + 72 = 172 (100%)
R 9 of 172 ~ 5.23%
G 91 of 172 ~ 52.91%
B 72 of 172 ~ 41.86%

%52.91
%41.86

CMYK color model

#095B48 color CMYK value is (90,0,21,64).

  • cyan value is 90.11%
  • magenta value is 0.00%
  • yellow value is 20.88%
  • key color value is 64.31%
CMYK:
(90,0,21,64)
C90M0Y21K64 
(90%,0%,21%,64%)
(0.90/0.00/0.21/0.64)	

CMYK percentages

%90.11
%0
%20.88
%64.31

Codes

Color #095B48 in popluar color models

095B48
RGB99172
HSL166°82.00%19.61%
HSB/HSV166°90.11%35.69%
CMYK90.11%0.00%20.88%
64.31%

Color #095B48 in popluar number systems.

HEX095B48
Decimal99172
Binary100110110111001000
Octal11133110

Shades and tints

Shades of #095B48

#095B48
(9,91,72)
#095342
(9,83,66)
#094B3C
(9,75,60)
#094336
(9,67,54)
#093B30
(9,59,48)
#09332A
(9,51,42)
#092B24
(9,43,36)
#09231E
(9,35,30)
#091B18
(9,27,24)
#091312
(9,19,18)
#090B0C
(9,11,12)
#000000
(0,0,0)

Tints of #095B48

#095B48
(9,91,72)
#1F6958
(31,105,88)
#357768
(53,119,104)
#4B8578
(75,133,120)
#619388
(97,147,136)
#77A198
(119,161,152)
#8DAFA8
(141,175,168)
#A3BDB8
(163,189,184)
#B9CBC8
(185,203,200)
#CFD9D8
(207,217,216)
#E5E7E8
(229,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #095B48 color. Also use rgb(9,91,72) instead hex code.

Text Font Color

.myTextColor { color: #095B48; }

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

This text font color is #095B48.


Background Color

.myBgColor { background-color: #095B48; }

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

This div background color is #095B48.


Border color

.myBorderColor { border: 1px solid #095B48; }

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

This div border color is #095B48.


Opacity

.myOpacity80 { color: #095B48; opacity: 0.8; }

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

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

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

This text has shadow with #095B48 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #095B48 on black background.


Color preview on white background

This text has color #095B48 on white background.



Black color preview on #095B48 background

This text has black color on #095B48 background.


White color preview on #095B48 background

This text has white color on #095B48 background.