COLOR #088361

HEX: #088361
RGB: (8,131,97)

Color info

#088361 contains mainly green and blue colors. Web safe color of #088361 is #009966 (or #096).

RGB color model

#088361 color RGB value is (8,131,97).

  • red value is 8;
  • green value is 131;
  • blue value is 97.
RGB:
(8,131,97)
(3%,51%,38%)

RGB channels and saturation

R 8 of 255 = 3%
G 131 of 255 = 51%
B 97 of 255 = 38%

8
131
97

R + G + B ~ 31%. #088361 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
8 + 131 + 97 = 236 (100%)
R 8 of 236 ~ 3.39%
G 131 of 236 ~ 55.51%
B 97 of 236 ~ 41.1%

%55.51
%41.1

CMYK color model

#088361 color CMYK value is (94,0,26,49).

  • cyan value is 93.89%
  • magenta value is 0.00%
  • yellow value is 25.95%
  • key color value is 48.63%
CMYK:
(94,0,26,49)
C94M0Y26K49 
(94%,0%,26%,49%)
(0.94/0.00/0.26/0.49)	

CMYK percentages

%93.89
%0
%25.95
%48.63

Codes

Color #088361 in popluar color models

088361
RGB813197
HSL163°88.49%27.25%
HSB/HSV163°93.89%51.37%
CMYK93.89%0.00%25.95%
48.63%

Color #088361 in popluar number systems.

HEX088361
Decimal813197
Binary1000100000111100001
Octal10203141

Shades and tints

Shades of #088361

#088361
(8,131,97)
#087859
(8,120,89)
#086D51
(8,109,81)
#086249
(8,98,73)
#085741
(8,87,65)
#084C39
(8,76,57)
#084131
(8,65,49)
#083629
(8,54,41)
#082B21
(8,43,33)
#082019
(8,32,25)
#081511
(8,21,17)
#000000
(0,0,0)

Tints of #088361

#088361
(8,131,97)
#1E8E6F
(30,142,111)
#34997D
(52,153,125)
#4AA48B
(74,164,139)
#60AF99
(96,175,153)
#76BAA7
(118,186,167)
#8CC5B5
(140,197,181)
#A2D0C3
(162,208,195)
#B8DBD1
(184,219,209)
#CEE6DF
(206,230,223)
#E4F1ED
(228,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #088361 color. Also use rgb(8,131,97) instead hex code.

Text Font Color

.myTextColor { color: #088361; }

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

This text font color is #088361.


Background Color

.myBgColor { background-color: #088361; }

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

This div background color is #088361.


Border color

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

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

This div border color is #088361.


Opacity

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

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

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

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

This text has shadow with #088361 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #088361 on black background.


Color preview on white background

This text has color #088361 on white background.



Black color preview on #088361 background

This text has black color on #088361 background.


White color preview on #088361 background

This text has white color on #088361 background.