COLOR #05363B

HEX: #05363B RGB: (5,54,59)

Color info

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

RGB color model

#05363B color RGB value is (5,54,59).

RGB: (5,54,59) (2%, 21%, 23%)

RGB channels and saturation

R 5 of 255 = 2%
G 54 of 255 = 21%
B 59 of 255 = 23%

5
54
59

R + G + B ~ 15%. #05363B is dark color.

Portions of RGB colors in percentages

R + G + B = 5 + 54 + 59 = 118 (100%)
R 5 of 118 ~ 4.24%
G 54 of 118 ~ 45.76%
B 59 of 118 ~ 50'%

%45.76
%50

CMYK color model

#05363B color CMYK value is (92,8,0,77).

  • cyan value is 91.53%
  • magenta value is 8.47%
  • yellow value is 0.00%
  • key color value is 76.86%

CMYK: (92,8,0,77)
C92M8Y0K77 (92%, 8%, 0%, 77%)
(0.92 / 0.08 / 0.00 / 0.77)

CMYK percentages

%91.53
%8.47
%0
%76.86

Codes

Color #05363B in popluar color models

05 36 3B
RGB 5 54 59
HSL 186° 84.38% 12.55%
HSB/HSV 186° 91.53% 23.14%
CMYK 91.53% 8.47% 0.00%
76.86%

Color #05363B in popluar number systems.

HEX 05 36 3B
Decimal 5 54 59
Binary 101 110110 111011
Octal 5 66 73

Shades and tints

Shades of #05363B

#05363B
(5,54,59)
#053236
(5,50,54)
#052E31
(5,46,49)
#052A2C
(5,42,44)
#052627
(5,38,39)
#052222
(5,34,34)
#051E1D
(5,30,29)
#051A18
(5,26,24)
#051613
(5,22,19)
#05120E
(5,18,14)
#050E09
(5,14,9)
#000000
(0,0,0)

Tints of #05363B

#05363B
(5,54,59)
#1B484C
(27,72,76)
#315A5D
(49,90,93)
#476C6E
(71,108,110)
#5D7E7F
(93,126,127)
#739090
(115,144,144)
#89A2A1
(137,162,161)
#9FB4B2
(159,180,178)
#B5C6C3
(181,198,195)
#CBD8D4
(203,216,212)
#E1EAE5
(225,234,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #05363B color. Also use rgb(5,54,59) instead hex code.

Text Font Color

.myTextColor { color: #05363B; }

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

This text font color is #05363B.

Background Color

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

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

This div background color is #05363B.

Border color

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

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

This div border color is #05363B.

Opacity

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

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

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

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

This text has shadow with #05363B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #05363B.

Preview

Color preview on black background

This text has color #05363B on black background.


Color preview on white background

This text has color #05363B on white background.


Black color preview on #05363B background

This text has black color on #05363B background.


White color preview on #05363B background

This text has white color on #05363B background.


Related colors

Complementary color

Complementary color for #hex is #FAC9C4.


I love getcolorcode.com

Triadic colors

1 #3B0536 and #363B05 with #05363B are triadic colors.

2 #3B3605 and #36053B with #05363B are triadic colors.