COLOR #08567C

HEX: #08567C
RGB: (8,86,124)

Color info

#08567C contains mainly green and blue colors. Web safe color of #08567C is #006666 (or #066).

RGB color model

#08567C color RGB value is (8,86,124).

  • red value is 8;
  • green value is 86;
  • blue value is 124.
RGB:
(8,86,124)
(3%,34%,49%)

RGB channels and saturation

R 8 of 255 = 3%
G 86 of 255 = 34%
B 124 of 255 = 49%

8
86
124

R + G + B ~ 29%. #08567C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
8 + 86 + 124 = 218 (100%)
R 8 of 218 ~ 3.67%
G 86 of 218 ~ 39.45%
B 124 of 218 ~ 56.88%

%39.45
%56.88

CMYK color model

#08567C color CMYK value is (94,31,0,51).

  • cyan value is 93.55%
  • magenta value is 30.65%
  • yellow value is 0.00%
  • key color value is 51.37%
CMYK:
(94,31,0,51)
C94M31Y0K51 
(94%,31%,0%,51%)
(0.94/0.31/0.00/0.51)	

CMYK percentages

%93.55
%30.65
%0
%51.37

Codes

Color #08567C in popluar color models

08567C
RGB886124
HSL200°87.88%25.88%
HSB/HSV200°93.55%48.63%
CMYK93.55%30.65%0.00%
51.37%

Color #08567C in popluar number systems.

HEX08567C
Decimal886124
Binary100010101101111100
Octal10126174

Shades and tints

Shades of #08567C

#08567C
(8,86,124)
#084F71
(8,79,113)
#084866
(8,72,102)
#08415B
(8,65,91)
#083A50
(8,58,80)
#083345
(8,51,69)
#082C3A
(8,44,58)
#08252F
(8,37,47)
#081E24
(8,30,36)
#081719
(8,23,25)
#08100E
(8,16,14)
#000000
(0,0,0)

Tints of #08567C

#08567C
(8,86,124)
#1E6587
(30,101,135)
#347492
(52,116,146)
#4A839D
(74,131,157)
#6092A8
(96,146,168)
#76A1B3
(118,161,179)
#8CB0BE
(140,176,190)
#A2BFC9
(162,191,201)
#B8CED4
(184,206,212)
#CEDDDF
(206,221,223)
#E4ECEA
(228,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #08567C color. Also use rgb(8,86,124) instead hex code.

Text Font Color

.myTextColor { color: #08567C; }

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

This text font color is #08567C.


Background Color

.myBgColor { background-color: #08567C; }

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

This div background color is #08567C.


Border color

.myBorderColor { border: 1px solid #08567C; }

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

This div border color is #08567C.


Opacity

.myOpacity80 { color: #08567C; opacity: 0.8; }

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

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

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

This text has shadow with #08567C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #08567C on black background.


Color preview on white background

This text has color #08567C on white background.



Black color preview on #08567C background

This text has black color on #08567C background.


White color preview on #08567C background

This text has white color on #08567C background.