COLOR #097B35

HEX: #097B35 RGB: (9,123,53)

Color info

#097B35 contains mainly green color. Web safe color of #097B35 is #006633 (or #063).

RGB color model

#097B35 color RGB value is (9,123,53).

RGB: (9,123,53) (4%, 48%, 21%)

RGB channels and saturation

R 9 of 255 = 4%
G 123 of 255 = 48%
B 53 of 255 = 21%

9
123
53

R + G + B ~ 24%. #097B35 is dark color.

Portions of RGB colors in percentages

R + G + B = 9 + 123 + 53 = 185 (100%)
R 9 of 185 ~ 4.86%
G 123 of 185 ~ 66.49%
B 53 of 185 ~ 28.65'%

%66.49
%28.65

CMYK color model

#097B35 color CMYK value is (93,0,57,52).

  • cyan value is 92.68%
  • magenta value is 0.00%
  • yellow value is 56.91%
  • key color value is 51.76%

CMYK: (93,0,57,52)
C93M0Y57K52 (93%, 0%, 57%, 52%)
(0.93 / 0.00 / 0.57 / 0.52)

CMYK percentages

%92.68
%0
%56.91
%51.76

Codes

Color #097B35 in popluar color models

09 7B 35
RGB 9 123 53
HSL 143° 86.36% 25.88%
HSB/HSV 143° 92.68% 48.24%
CMYK 92.68% 0.00% 56.91%
51.76%

Color #097B35 in popluar number systems.

HEX 09 7B 35
Decimal 9 123 53
Binary 1001 1111011 110101
Octal 11 173 65

Shades and tints

Shades of #097B35

#097B35
(9,123,53)
#097031
(9,112,49)
#09652D
(9,101,45)
#095A29
(9,90,41)
#094F25
(9,79,37)
#094421
(9,68,33)
#09391D
(9,57,29)
#092E19
(9,46,25)
#092315
(9,35,21)
#091811
(9,24,17)
#090D0D
(9,13,13)
#000000
(0,0,0)

Tints of #097B35

#097B35
(9,123,53)
#1F8747
(31,135,71)
#359359
(53,147,89)
#4B9F6B
(75,159,107)
#61AB7D
(97,171,125)
#77B78F
(119,183,143)
#8DC3A1
(141,195,161)
#A3CFB3
(163,207,179)
#B9DBC5
(185,219,197)
#CFE7D7
(207,231,215)
#E5F3E9
(229,243,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #097B35 color. Also use rgb(9,123,53) instead hex code.

Text Font Color

.myTextColor { color: #097B35; }

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

This text font color is #097B35.

Background Color

.myBgColor { background-color: #097B35; }

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

This div background color is #097B35.

Border color

.myBorderColor { border: 1px solid #097B35; }

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

This div border color is #097B35.

Opacity

.myOpacity80 { color: #097B35; opacity: 0.8; }

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

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

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

This text has shadow with #097B35 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #097B35.

Preview

Color preview on black background

This text has color #097B35 on black background.


Color preview on white background

This text has color #097B35 on white background.


Black color preview on #097B35 background

This text has black color on #097B35 background.


White color preview on #097B35 background

This text has white color on #097B35 background.


Related colors

Complementary color

Complementary color for #hex is #F684CA.


I love getcolorcode.com

Triadic colors

1 #35097B and #7B3509 with #097B35 are triadic colors.

2 #357B09 and #7B0935 with #097B35 are triadic colors.