COLOR #095547

HEX: #095547 RGB: (9,85,71)

Color info

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

RGB color model

#095547 color RGB value is (9,85,71).

RGB: (9,85,71) (4%, 33%, 28%)

RGB channels and saturation

R 9 of 255 = 4%
G 85 of 255 = 33%
B 71 of 255 = 28%

9
85
71

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

Portions of RGB colors in percentages

R + G + B = 9 + 85 + 71 = 165 (100%)
R 9 of 165 ~ 5.45%
G 85 of 165 ~ 51.52%
B 71 of 165 ~ 43.03'%

%51.52
%43.03

CMYK color model

#095547 color CMYK value is (89,0,16,67).

  • cyan value is 89.41%
  • magenta value is 0.00%
  • yellow value is 16.47%
  • key color value is 66.67%

CMYK: (89,0,16,67)
C89M0Y16K67 (89%, 0%, 16%, 67%)
(0.89 / 0.00 / 0.16 / 0.67)

CMYK percentages

%89.41
%0
%16.47
%66.67

Codes

Color #095547 in popluar color models

09 55 47
RGB 9 85 71
HSL 169° 80.85% 18.43%
HSB/HSV 169° 89.41% 33.33%
CMYK 89.41% 0.00% 16.47%
66.67%

Color #095547 in popluar number systems.

HEX 09 55 47
Decimal 9 85 71
Binary 1001 1010101 1000111
Octal 11 125 107

Shades and tints

Shades of #095547

#095547
(9,85,71)
#094E41
(9,78,65)
#09473B
(9,71,59)
#094035
(9,64,53)
#09392F
(9,57,47)
#093229
(9,50,41)
#092B23
(9,43,35)
#09241D
(9,36,29)
#091D17
(9,29,23)
#091611
(9,22,17)
#090F0B
(9,15,11)
#000000
(0,0,0)

Tints of #095547

#095547
(9,85,71)
#1F6457
(31,100,87)
#357367
(53,115,103)
#4B8277
(75,130,119)
#619187
(97,145,135)
#77A097
(119,160,151)
#8DAFA7
(141,175,167)
#A3BEB7
(163,190,183)
#B9CDC7
(185,205,199)
#CFDCD7
(207,220,215)
#E5EBE7
(229,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #095547 color. Also use rgb(9,85,71) instead hex code.

Text Font Color

.myTextColor { color: #095547; }

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

This text font color is #095547.

Background Color

.myBgColor { background-color: #095547; }

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

This div background color is #095547.

Border color

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

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

This div border color is #095547.

Opacity

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

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

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

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

This text has shadow with #095547 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #095547.

Preview

Color preview on black background

This text has color #095547 on black background.


Color preview on white background

This text has color #095547 on white background.


Black color preview on #095547 background

This text has black color on #095547 background.


White color preview on #095547 background

This text has white color on #095547 background.


Related colors

Complementary color

Complementary color for #hex is #F6AAB8.


I love getcolorcode.com

Triadic colors

1 #470955 and #554709 with #095547 are triadic colors.

2 #475509 and #550947 with #095547 are triadic colors.