COLOR #051825

HEX: #051825
RGB: (5,24,37)

Color info

#051825 contains red, green and blue colors in about the same proportion. Web safe color of #051825 is #000033 (or #003).

RGB color model

#051825 color RGB value is (5,24,37).

  • red value is 5;
  • green value is 24;
  • blue value is 37.
RGB:
(5,24,37)
(2%,9%,15%)

RGB channels and saturation

R 5 of 255 = 2%
G 24 of 255 = 9%
B 37 of 255 = 15%

5
24
37

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

Portions of RGB colors in percentages

R + G + B =
5 + 24 + 37 = 66 (100%)
R 5 of 66 ~ 7.58%
G 24 of 66 ~ 36.36%
B 37 of 66 ~ 56.06%

%36.36
%56.06

CMYK color model

#051825 color CMYK value is (86,35,0,85).

  • cyan value is 86.49%
  • magenta value is 35.14%
  • yellow value is 0.00%
  • key color value is 85.49%
CMYK:
(86,35,0,85)
C86M35Y0K85 
(86%,35%,0%,85%)
(0.86/0.35/0.00/0.85)	

CMYK percentages

%86.49
%35.14
%0
%85.49

Codes

Color #051825 in popluar color models

051825
RGB52437
HSL204°76.19%8.24%
HSB/HSV204°86.49%14.51%
CMYK86.49%35.14%0.00%
85.49%

Color #051825 in popluar number systems.

HEX051825
Decimal52437
Binary10111000100101
Octal53045

Shades and tints

Shades of #051825

#051825
(5,24,37)
#051622
(5,22,34)
#05141F
(5,20,31)
#05121C
(5,18,28)
#051019
(5,16,25)
#050E16
(5,14,22)
#050C13
(5,12,19)
#050A10
(5,10,16)
#05080D
(5,8,13)
#05060A
(5,6,10)
#050407
(5,4,7)
#000000
(0,0,0)

Tints of #051825

#051825
(5,24,37)
#1B2D38
(27,45,56)
#31424B
(49,66,75)
#47575E
(71,87,94)
#5D6C71
(93,108,113)
#738184
(115,129,132)
#899697
(137,150,151)
#9FABAA
(159,171,170)
#B5C0BD
(181,192,189)
#CBD5D0
(203,213,208)
#E1EAE3
(225,234,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #051825 color. Also use rgb(5,24,37) instead hex code.

Text Font Color

.myTextColor { color: #051825; }

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

This text font color is #051825.


Background Color

.myBgColor { background-color: #051825; }

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

This div background color is #051825.


Border color

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

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

This div border color is #051825.


Opacity

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

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

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

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

This text has shadow with #051825 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #051825 on black background.


Color preview on white background

This text has color #051825 on white background.



Black color preview on #051825 background

This text has black color on #051825 background.


White color preview on #051825 background

This text has white color on #051825 background.