COLOR #054544

HEX: #054544 RGB: (5,69,68)

Color info

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

RGB color model

#054544 color RGB value is (5,69,68).

RGB: (5,69,68) (2%, 27%, 27%)

RGB channels and saturation

R 5 of 255 = 2%
G 69 of 255 = 27%
B 68 of 255 = 27%

5
69
68

R + G + B ~ 19%. #054544 is dark color.

Portions of RGB colors in percentages

R + G + B = 5 + 69 + 68 = 142 (100%)
R 5 of 142 ~ 3.52%
G 69 of 142 ~ 48.59%
B 68 of 142 ~ 47.89'%

%48.59
%47.89

CMYK color model

#054544 color CMYK value is (93,0,1,73).

  • cyan value is 92.75%
  • magenta value is 0.00%
  • yellow value is 1.45%
  • key color value is 72.94%
CMYK: (93,0,1,73) C93M0Y1K73 (93%,0%,1%,73%) (0.93/0.00/0.01/0.73) 

CMYK percentages

%92.75
%0
%1.45
%72.94

Codes

Color #054544 in popluar color models

05 45 44
RGB 5 69 68
HSL 179° 86.49% 14.51%
HSB/HSV 179° 92.75% 27.06%
CMYK 92.75% 0.00% 1.45%
72.94%

Color #054544 in popluar number systems.

HEX 05 45 44
Decimal 5 69 68
Binary 101 1000101 1000100
Octal 5 105 104

Shades and tints

Shades of #054544

#054544
(5,69,68)
#053F3E
(5,63,62)
#053938
(5,57,56)
#053332
(5,51,50)
#052D2C
(5,45,44)
#052726
(5,39,38)
#052120
(5,33,32)
#051B1A
(5,27,26)
#051514
(5,21,20)
#050F0E
(5,15,14)
#050908
(5,9,8)
#000000
(0,0,0)

Tints of #054544

#054544
(5,69,68)
#1B5555
(27,85,85)
#316566
(49,101,102)
#477577
(71,117,119)
#5D8588
(93,133,136)
#739599
(115,149,153)
#89A5AA
(137,165,170)
#9FB5BB
(159,181,187)
#B5C5CC
(181,197,204)
#CBD5DD
(203,213,221)
#E1E5EE
(225,229,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #054544 color. Also use rgb(5,69,68) instead hex code.

Text Font Color

.myTextColor { color: #054544; }

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

This text font color is #054544.

Background Color

.myBgColor { background-color: #054544; }

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

This div background color is #054544.

Border color

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

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

This div border color is #054544.

Opacity

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

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

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

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

This text has shadow with #054544 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #054544.

Preview

Color preview on black background

This text has color #054544 on black background.


Color preview on white background

This text has color #054544 on white background.


Black color preview on #054544 background

This text has black color on #054544 background.


White color preview on #054544 background

This text has white color on #054544 background.


Related colors

Complementary color

Complementary color for #hex is #FABABB.


I love getcolorcode.com

Triadic colors

1 #440545 and #454405 with #054544 are triadic colors.

2 #444505 and #450544 with #054544 are triadic colors.