COLOR #05271D

HEX: #05271D
RGB: (5,39,29)

Color info

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

RGB color model

#05271D color RGB value is (5,39,29).

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

RGB channels and saturation

R 5 of 255 = 2%
G 39 of 255 = 15%
B 29 of 255 = 11%

5
39
29

R + G + B ~ 9%. #05271D is dark color.

Portions of RGB colors in percentages

R + G + B =
5 + 39 + 29 = 73 (100%)
R 5 of 73 ~ 6.85%
G 39 of 73 ~ 53.42%
B 29 of 73 ~ 39.73%

%53.42
%39.73

CMYK color model

#05271D color CMYK value is (87,0,26,85).

  • cyan value is 87.18%
  • magenta value is 0.00%
  • yellow value is 25.64%
  • key color value is 84.71%
CMYK:
(87,0,26,85)
C87M0Y26K85 
(87%,0%,26%,85%)
(0.87/0.00/0.26/0.85)	

CMYK percentages

%87.18
%0
%25.64
%84.71

Codes

Color #05271D in popluar color models

05271D
RGB53929
HSL162°77.27%8.63%
HSB/HSV162°87.18%15.29%
CMYK87.18%0.00%25.64%
84.71%

Color #05271D in popluar number systems.

HEX05271D
Decimal53929
Binary10110011111101
Octal54735

Shades and tints

Shades of #05271D

#05271D
(5,39,29)
#05241B
(5,36,27)
#052119
(5,33,25)
#051E17
(5,30,23)
#051B15
(5,27,21)
#051813
(5,24,19)
#051511
(5,21,17)
#05120F
(5,18,15)
#050F0D
(5,15,13)
#050C0B
(5,12,11)
#050909
(5,9,9)
#000000
(0,0,0)

Tints of #05271D

#05271D
(5,39,29)
#1B3A31
(27,58,49)
#314D45
(49,77,69)
#476059
(71,96,89)
#5D736D
(93,115,109)
#738681
(115,134,129)
#899995
(137,153,149)
#9FACA9
(159,172,169)
#B5BFBD
(181,191,189)
#CBD2D1
(203,210,209)
#E1E5E5
(225,229,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #05271D color. Also use rgb(5,39,29) instead hex code.

Text Font Color

.myTextColor { color: #05271D; }

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

This text font color is #05271D.


Background Color

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

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

This div background color is #05271D.


Border color

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

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

This div border color is #05271D.


Opacity

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

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

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

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

This text has shadow with #05271D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #05271D on black background.


Color preview on white background

This text has color #05271D on white background.



Black color preview on #05271D background

This text has black color on #05271D background.


White color preview on #05271D background

This text has white color on #05271D background.