COLOR #051B25

HEX: #051B25
RGB: (5,27,37)

Color info

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

RGB color model

#051B25 color RGB value is (5,27,37).

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

RGB channels and saturation

R 5 of 255 = 2%
G 27 of 255 = 11%
B 37 of 255 = 15%

5
27
37

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

Portions of RGB colors in percentages

R + G + B =
5 + 27 + 37 = 69 (100%)
R 5 of 69 ~ 7.25%
G 27 of 69 ~ 39.13%
B 37 of 69 ~ 53.62%

%39.13
%53.62

CMYK color model

#051B25 color CMYK value is (86,27,0,85).

  • cyan value is 86.49%
  • magenta value is 27.03%
  • yellow value is 0.00%
  • key color value is 85.49%
CMYK:
(86,27,0,85)
C86M27Y0K85 
(86%,27%,0%,85%)
(0.86/0.27/0.00/0.85)	

CMYK percentages

%86.49
%27.03
%0
%85.49

Codes

Color #051B25 in popluar color models

051B25
RGB52737
HSL199°76.19%8.24%
HSB/HSV199°86.49%14.51%
CMYK86.49%27.03%0.00%
85.49%

Color #051B25 in popluar number systems.

HEX051B25
Decimal52737
Binary10111011100101
Octal53345

Shades and tints

Shades of #051B25

#051B25
(5,27,37)
#051922
(5,25,34)
#05171F
(5,23,31)
#05151C
(5,21,28)
#051319
(5,19,25)
#051116
(5,17,22)
#050F13
(5,15,19)
#050D10
(5,13,16)
#050B0D
(5,11,13)
#05090A
(5,9,10)
#050707
(5,7,7)
#000000
(0,0,0)

Tints of #051B25

#051B25
(5,27,37)
#1B2F38
(27,47,56)
#31434B
(49,67,75)
#47575E
(71,87,94)
#5D6B71
(93,107,113)
#737F84
(115,127,132)
#899397
(137,147,151)
#9FA7AA
(159,167,170)
#B5BBBD
(181,187,189)
#CBCFD0
(203,207,208)
#E1E3E3
(225,227,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #051B25; }

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

This text font color is #051B25.


Background Color

.myBgColor { background-color: #051B25; }

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

This div background color is #051B25.


Border color

.myBorderColor { border: 1px solid #051B25; }

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

This div border color is #051B25.


Opacity

.myOpacity80 { color: #051B25; opacity: 0.8; }

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

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

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

This text has shadow with #051B25 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #051B25 on black background.


Color preview on white background

This text has color #051B25 on white background.



Black color preview on #051B25 background

This text has black color on #051B25 background.


White color preview on #051B25 background

This text has white color on #051B25 background.