COLOR #095423

HEX: #095423
RGB: (9,84,35)

Color info

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

RGB color model

#095423 color RGB value is (9,84,35).

  • red value is 9;
  • green value is 84;
  • blue value is 35.
RGB:
(9,84,35)
(4%,33%,14%)

RGB channels and saturation

R 9 of 255 = 4%
G 84 of 255 = 33%
B 35 of 255 = 14%

9
84
35

R + G + B ~ 17%. #095423 is dark color.

Portions of RGB colors in percentages

R + G + B =
9 + 84 + 35 = 128 (100%)
R 9 of 128 ~ 7.03%
G 84 of 128 ~ 65.63%
B 35 of 128 ~ 27.34%

%65.63
%27.34

CMYK color model

#095423 color CMYK value is (89,0,58,67).

  • cyan value is 89.29%
  • magenta value is 0.00%
  • yellow value is 58.33%
  • key color value is 67.06%
CMYK:
(89,0,58,67)
C89M0Y58K67 
(89%,0%,58%,67%)
(0.89/0.00/0.58/0.67)	

CMYK percentages

%89.29
%0
%58.33
%67.06

Codes

Color #095423 in popluar color models

095423
RGB98435
HSL141°80.65%18.24%
HSB/HSV141°89.29%32.94%
CMYK89.29%0.00%58.33%
67.06%

Color #095423 in popluar number systems.

HEX095423
Decimal98435
Binary10011010100100011
Octal1112443

Shades and tints

Shades of #095423

#095423
(9,84,35)
#094D20
(9,77,32)
#09461D
(9,70,29)
#093F1A
(9,63,26)
#093817
(9,56,23)
#093114
(9,49,20)
#092A11
(9,42,17)
#09230E
(9,35,14)
#091C0B
(9,28,11)
#091508
(9,21,8)
#090E05
(9,14,5)
#000000
(0,0,0)

Tints of #095423

#095423
(9,84,35)
#1F6337
(31,99,55)
#35724B
(53,114,75)
#4B815F
(75,129,95)
#619073
(97,144,115)
#779F87
(119,159,135)
#8DAE9B
(141,174,155)
#A3BDAF
(163,189,175)
#B9CCC3
(185,204,195)
#CFDBD7
(207,219,215)
#E5EAEB
(229,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #095423 color. Also use rgb(9,84,35) instead hex code.

Text Font Color

.myTextColor { color: #095423; }

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

This text font color is #095423.


Background Color

.myBgColor { background-color: #095423; }

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

This div background color is #095423.


Border color

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

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

This div border color is #095423.


Opacity

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

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

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

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

This text has shadow with #095423 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #095423 on black background.


Color preview on white background

This text has color #095423 on white background.



Black color preview on #095423 background

This text has black color on #095423 background.


White color preview on #095423 background

This text has white color on #095423 background.