COLOR #05332C

HEX: #05332C
RGB: (5,51,44)

Color info

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

RGB color model

#05332C color RGB value is (5,51,44).

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

RGB channels and saturation

R 5 of 255 = 2%
G 51 of 255 = 20%
B 44 of 255 = 17%

5
51
44

R + G + B ~ 13%. #05332C is dark color.

Portions of RGB colors in percentages

R + G + B =
5 + 51 + 44 = 100 (100%)
R 5 of 100 ~ 5%
G 51 of 100 ~ 51%
B 44 of 100 ~ 44%

%51
%44

CMYK color model

#05332C color CMYK value is (90,0,14,80).

  • cyan value is 90.20%
  • magenta value is 0.00%
  • yellow value is 13.73%
  • key color value is 80.00%
CMYK:
(90,0,14,80)
C90M0Y14K80 
(90%,0%,14%,80%)
(0.90/0.00/0.14/0.80)	

CMYK percentages

%90.2
%0
%13.73
%80

Codes

Color #05332C in popluar color models

05332C
RGB55144
HSL171°82.14%10.98%
HSB/HSV171°90.20%20.00%
CMYK90.20%0.00%13.73%
80.00%

Color #05332C in popluar number systems.

HEX05332C
Decimal55144
Binary101110011101100
Octal56354

Shades and tints

Shades of #05332C

#05332C
(5,51,44)
#052F28
(5,47,40)
#052B24
(5,43,36)
#052720
(5,39,32)
#05231C
(5,35,28)
#051F18
(5,31,24)
#051B14
(5,27,20)
#051710
(5,23,16)
#05130C
(5,19,12)
#050F08
(5,15,8)
#050B04
(5,11,4)
#000000
(0,0,0)

Tints of #05332C

#05332C
(5,51,44)
#1B453F
(27,69,63)
#315752
(49,87,82)
#476965
(71,105,101)
#5D7B78
(93,123,120)
#738D8B
(115,141,139)
#899F9E
(137,159,158)
#9FB1B1
(159,177,177)
#B5C3C4
(181,195,196)
#CBD5D7
(203,213,215)
#E1E7EA
(225,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #05332C color. Also use rgb(5,51,44) instead hex code.

Text Font Color

.myTextColor { color: #05332C; }

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

This text font color is #05332C.


Background Color

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

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

This div background color is #05332C.


Border color

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

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

This div border color is #05332C.


Opacity

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

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

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

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

This text has shadow with #05332C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #05332C on black background.


Color preview on white background

This text has color #05332C on white background.



Black color preview on #05332C background

This text has black color on #05332C background.


White color preview on #05332C background

This text has white color on #05332C background.