COLOR #095929

HEX: #095929
RGB: (9,89,41)

Color info

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

RGB color model

#095929 color RGB value is (9,89,41).

  • red value is 9;
  • green value is 89;
  • blue value is 41.
RGB:
(9,89,41)
(4%,35%,16%)

RGB channels and saturation

R 9 of 255 = 4%
G 89 of 255 = 35%
B 41 of 255 = 16%

9
89
41

R + G + B ~ 18%. #095929 is dark color.

Portions of RGB colors in percentages

R + G + B =
9 + 89 + 41 = 139 (100%)
R 9 of 139 ~ 6.47%
G 89 of 139 ~ 64.03%
B 41 of 139 ~ 29.5%

%64.03
%29.5

CMYK color model

#095929 color CMYK value is (90,0,54,65).

  • cyan value is 89.89%
  • magenta value is 0.00%
  • yellow value is 53.93%
  • key color value is 65.10%
CMYK:
(90,0,54,65)
C90M0Y54K65 
(90%,0%,54%,65%)
(0.90/0.00/0.54/0.65)	

CMYK percentages

%89.89
%0
%53.93
%65.1

Codes

Color #095929 in popluar color models

095929
RGB98941
HSL144°81.63%19.22%
HSB/HSV144°89.89%34.90%
CMYK89.89%0.00%53.93%
65.10%

Color #095929 in popluar number systems.

HEX095929
Decimal98941
Binary10011011001101001
Octal1113151

Shades and tints

Shades of #095929

#095929
(9,89,41)
#095126
(9,81,38)
#094923
(9,73,35)
#094120
(9,65,32)
#09391D
(9,57,29)
#09311A
(9,49,26)
#092917
(9,41,23)
#092114
(9,33,20)
#091911
(9,25,17)
#09110E
(9,17,14)
#09090B
(9,9,11)
#000000
(0,0,0)

Tints of #095929

#095929
(9,89,41)
#1F683C
(31,104,60)
#35774F
(53,119,79)
#4B8662
(75,134,98)
#619575
(97,149,117)
#77A488
(119,164,136)
#8DB39B
(141,179,155)
#A3C2AE
(163,194,174)
#B9D1C1
(185,209,193)
#CFE0D4
(207,224,212)
#E5EFE7
(229,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #095929 color. Also use rgb(9,89,41) instead hex code.

Text Font Color

.myTextColor { color: #095929; }

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

This text font color is #095929.


Background Color

.myBgColor { background-color: #095929; }

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

This div background color is #095929.


Border color

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

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

This div border color is #095929.


Opacity

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

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

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

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

This text has shadow with #095929 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #095929 on black background.


Color preview on white background

This text has color #095929 on white background.



Black color preview on #095929 background

This text has black color on #095929 background.


White color preview on #095929 background

This text has white color on #095929 background.