COLOR #095948

HEX: #095948
RGB: (9,89,72)

Color info

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

RGB color model

#095948 color RGB value is (9,89,72).

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

RGB channels and saturation

R 9 of 255 = 4%
G 89 of 255 = 35%
B 72 of 255 = 28%

9
89
72

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

Portions of RGB colors in percentages

R + G + B =
9 + 89 + 72 = 170 (100%)
R 9 of 170 ~ 5.29%
G 89 of 170 ~ 52.35%
B 72 of 170 ~ 42.35%

%52.35
%42.35

CMYK color model

#095948 color CMYK value is (90,0,19,65).

  • cyan value is 89.89%
  • magenta value is 0.00%
  • yellow value is 19.10%
  • key color value is 65.10%
CMYK:
(90,0,19,65)
C90M0Y19K65 
(90%,0%,19%,65%)
(0.90/0.00/0.19/0.65)	

CMYK percentages

%89.89
%0
%19.1
%65.1

Codes

Color #095948 in popluar color models

095948
RGB98972
HSL167°81.63%19.22%
HSB/HSV167°89.89%34.90%
CMYK89.89%0.00%19.10%
65.10%

Color #095948 in popluar number systems.

HEX095948
Decimal98972
Binary100110110011001000
Octal11131110

Shades and tints

Shades of #095948

#095948
(9,89,72)
#095142
(9,81,66)
#09493C
(9,73,60)
#094136
(9,65,54)
#093930
(9,57,48)
#09312A
(9,49,42)
#092924
(9,41,36)
#09211E
(9,33,30)
#091918
(9,25,24)
#091112
(9,17,18)
#09090C
(9,9,12)
#000000
(0,0,0)

Tints of #095948

#095948
(9,89,72)
#1F6858
(31,104,88)
#357768
(53,119,104)
#4B8678
(75,134,120)
#619588
(97,149,136)
#77A498
(119,164,152)
#8DB3A8
(141,179,168)
#A3C2B8
(163,194,184)
#B9D1C8
(185,209,200)
#CFE0D8
(207,224,216)
#E5EFE8
(229,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #095948; }

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

This text font color is #095948.


Background Color

.myBgColor { background-color: #095948; }

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

This div background color is #095948.


Border color

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

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

This div border color is #095948.


Opacity

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

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

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

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

This text has shadow with #095948 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #095948 on black background.


Color preview on white background

This text has color #095948 on white background.



Black color preview on #095948 background

This text has black color on #095948 background.


White color preview on #095948 background

This text has white color on #095948 background.