COLOR #094621

HEX: #094621 RGB: (9,70,33)

Color info

#094621 contains mainly green and blue colors. Web safe color of #094621 is #003333 (or #033).

RGB color model

#094621 color RGB value is (9,70,33).

RGB: (9,70,33) (4%, 27%, 13%)

RGB channels and saturation

R 9 of 255 = 4%
G 70 of 255 = 27%
B 33 of 255 = 13%

9
70
33

R + G + B ~ 15%. #094621 is dark color.

Portions of RGB colors in percentages

R + G + B = 9 + 70 + 33 = 112 (100%)
R 9 of 112 ~ 8.04%
G 70 of 112 ~ 62.5%
B 33 of 112 ~ 29.46'%

%62.5
%29.46

CMYK color model

#094621 color CMYK value is (87,0,53,73).

  • cyan value is 87.14%
  • magenta value is 0.00%
  • yellow value is 52.86%
  • key color value is 72.55%

CMYK: (87,0,53,73)
C87M0Y53K73 (87%, 0%, 53%, 73%)
(0.87 / 0.00 / 0.53 / 0.73)

CMYK percentages

%87.14
%0
%52.86
%72.55

Codes

Color #094621 in popluar color models

09 46 21
RGB 9 70 33
HSL 144° 77.22% 15.49%
HSB/HSV 144° 87.14% 27.45%
CMYK 87.14% 0.00% 52.86%
72.55%

Color #094621 in popluar number systems.

HEX 09 46 21
Decimal 9 70 33
Binary 1001 1000110 100001
Octal 11 106 41

Shades and tints

Shades of #094621

#094621
(9,70,33)
#09401E
(9,64,30)
#093A1B
(9,58,27)
#093418
(9,52,24)
#092E15
(9,46,21)
#092812
(9,40,18)
#09220F
(9,34,15)
#091C0C
(9,28,12)
#091609
(9,22,9)
#091006
(9,16,6)
#090A03
(9,10,3)
#000000
(0,0,0)

Tints of #094621

#094621
(9,70,33)
#1F5635
(31,86,53)
#356649
(53,102,73)
#4B765D
(75,118,93)
#618671
(97,134,113)
#779685
(119,150,133)
#8DA699
(141,166,153)
#A3B6AD
(163,182,173)
#B9C6C1
(185,198,193)
#CFD6D5
(207,214,213)
#E5E6E9
(229,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #094621 color. Also use rgb(9,70,33) instead hex code.

Text Font Color

.myTextColor { color: #094621; }

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

This text font color is #094621.

Background Color

.myBgColor { background-color: #094621; }

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

This div background color is #094621.

Border color

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

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

This div border color is #094621.

Opacity

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

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

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

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

This text has shadow with #094621 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #094621.

Preview

Color preview on black background

This text has color #094621 on black background.


Color preview on white background

This text has color #094621 on white background.


Black color preview on #094621 background

This text has black color on #094621 background.


White color preview on #094621 background

This text has white color on #094621 background.


Related colors

Complementary color

Complementary color for #hex is #F6B9DE.


I love getcolorcode.com

Triadic colors

1 #210946 and #462109 with #094621 are triadic colors.

2 #214609 and #460921 with #094621 are triadic colors.