COLOR #095833

HEX: #095833
RGB: (9,88,51)

Color info

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

RGB color model

#095833 color RGB value is (9,88,51).

  • red value is 9;
  • green value is 88;
  • blue value is 51.
RGB:
(9,88,51)
(4%,35%,20%)

RGB channels and saturation

R 9 of 255 = 4%
G 88 of 255 = 35%
B 51 of 255 = 20%

9
88
51

R + G + B ~ 20%. #095833 is dark color.

Portions of RGB colors in percentages

R + G + B =
9 + 88 + 51 = 148 (100%)
R 9 of 148 ~ 6.08%
G 88 of 148 ~ 59.46%
B 51 of 148 ~ 34.46%

%59.46
%34.46

CMYK color model

#095833 color CMYK value is (90,0,42,65).

  • cyan value is 89.77%
  • magenta value is 0.00%
  • yellow value is 42.05%
  • key color value is 65.49%
CMYK:
(90,0,42,65)
C90M0Y42K65 
(90%,0%,42%,65%)
(0.90/0.00/0.42/0.65)	

CMYK percentages

%89.77
%0
%42.05
%65.49

Codes

Color #095833 in popluar color models

095833
RGB98851
HSL152°81.44%19.02%
HSB/HSV152°89.77%34.51%
CMYK89.77%0.00%42.05%
65.49%

Color #095833 in popluar number systems.

HEX095833
Decimal98851
Binary10011011000110011
Octal1113063

Shades and tints

Shades of #095833

#095833
(9,88,51)
#09502F
(9,80,47)
#09482B
(9,72,43)
#094027
(9,64,39)
#093823
(9,56,35)
#09301F
(9,48,31)
#09281B
(9,40,27)
#092017
(9,32,23)
#091813
(9,24,19)
#09100F
(9,16,15)
#09080B
(9,8,11)
#000000
(0,0,0)

Tints of #095833

#095833
(9,88,51)
#1F6745
(31,103,69)
#357657
(53,118,87)
#4B8569
(75,133,105)
#61947B
(97,148,123)
#77A38D
(119,163,141)
#8DB29F
(141,178,159)
#A3C1B1
(163,193,177)
#B9D0C3
(185,208,195)
#CFDFD5
(207,223,213)
#E5EEE7
(229,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #095833 color. Also use rgb(9,88,51) instead hex code.

Text Font Color

.myTextColor { color: #095833; }

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

This text font color is #095833.


Background Color

.myBgColor { background-color: #095833; }

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

This div background color is #095833.


Border color

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

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

This div border color is #095833.


Opacity

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

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

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

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

This text has shadow with #095833 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #095833 on black background.


Color preview on white background

This text has color #095833 on white background.



Black color preview on #095833 background

This text has black color on #095833 background.


White color preview on #095833 background

This text has white color on #095833 background.