COLOR #054041

HEX: #054041 RGB: (5,64,65)

Color info

#054041 contains mainly green and blue colors. Web safe color of #054041 is #003333 (or #033).

RGB color model

#054041 color RGB value is (5,64,65).

RGB: (5,64,65) (2%, 25%, 25%)

RGB channels and saturation

R 5 of 255 = 2%
G 64 of 255 = 25%
B 65 of 255 = 25%

5
64
65

R + G + B ~ 17%. #054041 is dark color.

Portions of RGB colors in percentages

R + G + B = 5 + 64 + 65 = 134 (100%)
R 5 of 134 ~ 3.73%
G 64 of 134 ~ 47.76%
B 65 of 134 ~ 48.51'%

%47.76
%48.51

CMYK color model

#054041 color CMYK value is (92,2,0,75).

  • cyan value is 92.31%
  • magenta value is 1.54%
  • yellow value is 0.00%
  • key color value is 74.51%
CMYK: (92,2,0,75) C92M2Y0K75 (92%,2%,0%,75%) (0.92/0.02/0.00/0.75) 

CMYK percentages

%92.31
%1.54
%0
%74.51

Codes

Color #054041 in popluar color models

05 40 41
RGB 5 64 65
HSL 181° 85.71% 13.73%
HSB/HSV 181° 92.31% 25.49%
CMYK 92.31% 1.54% 0.00%
74.51%

Color #054041 in popluar number systems.

HEX 05 40 41
Decimal 5 64 65
Binary 101 1000000 1000001
Octal 5 100 101

Shades and tints

Shades of #054041

#054041
(5,64,65)
#053B3C
(5,59,60)
#053637
(5,54,55)
#053132
(5,49,50)
#052C2D
(5,44,45)
#052728
(5,39,40)
#052223
(5,34,35)
#051D1E
(5,29,30)
#051819
(5,24,25)
#051314
(5,19,20)
#050E0F
(5,14,15)
#000000
(0,0,0)

Tints of #054041

#054041
(5,64,65)
#1B5152
(27,81,82)
#316263
(49,98,99)
#477374
(71,115,116)
#5D8485
(93,132,133)
#739596
(115,149,150)
#89A6A7
(137,166,167)
#9FB7B8
(159,183,184)
#B5C8C9
(181,200,201)
#CBD9DA
(203,217,218)
#E1EAEB
(225,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #054041 color. Also use rgb(5,64,65) instead hex code.

Text Font Color

.myTextColor { color: #054041; }

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

This text font color is #054041.

Background Color

.myBgColor { background-color: #054041; }

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

This div background color is #054041.

Border color

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

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

This div border color is #054041.

Opacity

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

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

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

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

This text has shadow with #054041 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #054041.

Preview

Color preview on black background

This text has color #054041 on black background.


Color preview on white background

This text has color #054041 on white background.


Black color preview on #054041 background

This text has black color on #054041 background.


White color preview on #054041 background

This text has white color on #054041 background.


Related colors

Complementary color

Complementary color for #hex is #FABFBE.


I love getcolorcode.com

Triadic colors

1 #410540 and #404105 with #054041 are triadic colors.

2 #414005 and #400541 with #054041 are triadic colors.