COLOR #08383B

HEX: #08383B
RGB: (8,56,59)

Color info

#08383B contains red, green and blue colors in about the same proportion. Web safe color of #08383B is #003333 (or #033).

RGB color model

#08383B color RGB value is (8,56,59).

  • red value is 8;
  • green value is 56;
  • blue value is 59.
RGB:
(8,56,59)
(3%,22%,23%)

RGB channels and saturation

R 8 of 255 = 3%
G 56 of 255 = 22%
B 59 of 255 = 23%

8
56
59

R + G + B ~ 16%. #08383B is dark color.

Portions of RGB colors in percentages

R + G + B =
8 + 56 + 59 = 123 (100%)
R 8 of 123 ~ 6.5%
G 56 of 123 ~ 45.53%
B 59 of 123 ~ 47.97%

%45.53
%47.97

CMYK color model

#08383B color CMYK value is (86,5,0,77).

  • cyan value is 86.44%
  • magenta value is 5.08%
  • yellow value is 0.00%
  • key color value is 76.86%
CMYK:
(86,5,0,77)
C86M5Y0K77 
(86%,5%,0%,77%)
(0.86/0.05/0.00/0.77)	

CMYK percentages

%86.44
%5.08
%0
%76.86

Codes

Color #08383B in popluar color models

08383B
RGB85659
HSL184°76.12%13.14%
HSB/HSV184°86.44%23.14%
CMYK86.44%5.08%0.00%
76.86%

Color #08383B in popluar number systems.

HEX08383B
Decimal85659
Binary1000111000111011
Octal107073

Shades and tints

Shades of #08383B

#08383B
(8,56,59)
#083336
(8,51,54)
#082E31
(8,46,49)
#08292C
(8,41,44)
#082427
(8,36,39)
#081F22
(8,31,34)
#081A1D
(8,26,29)
#081518
(8,21,24)
#081013
(8,16,19)
#080B0E
(8,11,14)
#080609
(8,6,9)
#000000
(0,0,0)

Tints of #08383B

#08383B
(8,56,59)
#1E4A4C
(30,74,76)
#345C5D
(52,92,93)
#4A6E6E
(74,110,110)
#60807F
(96,128,127)
#769290
(118,146,144)
#8CA4A1
(140,164,161)
#A2B6B2
(162,182,178)
#B8C8C3
(184,200,195)
#CEDAD4
(206,218,212)
#E4ECE5
(228,236,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #08383B color. Also use rgb(8,56,59) instead hex code.

Text Font Color

.myTextColor { color: #08383B; }

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

This text font color is #08383B.


Background Color

.myBgColor { background-color: #08383B; }

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

This div background color is #08383B.


Border color

.myBorderColor { border: 1px solid #08383B; }

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

This div border color is #08383B.


Opacity

.myOpacity80 { color: #08383B; opacity: 0.8; }

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

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

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

This text has shadow with #08383B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #08383B on black background.


Color preview on white background

This text has color #08383B on white background.



Black color preview on #08383B background

This text has black color on #08383B background.


White color preview on #08383B background

This text has white color on #08383B background.