COLOR #09615C

HEX: #09615C RGB: (9,97,92)

Color info

#09615C contains mainly green and blue colors. Web safe color of #09615C is #006666 (or #066).

RGB color model

#09615C color RGB value is (9,97,92).

RGB: (9,97,92) (4%, 38%, 36%)

RGB channels and saturation

R 9 of 255 = 4%
G 97 of 255 = 38%
B 92 of 255 = 36%

9
97
92

R + G + B ~ 26%. #09615C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 9 + 97 + 92 = 198 (100%)
R 9 of 198 ~ 4.55%
G 97 of 198 ~ 48.99%
B 92 of 198 ~ 46.46'%

%48.99
%46.46

CMYK color model

#09615C color CMYK value is (91,0,5,62).

  • cyan value is 90.72%
  • magenta value is 0.00%
  • yellow value is 5.15%
  • key color value is 61.96%

CMYK: (91,0,5,62)
C91M0Y5K62 (91%, 0%, 5%, 62%)
(0.91 / 0.00 / 0.05 / 0.62)

CMYK percentages

%90.72
%0
%5.15
%61.96

Codes

Color #09615C in popluar color models

09 61 5C
RGB 9 97 92
HSL 177° 83.02% 20.78%
HSB/HSV 177° 90.72% 38.04%
CMYK 90.72% 0.00% 5.15%
61.96%

Color #09615C in popluar number systems.

HEX 09 61 5C
Decimal 9 97 92
Binary 1001 1100001 1011100
Octal 11 141 134

Shades and tints

Shades of #09615C

#09615C
(9,97,92)
#095954
(9,89,84)
#09514C
(9,81,76)
#094944
(9,73,68)
#09413C
(9,65,60)
#093934
(9,57,52)
#09312C
(9,49,44)
#092924
(9,41,36)
#09211C
(9,33,28)
#091914
(9,25,20)
#09110C
(9,17,12)
#000000
(0,0,0)

Tints of #09615C

#09615C
(9,97,92)
#1F6F6A
(31,111,106)
#357D78
(53,125,120)
#4B8B86
(75,139,134)
#619994
(97,153,148)
#77A7A2
(119,167,162)
#8DB5B0
(141,181,176)
#A3C3BE
(163,195,190)
#B9D1CC
(185,209,204)
#CFDFDA
(207,223,218)
#E5EDE8
(229,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #09615C color. Also use rgb(9,97,92) instead hex code.

Text Font Color

.myTextColor { color: #09615C; }

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

This text font color is #09615C.

Background Color

.myBgColor { background-color: #09615C; }

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

This div background color is #09615C.

Border color

.myBorderColor { border: 1px solid #09615C; }

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

This div border color is #09615C.

Opacity

.myOpacity80 { color: #09615C; opacity: 0.8; }

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

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

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

This text has shadow with #09615C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #09615C.

Preview

Color preview on black background

This text has color #09615C on black background.


Color preview on white background

This text has color #09615C on white background.


Black color preview on #09615C background

This text has black color on #09615C background.


White color preview on #09615C background

This text has white color on #09615C background.


Related colors

Complementary color

Complementary color for #hex is #F69EA3.


I love getcolorcode.com

Triadic colors

1 #5C0961 and #615C09 with #09615C are triadic colors.

2 #5C6109 and #61095C with #09615C are triadic colors.