COLOR #052600

HEX: #052600
RGB: (5,38,0)

Color info

#052600 contains only red and green colors. Web safe color of #052600 is #003300 (or #030).

RGB color model

#052600 color RGB value is (5,38,0).

  • red value is 5;
  • green value is 38;
  • blue value is 0.
RGB:
(5,38,0)
(2%,15%,0%)

RGB channels and saturation

R 5 of 255 = 2%
G 38 of 255 = 15%
B 0 of 255 = 0%

5
38
0

R + G + B ~ 6%. #052600 is dark color.

Portions of RGB colors in percentages

R + G + B =
5 + 38 + 0 = 43 (100%)
R 5 of 43 ~ 11.63%
G 38 of 43 ~ 88.37%
B 0 of 43 ~ 0%

%11.63
%88.37

CMYK color model

#052600 color CMYK value is (87,0,100,85).

  • cyan value is 86.84%
  • magenta value is 0.00%
  • yellow value is 100.00%
  • key color value is 85.10%
CMYK:
(87,0,100,85)
C87M0Y100K85 
(87%,0%,100%,85%)
(0.87/0.00/1.00/0.85)	

CMYK percentages

%86.84
%0
%100
%85.1

Codes

Color #052600 in popluar color models

052600
RGB5380
HSL112°100.00%7.45%
HSB/HSV112°100.00%14.90%
CMYK86.84%0.00%100.00%
85.10%

Color #052600 in popluar number systems.

HEX052600
Decimal5380
Binary1011001100
Octal5460

Shades and tints

Shades of #052600

#052600
(5,38,0)
#052300
(5,35,0)
#052000
(5,32,0)
#051D00
(5,29,0)
#051A00
(5,26,0)
#051700
(5,23,0)
#051400
(5,20,0)
#051100
(5,17,0)
#050E00
(5,14,0)
#050B00
(5,11,0)
#050800
(5,8,0)
#000000
(0,0,0)

Tints of #052600

#052600
(5,38,0)
#1B3917
(27,57,23)
#314C2E
(49,76,46)
#475F45
(71,95,69)
#5D725C
(93,114,92)
#738573
(115,133,115)
#89988A
(137,152,138)
#9FABA1
(159,171,161)
#B5BEB8
(181,190,184)
#CBD1CF
(203,209,207)
#E1E4E6
(225,228,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #052600 color. Also use rgb(5,38,0) instead hex code.

Text Font Color

.myTextColor { color: #052600; }

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

This text font color is #052600.


Background Color

.myBgColor { background-color: #052600; }

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

This div background color is #052600.


Border color

.myBorderColor { border: 1px solid #052600; }

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

This div border color is #052600.


Opacity

.myOpacity80 { color: #052600; opacity: 0.8; }

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

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

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

This text has shadow with #052600 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #052600 on black background.


Color preview on white background

This text has color #052600 on white background.



Black color preview on #052600 background

This text has black color on #052600 background.


White color preview on #052600 background

This text has white color on #052600 background.