COLOR #05272C

HEX: #05272C
RGB: (5,39,44)

Color info

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

RGB color model

#05272C color RGB value is (5,39,44).

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

RGB channels and saturation

R 5 of 255 = 2%
G 39 of 255 = 15%
B 44 of 255 = 17%

5
39
44

R + G + B ~ 11%. #05272C is dark color.

Portions of RGB colors in percentages

R + G + B =
5 + 39 + 44 = 88 (100%)
R 5 of 88 ~ 5.68%
G 39 of 88 ~ 44.32%
B 44 of 88 ~ 50%

%44.32
%50

CMYK color model

#05272C color CMYK value is (89,11,0,83).

  • cyan value is 88.64%
  • magenta value is 11.36%
  • yellow value is 0.00%
  • key color value is 82.75%
CMYK:
(89,11,0,83)
C89M11Y0K83 
(89%,11%,0%,83%)
(0.89/0.11/0.00/0.83)	

CMYK percentages

%88.64
%11.36
%0
%82.75

Codes

Color #05272C in popluar color models

05272C
RGB53944
HSL188°79.59%9.61%
HSB/HSV188°88.64%17.25%
CMYK88.64%11.36%0.00%
82.75%

Color #05272C in popluar number systems.

HEX05272C
Decimal53944
Binary101100111101100
Octal54754

Shades and tints

Shades of #05272C

#05272C
(5,39,44)
#052428
(5,36,40)
#052124
(5,33,36)
#051E20
(5,30,32)
#051B1C
(5,27,28)
#051818
(5,24,24)
#051514
(5,21,20)
#051210
(5,18,16)
#050F0C
(5,15,12)
#050C08
(5,12,8)
#050904
(5,9,4)
#000000
(0,0,0)

Tints of #05272C

#05272C
(5,39,44)
#1B3A3F
(27,58,63)
#314D52
(49,77,82)
#476065
(71,96,101)
#5D7378
(93,115,120)
#73868B
(115,134,139)
#89999E
(137,153,158)
#9FACB1
(159,172,177)
#B5BFC4
(181,191,196)
#CBD2D7
(203,210,215)
#E1E5EA
(225,229,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #05272C; }

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

This text font color is #05272C.


Background Color

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

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

This div background color is #05272C.


Border color

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

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

This div border color is #05272C.


Opacity

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

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

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

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

This text has shadow with #05272C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #05272C on black background.


Color preview on white background

This text has color #05272C on white background.



Black color preview on #05272C background

This text has black color on #05272C background.


White color preview on #05272C background

This text has white color on #05272C background.