COLOR #095A3D

HEX: #095A3D
RGB: (9,90,61)

Color info

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

RGB color model

#095A3D color RGB value is (9,90,61).

  • red value is 9;
  • green value is 90;
  • blue value is 61.
RGB:
(9,90,61)
(4%,35%,24%)

RGB channels and saturation

R 9 of 255 = 4%
G 90 of 255 = 35%
B 61 of 255 = 24%

9
90
61

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

Portions of RGB colors in percentages

R + G + B =
9 + 90 + 61 = 160 (100%)
R 9 of 160 ~ 5.63%
G 90 of 160 ~ 56.25%
B 61 of 160 ~ 38.13%

%56.25
%38.13

CMYK color model

#095A3D color CMYK value is (90,0,32,65).

  • cyan value is 90.00%
  • magenta value is 0.00%
  • yellow value is 32.22%
  • key color value is 64.71%
CMYK:
(90,0,32,65)
C90M0Y32K65 
(90%,0%,32%,65%)
(0.90/0.00/0.32/0.65)	

CMYK percentages

%90
%0
%32.22
%64.71

Codes

Color #095A3D in popluar color models

095A3D
RGB99061
HSL159°81.82%19.41%
HSB/HSV159°90.00%35.29%
CMYK90.00%0.00%32.22%
64.71%

Color #095A3D in popluar number systems.

HEX095A3D
Decimal99061
Binary10011011010111101
Octal1113275

Shades and tints

Shades of #095A3D

#095A3D
(9,90,61)
#095238
(9,82,56)
#094A33
(9,74,51)
#09422E
(9,66,46)
#093A29
(9,58,41)
#093224
(9,50,36)
#092A1F
(9,42,31)
#09221A
(9,34,26)
#091A15
(9,26,21)
#091210
(9,18,16)
#090A0B
(9,10,11)
#000000
(0,0,0)

Tints of #095A3D

#095A3D
(9,90,61)
#1F694E
(31,105,78)
#35785F
(53,120,95)
#4B8770
(75,135,112)
#619681
(97,150,129)
#77A592
(119,165,146)
#8DB4A3
(141,180,163)
#A3C3B4
(163,195,180)
#B9D2C5
(185,210,197)
#CFE1D6
(207,225,214)
#E5F0E7
(229,240,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #095A3D color. Also use rgb(9,90,61) instead hex code.

Text Font Color

.myTextColor { color: #095A3D; }

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

This text font color is #095A3D.


Background Color

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

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

This div background color is #095A3D.


Border color

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

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

This div border color is #095A3D.


Opacity

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

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

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

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

This text has shadow with #095A3D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #095A3D on black background.


Color preview on white background

This text has color #095A3D on white background.



Black color preview on #095A3D background

This text has black color on #095A3D background.


White color preview on #095A3D background

This text has white color on #095A3D background.