COLOR #05381B

HEX: #05381B
RGB: (5,56,27)

Color info

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

RGB color model

#05381B color RGB value is (5,56,27).

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

RGB channels and saturation

R 5 of 255 = 2%
G 56 of 255 = 22%
B 27 of 255 = 11%

5
56
27

R + G + B ~ 12%. #05381B is dark color.

Portions of RGB colors in percentages

R + G + B =
5 + 56 + 27 = 88 (100%)
R 5 of 88 ~ 5.68%
G 56 of 88 ~ 63.64%
B 27 of 88 ~ 30.68%

%63.64
%30.68

CMYK color model

#05381B color CMYK value is (91,0,52,78).

  • cyan value is 91.07%
  • magenta value is 0.00%
  • yellow value is 51.79%
  • key color value is 78.04%
CMYK:
(91,0,52,78)
C91M0Y52K78 
(91%,0%,52%,78%)
(0.91/0.00/0.52/0.78)	

CMYK percentages

%91.07
%0
%51.79
%78.04

Codes

Color #05381B in popluar color models

05381B
RGB55627
HSL146°83.61%11.96%
HSB/HSV146°91.07%21.96%
CMYK91.07%0.00%51.79%
78.04%

Color #05381B in popluar number systems.

HEX05381B
Decimal55627
Binary10111100011011
Octal57033

Shades and tints

Shades of #05381B

#05381B
(5,56,27)
#053319
(5,51,25)
#052E17
(5,46,23)
#052915
(5,41,21)
#052413
(5,36,19)
#051F11
(5,31,17)
#051A0F
(5,26,15)
#05150D
(5,21,13)
#05100B
(5,16,11)
#050B09
(5,11,9)
#050607
(5,6,7)
#000000
(0,0,0)

Tints of #05381B

#05381B
(5,56,27)
#1B4A2F
(27,74,47)
#315C43
(49,92,67)
#476E57
(71,110,87)
#5D806B
(93,128,107)
#73927F
(115,146,127)
#89A493
(137,164,147)
#9FB6A7
(159,182,167)
#B5C8BB
(181,200,187)
#CBDACF
(203,218,207)
#E1ECE3
(225,236,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #05381B color. Also use rgb(5,56,27) instead hex code.

Text Font Color

.myTextColor { color: #05381B; }

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

This text font color is #05381B.


Background Color

.myBgColor { background-color: #05381B; }

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

This div background color is #05381B.


Border color

.myBorderColor { border: 1px solid #05381B; }

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

This div border color is #05381B.


Opacity

.myOpacity80 { color: #05381B; opacity: 0.8; }

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

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

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

This text has shadow with #05381B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #05381B on black background.


Color preview on white background

This text has color #05381B on white background.



Black color preview on #05381B background

This text has black color on #05381B background.


White color preview on #05381B background

This text has white color on #05381B background.