COLOR #05333D

HEX: #05333D
RGB: (5,51,61)

Color info

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

RGB color model

#05333D color RGB value is (5,51,61).

  • red value is 5;
  • green value is 51;
  • blue value is 61.
RGB:
(5,51,61)
(2%,20%,24%)

RGB channels and saturation

R 5 of 255 = 2%
G 51 of 255 = 20%
B 61 of 255 = 24%

5
51
61

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

Portions of RGB colors in percentages

R + G + B =
5 + 51 + 61 = 117 (100%)
R 5 of 117 ~ 4.27%
G 51 of 117 ~ 43.59%
B 61 of 117 ~ 52.14%

%43.59
%52.14

CMYK color model

#05333D color CMYK value is (92,16,0,76).

  • cyan value is 91.80%
  • magenta value is 16.39%
  • yellow value is 0.00%
  • key color value is 76.08%
CMYK:
(92,16,0,76)
C92M16Y0K76 
(92%,16%,0%,76%)
(0.92/0.16/0.00/0.76)	

CMYK percentages

%91.8
%16.39
%0
%76.08

Codes

Color #05333D in popluar color models

05333D
RGB55161
HSL191°84.85%12.94%
HSB/HSV191°91.80%23.92%
CMYK91.80%16.39%0.00%
76.08%

Color #05333D in popluar number systems.

HEX05333D
Decimal55161
Binary101110011111101
Octal56375

Shades and tints

Shades of #05333D

#05333D
(5,51,61)
#052F38
(5,47,56)
#052B33
(5,43,51)
#05272E
(5,39,46)
#052329
(5,35,41)
#051F24
(5,31,36)
#051B1F
(5,27,31)
#05171A
(5,23,26)
#051315
(5,19,21)
#050F10
(5,15,16)
#050B0B
(5,11,11)
#000000
(0,0,0)

Tints of #05333D

#05333D
(5,51,61)
#1B454E
(27,69,78)
#31575F
(49,87,95)
#476970
(71,105,112)
#5D7B81
(93,123,129)
#738D92
(115,141,146)
#899FA3
(137,159,163)
#9FB1B4
(159,177,180)
#B5C3C5
(181,195,197)
#CBD5D6
(203,213,214)
#E1E7E7
(225,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #05333D color. Also use rgb(5,51,61) instead hex code.

Text Font Color

.myTextColor { color: #05333D; }

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

This text font color is #05333D.


Background Color

.myBgColor { background-color: #05333D; }

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

This div background color is #05333D.


Border color

.myBorderColor { border: 1px solid #05333D; }

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

This div border color is #05333D.


Opacity

.myOpacity80 { color: #05333D; opacity: 0.8; }

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

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

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

This text has shadow with #05333D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #05333D on black background.


Color preview on white background

This text has color #05333D on white background.



Black color preview on #05333D background

This text has black color on #05333D background.


White color preview on #05333D background

This text has white color on #05333D background.