COLOR #095404

HEX: #095404 RGB: (9,84,4)

Color info

#095404 contains mainly green color. Web safe color of #095404 is #006600 (or #060).

RGB color model

#095404 color RGB value is (9,84,4).

RGB: (9,84,4) (4%, 33%, 2%)

RGB channels and saturation

R 9 of 255 = 4%
G 84 of 255 = 33%
B 4 of 255 = 2%

9
84
4

R + G + B ~ 13%. #095404 is dark color.

Portions of RGB colors in percentages

R + G + B = 9 + 84 + 4 = 97 (100%)
R 9 of 97 ~ 9.28%
G 84 of 97 ~ 86.6%
B 4 of 97 ~ 4.12'%

%86.6

CMYK color model

#095404 color CMYK value is (89,0,95,67).

  • cyan value is 89.29%
  • magenta value is 0.00%
  • yellow value is 95.24%
  • key color value is 67.06%

CMYK: (89,0,95,67)
C89M0Y95K67 (89%, 0%, 95%, 67%)
(0.89 / 0.00 / 0.95 / 0.67)

CMYK percentages

%89.29
%0
%95.24
%67.06

Codes

Color #095404 in popluar color models

09 54 04
RGB 9 84 4
HSL 116° 90.91% 17.25%
HSB/HSV 116° 95.24% 32.94%
CMYK 89.29% 0.00% 95.24%
67.06%

Color #095404 in popluar number systems.

HEX 09 54 04
Decimal 9 84 4
Binary 1001 1010100 100
Octal 11 124 4

Shades and tints

Shades of #095404

#095404
(9,84,4)
#094D04
(9,77,4)
#094604
(9,70,4)
#093F04
(9,63,4)
#093804
(9,56,4)
#093104
(9,49,4)
#092A04
(9,42,4)
#092304
(9,35,4)
#091C04
(9,28,4)
#091504
(9,21,4)
#090E04
(9,14,4)
#000000
(0,0,0)

Tints of #095404

#095404
(9,84,4)
#1F631A
(31,99,26)
#357230
(53,114,48)
#4B8146
(75,129,70)
#61905C
(97,144,92)
#779F72
(119,159,114)
#8DAE88
(141,174,136)
#A3BD9E
(163,189,158)
#B9CCB4
(185,204,180)
#CFDBCA
(207,219,202)
#E5EAE0
(229,234,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #095404; }

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

This text font color is #095404.

Background Color

.myBgColor { background-color: #095404; }

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

This div background color is #095404.

Border color

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

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

This div border color is #095404.

Opacity

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

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

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

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

This text has shadow with #095404 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #095404.

Preview

Color preview on black background

This text has color #095404 on black background.


Color preview on white background

This text has color #095404 on white background.


Black color preview on #095404 background

This text has black color on #095404 background.


White color preview on #095404 background

This text has white color on #095404 background.


Related colors

Complementary color

Complementary color for #hex is #F6ABFB.


I love getcolorcode.com

Triadic colors

1 #040954 and #540409 with #095404 are triadic colors.

2 #045409 and #540904 with #095404 are triadic colors.