COLOR #457455

HEX: #457455
RGB: (69,116,85)

Color info

#457455 contains red, green and blue colors in about the same proportion. Web safe color of #457455 is #336666 (or #366).

RGB color model

#457455 color RGB value is (69,116,85).

  • red value is 69;
  • green value is 116;
  • blue value is 85.
RGB:
(69,116,85)
(27%,45%,33%)

RGB channels and saturation

R 69 of 255 = 27%
G 116 of 255 = 45%
B 85 of 255 = 33%

69
116
85

R + G + B ~ 35%. #457455 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
69 + 116 + 85 = 270 (100%)
R 69 of 270 ~ 25.56%
G 116 of 270 ~ 42.96%
B 85 of 270 ~ 31.48%

%25.56
%42.96
%31.48

CMYK color model

#457455 color CMYK value is (41,0,27,55).

  • cyan value is 40.52%
  • magenta value is 0.00%
  • yellow value is 26.72%
  • key color value is 54.51%
CMYK:
(41,0,27,55)
C41M0Y27K55 
(41%,0%,27%,55%)
(0.41/0.00/0.27/0.55)	

CMYK percentages

%40.52
%0
%26.72
%54.51

Codes

Color #457455 in popluar color models

457455
RGB6911685
HSL140°25.41%36.27%
HSB/HSV140°40.52%45.49%
CMYK40.52%0.00%26.72%
54.51%

Color #457455 in popluar number systems.

HEX457455
Decimal6911685
Binary100010111101001010101
Octal105164125

Shades and tints

Shades of #457455

#457455
(69,116,85)
#3F6A4E
(63,106,78)
#396047
(57,96,71)
#335640
(51,86,64)
#2D4C39
(45,76,57)
#274232
(39,66,50)
#21382B
(33,56,43)
#1B2E24
(27,46,36)
#15241D
(21,36,29)
#0F1A16
(15,26,22)
#09100F
(9,16,15)
#000000
(0,0,0)

Tints of #457455

#457455
(69,116,85)
#558064
(85,128,100)
#658C73
(101,140,115)
#759882
(117,152,130)
#85A491
(133,164,145)
#95B0A0
(149,176,160)
#A5BCAF
(165,188,175)
#B5C8BE
(181,200,190)
#C5D4CD
(197,212,205)
#D5E0DC
(213,224,220)
#E5ECEB
(229,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #457455 color. Also use rgb(69,116,85) instead hex code.

Text Font Color

.myTextColor { color: #457455; }

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

This text font color is #457455.


Background Color

.myBgColor { background-color: #457455; }

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

This div background color is #457455.


Border color

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

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

This div border color is #457455.


Opacity

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

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

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

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

This text has shadow with #457455 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #457455 on black background.


Color preview on white background

This text has color #457455 on white background.



Black color preview on #457455 background

This text has black color on #457455 background.


White color preview on #457455 background

This text has white color on #457455 background.