COLOR #457F4C

HEX: #457F4C RGB: (69,127,76)

Color info

#457F4C contains red, green and blue colors in about the same proportion. Web safe color of #457F4C is #336633 (or #363).

RGB color model

#457F4C color RGB value is (69,127,76).

RGB: (69,127,76) (27%, 50%, 30%)

RGB channels and saturation

R 69 of 255 = 27%
G 127 of 255 = 50%
B 76 of 255 = 30%

69
127
76

R + G + B ~ 36%. #457F4C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 69 + 127 + 76 = 272 (100%)
R 69 of 272 ~ 25.37%
G 127 of 272 ~ 46.69%
B 76 of 272 ~ 27.94'%

%25.37
%46.69
%27.94

CMYK color model

#457F4C color CMYK value is (46,0,40,50).

  • cyan value is 45.67%
  • magenta value is 0.00%
  • yellow value is 40.16%
  • key color value is 50.20%
CMYK: (46,0,40,50) C46M0Y40K50 (46%,0%,40%,50%) (0.46/0.00/0.40/0.50) 

CMYK percentages

%45.67
%0
%40.16
%50.2

Codes

Color #457F4C in popluar color models

45 7F 4C
RGB 69 127 76
HSL 127° 29.59% 38.43%
HSB/HSV 127° 45.67% 49.80%
CMYK 45.67% 0.00% 40.16%
50.20%

Color #457F4C in popluar number systems.

HEX 45 7F 4C
Decimal 69 127 76
Binary 1000101 1111111 1001100
Octal 105 177 114

Shades and tints

Shades of #457F4C

#457F4C
(69,127,76)
#3F7446
(63,116,70)
#396940
(57,105,64)
#335E3A
(51,94,58)
#2D5334
(45,83,52)
#27482E
(39,72,46)
#213D28
(33,61,40)
#1B3222
(27,50,34)
#15271C
(21,39,28)
#0F1C16
(15,28,22)
#091110
(9,17,16)
#000000
(0,0,0)

Tints of #457F4C

#457F4C
(69,127,76)
#558A5C
(85,138,92)
#65956C
(101,149,108)
#75A07C
(117,160,124)
#85AB8C
(133,171,140)
#95B69C
(149,182,156)
#A5C1AC
(165,193,172)
#B5CCBC
(181,204,188)
#C5D7CC
(197,215,204)
#D5E2DC
(213,226,220)
#E5EDEC
(229,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #457F4C color. Also use rgb(69,127,76) instead hex code.

Text Font Color

.myTextColor { color: #457F4C; }

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

This text font color is #457F4C.

Background Color

.myBgColor { background-color: #457F4C; }

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

This div background color is #457F4C.

Border color

.myBorderColor { border: 1px solid #457F4C; }

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

This div border color is #457F4C.

Opacity

.myOpacity80 { color: #457F4C; opacity: 0.8; }

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

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

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

This text has shadow with #457F4C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #457F4C.

Preview

Color preview on black background

This text has color #457F4C on black background.


Color preview on white background

This text has color #457F4C on white background.


Black color preview on #457F4C background

This text has black color on #457F4C background.


White color preview on #457F4C background

This text has white color on #457F4C background.


Related colors

Complementary color

Complementary color for #hex is #BA80B3.


I love getcolorcode.com

Triadic colors

1 #4C457F and #7F4C45 with #457F4C are triadic colors.

2 #4C7F45 and #7F454C with #457F4C are triadic colors.