COLOR #096E4B

HEX: #096E4B RGB: (9,110,75)

Color info

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

RGB color model

#096E4B color RGB value is (9,110,75).

RGB: (9,110,75) (4%, 43%, 29%)

RGB channels and saturation

R 9 of 255 = 4%
G 110 of 255 = 43%
B 75 of 255 = 29%

9
110
75

R + G + B ~ 25%. #096E4B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 9 + 110 + 75 = 194 (100%)
R 9 of 194 ~ 4.64%
G 110 of 194 ~ 56.7%
B 75 of 194 ~ 38.66'%

%56.7
%38.66

CMYK color model

#096E4B color CMYK value is (92,0,32,57).

  • cyan value is 91.82%
  • magenta value is 0.00%
  • yellow value is 31.82%
  • key color value is 56.86%
CMYK: (92,0,32,57) C92M0Y32K57 (92%,0%,32%,57%) (0.92/0.00/0.32/0.57) 

CMYK percentages

%91.82
%0
%31.82
%56.86

Codes

Color #096E4B in popluar color models

09 6E 4B
RGB 9 110 75
HSL 159° 84.87% 23.33%
HSB/HSV 159° 91.82% 43.14%
CMYK 91.82% 0.00% 31.82%
56.86%

Color #096E4B in popluar number systems.

HEX 09 6E 4B
Decimal 9 110 75
Binary 1001 1101110 1001011
Octal 11 156 113

Shades and tints

Shades of #096E4B

#096E4B
(9,110,75)
#096445
(9,100,69)
#095A3F
(9,90,63)
#095039
(9,80,57)
#094633
(9,70,51)
#093C2D
(9,60,45)
#093227
(9,50,39)
#092821
(9,40,33)
#091E1B
(9,30,27)
#091415
(9,20,21)
#090A0F
(9,10,15)
#000000
(0,0,0)

Tints of #096E4B

#096E4B
(9,110,75)
#1F7B5B
(31,123,91)
#35886B
(53,136,107)
#4B957B
(75,149,123)
#61A28B
(97,162,139)
#77AF9B
(119,175,155)
#8DBCAB
(141,188,171)
#A3C9BB
(163,201,187)
#B9D6CB
(185,214,203)
#CFE3DB
(207,227,219)
#E5F0EB
(229,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #096E4B color. Also use rgb(9,110,75) instead hex code.

Text Font Color

.myTextColor { color: #096E4B; }

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

This text font color is #096E4B.

Background Color

.myBgColor { background-color: #096E4B; }

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

This div background color is #096E4B.

Border color

.myBorderColor { border: 1px solid #096E4B; }

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

This div border color is #096E4B.

Opacity

.myOpacity80 { color: #096E4B; opacity: 0.8; }

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

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

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

This text has shadow with #096E4B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #096E4B.

Preview

Color preview on black background

This text has color #096E4B on black background.


Color preview on white background

This text has color #096E4B on white background.


Black color preview on #096E4B background

This text has black color on #096E4B background.


White color preview on #096E4B background

This text has white color on #096E4B background.


Related colors

Complementary color

Complementary color for #hex is #F691B4.


I love getcolorcode.com

Triadic colors

1 #4B096E and #6E4B09 with #096E4B are triadic colors.

2 #4B6E09 and #6E094B with #096E4B are triadic colors.