COLOR #095D4C

HEX: #095D4C RGB: (9,93,76)

Color info

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

RGB color model

#095D4C color RGB value is (9,93,76).

RGB: (9,93,76) (4%, 36%, 30%)

RGB channels and saturation

R 9 of 255 = 4%
G 93 of 255 = 36%
B 76 of 255 = 30%

9
93
76

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

Portions of RGB colors in percentages

R + G + B = 9 + 93 + 76 = 178 (100%)
R 9 of 178 ~ 5.06%
G 93 of 178 ~ 52.25%
B 76 of 178 ~ 42.7'%

%52.25
%42.7

CMYK color model

#095D4C color CMYK value is (90,0,18,64).

  • cyan value is 90.32%
  • magenta value is 0.00%
  • yellow value is 18.28%
  • key color value is 63.53%
CMYK: (90,0,18,64) C90M0Y18K64 (90%,0%,18%,64%) (0.90/0.00/0.18/0.64) 

CMYK percentages

%90.32
%0
%18.28
%63.53

Codes

Color #095D4C in popluar color models

09 5D 4C
RGB 9 93 76
HSL 168° 82.35% 20.00%
HSB/HSV 168° 90.32% 36.47%
CMYK 90.32% 0.00% 18.28%
63.53%

Color #095D4C in popluar number systems.

HEX 09 5D 4C
Decimal 9 93 76
Binary 1001 1011101 1001100
Octal 11 135 114

Shades and tints

Shades of #095D4C

#095D4C
(9,93,76)
#095546
(9,85,70)
#094D40
(9,77,64)
#09453A
(9,69,58)
#093D34
(9,61,52)
#09352E
(9,53,46)
#092D28
(9,45,40)
#092522
(9,37,34)
#091D1C
(9,29,28)
#091516
(9,21,22)
#090D10
(9,13,16)
#000000
(0,0,0)

Tints of #095D4C

#095D4C
(9,93,76)
#1F6B5C
(31,107,92)
#35796C
(53,121,108)
#4B877C
(75,135,124)
#61958C
(97,149,140)
#77A39C
(119,163,156)
#8DB1AC
(141,177,172)
#A3BFBC
(163,191,188)
#B9CDCC
(185,205,204)
#CFDBDC
(207,219,220)
#E5E9EC
(229,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #095D4C color. Also use rgb(9,93,76) instead hex code.

Text Font Color

.myTextColor { color: #095D4C; }

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

This text font color is #095D4C.

Background Color

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

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

This div background color is #095D4C.

Border color

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

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

This div border color is #095D4C.

Opacity

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

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

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

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

This text has shadow with #095D4C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #095D4C.

Preview

Color preview on black background

This text has color #095D4C on black background.


Color preview on white background

This text has color #095D4C on white background.


Black color preview on #095D4C background

This text has black color on #095D4C background.


White color preview on #095D4C background

This text has white color on #095D4C background.


Related colors

Complementary color

Complementary color for #hex is #F6A2B3.


I love getcolorcode.com

Triadic colors

1 #4C095D and #5D4C09 with #095D4C are triadic colors.

2 #4C5D09 and #5D094C with #095D4C are triadic colors.