COLOR #097D3F

HEX: #097D3F
RGB: (9,125,63)

Color info

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

RGB color model

#097D3F color RGB value is (9,125,63).

  • red value is 9;
  • green value is 125;
  • blue value is 63.
RGB:
(9,125,63)
(4%,49%,25%)

RGB channels and saturation

R 9 of 255 = 4%
G 125 of 255 = 49%
B 63 of 255 = 25%

9
125
63

R + G + B ~ 26%. #097D3F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
9 + 125 + 63 = 197 (100%)
R 9 of 197 ~ 4.57%
G 125 of 197 ~ 63.45%
B 63 of 197 ~ 31.98%

%63.45
%31.98

CMYK color model

#097D3F color CMYK value is (93,0,50,51).

  • cyan value is 92.80%
  • magenta value is 0.00%
  • yellow value is 49.60%
  • key color value is 50.98%
CMYK:
(93,0,50,51)
C93M0Y50K51 
(93%,0%,50%,51%)
(0.93/0.00/0.50/0.51)	

CMYK percentages

%92.8
%0
%49.6
%50.98

Codes

Color #097D3F in popluar color models

097D3F
RGB912563
HSL148°86.57%26.27%
HSB/HSV148°92.80%49.02%
CMYK92.80%0.00%49.60%
50.98%

Color #097D3F in popluar number systems.

HEX097D3F
Decimal912563
Binary10011111101111111
Octal1117577

Shades and tints

Shades of #097D3F

#097D3F
(9,125,63)
#09723A
(9,114,58)
#096735
(9,103,53)
#095C30
(9,92,48)
#09512B
(9,81,43)
#094626
(9,70,38)
#093B21
(9,59,33)
#09301C
(9,48,28)
#092517
(9,37,23)
#091A12
(9,26,18)
#090F0D
(9,15,13)
#000000
(0,0,0)

Tints of #097D3F

#097D3F
(9,125,63)
#1F8850
(31,136,80)
#359361
(53,147,97)
#4B9E72
(75,158,114)
#61A983
(97,169,131)
#77B494
(119,180,148)
#8DBFA5
(141,191,165)
#A3CAB6
(163,202,182)
#B9D5C7
(185,213,199)
#CFE0D8
(207,224,216)
#E5EBE9
(229,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #097D3F color. Also use rgb(9,125,63) instead hex code.

Text Font Color

.myTextColor { color: #097D3F; }

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

This text font color is #097D3F.


Background Color

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

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

This div background color is #097D3F.


Border color

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

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

This div border color is #097D3F.


Opacity

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

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

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

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

This text has shadow with #097D3F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #097D3F on black background.


Color preview on white background

This text has color #097D3F on white background.



Black color preview on #097D3F background

This text has black color on #097D3F background.


White color preview on #097D3F background

This text has white color on #097D3F background.