COLOR #097752

HEX: #097752 RGB: (9,119,82)

Color info

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

RGB color model

#097752 color RGB value is (9,119,82).

RGB: (9,119,82) (4%, 47%, 32%)

RGB channels and saturation

R 9 of 255 = 4%
G 119 of 255 = 47%
B 82 of 255 = 32%

9
119
82

R + G + B ~ 28%. #097752 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 9 + 119 + 82 = 210 (100%)
R 9 of 210 ~ 4.29%
G 119 of 210 ~ 56.67%
B 82 of 210 ~ 39.05'%

%56.67
%39.05

CMYK color model

#097752 color CMYK value is (92,0,31,53).

  • cyan value is 92.44%
  • magenta value is 0.00%
  • yellow value is 31.09%
  • key color value is 53.33%
CMYK: (92,0,31,53) C92M0Y31K53 (92%,0%,31%,53%) (0.92/0.00/0.31/0.53) 

CMYK percentages

%92.44
%0
%31.09
%53.33

Codes

Color #097752 in popluar color models

09 77 52
RGB 9 119 82
HSL 160° 85.94% 25.10%
HSB/HSV 160° 92.44% 46.67%
CMYK 92.44% 0.00% 31.09%
53.33%

Color #097752 in popluar number systems.

HEX 09 77 52
Decimal 9 119 82
Binary 1001 1110111 1010010
Octal 11 167 122

Shades and tints

Shades of #097752

#097752
(9,119,82)
#096D4B
(9,109,75)
#096344
(9,99,68)
#09593D
(9,89,61)
#094F36
(9,79,54)
#09452F
(9,69,47)
#093B28
(9,59,40)
#093121
(9,49,33)
#09271A
(9,39,26)
#091D13
(9,29,19)
#09130C
(9,19,12)
#000000
(0,0,0)

Tints of #097752

#097752
(9,119,82)
#1F8361
(31,131,97)
#358F70
(53,143,112)
#4B9B7F
(75,155,127)
#61A78E
(97,167,142)
#77B39D
(119,179,157)
#8DBFAC
(141,191,172)
#A3CBBB
(163,203,187)
#B9D7CA
(185,215,202)
#CFE3D9
(207,227,217)
#E5EFE8
(229,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #097752 color. Also use rgb(9,119,82) instead hex code.

Text Font Color

.myTextColor { color: #097752; }

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

This text font color is #097752.

Background Color

.myBgColor { background-color: #097752; }

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

This div background color is #097752.

Border color

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

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

This div border color is #097752.

Opacity

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

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

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

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

This text has shadow with #097752 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #097752.

Preview

Color preview on black background

This text has color #097752 on black background.


Color preview on white background

This text has color #097752 on white background.


Black color preview on #097752 background

This text has black color on #097752 background.


White color preview on #097752 background

This text has white color on #097752 background.


Related colors

Complementary color

Complementary color for #hex is #F688AD.


I love getcolorcode.com

Triadic colors

1 #520977 and #775209 with #097752 are triadic colors.

2 #527709 and #770952 with #097752 are triadic colors.