COLOR #095334

HEX: #095334
RGB: (9,83,52)

Color info

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

RGB color model

#095334 color RGB value is (9,83,52).

  • red value is 9;
  • green value is 83;
  • blue value is 52.
RGB:
(9,83,52)
(4%,33%,20%)

RGB channels and saturation

R 9 of 255 = 4%
G 83 of 255 = 33%
B 52 of 255 = 20%

9
83
52

R + G + B ~ 19%. #095334 is dark color.

Portions of RGB colors in percentages

R + G + B =
9 + 83 + 52 = 144 (100%)
R 9 of 144 ~ 6.25%
G 83 of 144 ~ 57.64%
B 52 of 144 ~ 36.11%

%57.64
%36.11

CMYK color model

#095334 color CMYK value is (89,0,37,67).

  • cyan value is 89.16%
  • magenta value is 0.00%
  • yellow value is 37.35%
  • key color value is 67.45%
CMYK:
(89,0,37,67)
C89M0Y37K67 
(89%,0%,37%,67%)
(0.89/0.00/0.37/0.67)	

CMYK percentages

%89.16
%0
%37.35
%67.45

Codes

Color #095334 in popluar color models

095334
RGB98352
HSL155°80.43%18.04%
HSB/HSV155°89.16%32.55%
CMYK89.16%0.00%37.35%
67.45%

Color #095334 in popluar number systems.

HEX095334
Decimal98352
Binary10011010011110100
Octal1112364

Shades and tints

Shades of #095334

#095334
(9,83,52)
#094C30
(9,76,48)
#09452C
(9,69,44)
#093E28
(9,62,40)
#093724
(9,55,36)
#093020
(9,48,32)
#09291C
(9,41,28)
#092218
(9,34,24)
#091B14
(9,27,20)
#091410
(9,20,16)
#090D0C
(9,13,12)
#000000
(0,0,0)

Tints of #095334

#095334
(9,83,52)
#1F6246
(31,98,70)
#357158
(53,113,88)
#4B806A
(75,128,106)
#618F7C
(97,143,124)
#779E8E
(119,158,142)
#8DADA0
(141,173,160)
#A3BCB2
(163,188,178)
#B9CBC4
(185,203,196)
#CFDAD6
(207,218,214)
#E5E9E8
(229,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #095334 color. Also use rgb(9,83,52) instead hex code.

Text Font Color

.myTextColor { color: #095334; }

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

This text font color is #095334.


Background Color

.myBgColor { background-color: #095334; }

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

This div background color is #095334.


Border color

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

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

This div border color is #095334.


Opacity

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

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

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

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

This text has shadow with #095334 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #095334 on black background.


Color preview on white background

This text has color #095334 on white background.



Black color preview on #095334 background

This text has black color on #095334 background.


White color preview on #095334 background

This text has white color on #095334 background.