COLOR #05744F

HEX: #05744F RGB: (5,116,79)

Color info

#05744F contains mainly green and blue colors. Web safe color of #05744F is #006666 (or #066).

RGB color model

#05744F color RGB value is (5,116,79).

RGB: (5,116,79) (2%, 45%, 31%)

RGB channels and saturation

R 5 of 255 = 2%
G 116 of 255 = 45%
B 79 of 255 = 31%

5
116
79

R + G + B ~ 26%. #05744F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 5 + 116 + 79 = 200 (100%)
R 5 of 200 ~ 2.5%
G 116 of 200 ~ 58%
B 79 of 200 ~ 39.5'%

%58
%39.5

CMYK color model

#05744F color CMYK value is (96,0,32,55).

  • cyan value is 95.69%
  • magenta value is 0.00%
  • yellow value is 31.90%
  • key color value is 54.51%

CMYK: (96,0,32,55)
C96M0Y32K55 (96%, 0%, 32%, 55%)
(0.96 / 0.00 / 0.32 / 0.55)

CMYK percentages

%95.69
%0
%31.9
%54.51

Codes

Color #05744F in popluar color models

05 74 4F
RGB 5 116 79
HSL 160° 91.74% 23.73%
HSB/HSV 160° 95.69% 45.49%
CMYK 95.69% 0.00% 31.90%
54.51%

Color #05744F in popluar number systems.

HEX 05 74 4F
Decimal 5 116 79
Binary 101 1110100 1001111
Octal 5 164 117

Shades and tints

Shades of #05744F

#05744F
(5,116,79)
#056A48
(5,106,72)
#056041
(5,96,65)
#05563A
(5,86,58)
#054C33
(5,76,51)
#05422C
(5,66,44)
#053825
(5,56,37)
#052E1E
(5,46,30)
#052417
(5,36,23)
#051A10
(5,26,16)
#051009
(5,16,9)
#000000
(0,0,0)

Tints of #05744F

#05744F
(5,116,79)
#1B805F
(27,128,95)
#318C6F
(49,140,111)
#47987F
(71,152,127)
#5DA48F
(93,164,143)
#73B09F
(115,176,159)
#89BCAF
(137,188,175)
#9FC8BF
(159,200,191)
#B5D4CF
(181,212,207)
#CBE0DF
(203,224,223)
#E1ECEF
(225,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #05744F color. Also use rgb(5,116,79) instead hex code.

Text Font Color

.myTextColor { color: #05744F; }

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

This text font color is #05744F.

Background Color

.myBgColor { background-color: #05744F; }

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

This div background color is #05744F.

Border color

.myBorderColor { border: 1px solid #05744F; }

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

This div border color is #05744F.

Opacity

.myOpacity80 { color: #05744F; opacity: 0.8; }

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

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

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

This text has shadow with #05744F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #05744F.

Preview

Color preview on black background

This text has color #05744F on black background.


Color preview on white background

This text has color #05744F on white background.


Black color preview on #05744F background

This text has black color on #05744F background.


White color preview on #05744F background

This text has white color on #05744F background.


Related colors

Complementary color

Complementary color for #hex is #FA8BB0.


I love getcolorcode.com

Triadic colors

1 #4F0574 and #744F05 with #05744F are triadic colors.

2 #4F7405 and #74054F with #05744F are triadic colors.