COLOR #095226

HEX: #095226 RGB: (9,82,38)

Color info

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

RGB color model

#095226 color RGB value is (9,82,38).

RGB: (9,82,38) (4%, 32%, 15%)

RGB channels and saturation

R 9 of 255 = 4%
G 82 of 255 = 32%
B 38 of 255 = 15%

9
82
38

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

Portions of RGB colors in percentages

R + G + B = 9 + 82 + 38 = 129 (100%)
R 9 of 129 ~ 6.98%
G 82 of 129 ~ 63.57%
B 38 of 129 ~ 29.46'%

%63.57
%29.46

CMYK color model

#095226 color CMYK value is (89,0,54,68).

  • cyan value is 89.02%
  • magenta value is 0.00%
  • yellow value is 53.66%
  • key color value is 67.84%

CMYK: (89,0,54,68)
C89M0Y54K68 (89%, 0%, 54%, 68%)
(0.89 / 0.00 / 0.54 / 0.68)

CMYK percentages

%89.02
%0
%53.66
%67.84

Codes

Color #095226 in popluar color models

09 52 26
RGB 9 82 38
HSL 144° 80.22% 17.84%
HSB/HSV 144° 89.02% 32.16%
CMYK 89.02% 0.00% 53.66%
67.84%

Color #095226 in popluar number systems.

HEX 09 52 26
Decimal 9 82 38
Binary 1001 1010010 100110
Octal 11 122 46

Shades and tints

Shades of #095226

#095226
(9,82,38)
#094B23
(9,75,35)
#094420
(9,68,32)
#093D1D
(9,61,29)
#09361A
(9,54,26)
#092F17
(9,47,23)
#092814
(9,40,20)
#092111
(9,33,17)
#091A0E
(9,26,14)
#09130B
(9,19,11)
#090C08
(9,12,8)
#000000
(0,0,0)

Tints of #095226

#095226
(9,82,38)
#1F6139
(31,97,57)
#35704C
(53,112,76)
#4B7F5F
(75,127,95)
#618E72
(97,142,114)
#779D85
(119,157,133)
#8DAC98
(141,172,152)
#A3BBAB
(163,187,171)
#B9CABE
(185,202,190)
#CFD9D1
(207,217,209)
#E5E8E4
(229,232,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #095226 color. Also use rgb(9,82,38) instead hex code.

Text Font Color

.myTextColor { color: #095226; }

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

This text font color is #095226.

Background Color

.myBgColor { background-color: #095226; }

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

This div background color is #095226.

Border color

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

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

This div border color is #095226.

Opacity

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

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

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

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

This text has shadow with #095226 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #095226.

Preview

Color preview on black background

This text has color #095226 on black background.


Color preview on white background

This text has color #095226 on white background.


Black color preview on #095226 background

This text has black color on #095226 background.


White color preview on #095226 background

This text has white color on #095226 background.


Related colors

Complementary color

Complementary color for #hex is #F6ADD9.


I love getcolorcode.com

Triadic colors

1 #260952 and #522609 with #095226 are triadic colors.

2 #265209 and #520926 with #095226 are triadic colors.