COLOR #457373

HEX: #457373
RGB: (69,115,115)

Color info

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

RGB color model

#457373 color RGB value is (69,115,115).

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

RGB channels and saturation

R 69 of 255 = 27%
G 115 of 255 = 45%
B 115 of 255 = 45%

69
115
115

R + G + B ~ 39%. #457373 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
69 + 115 + 115 = 299 (100%)
R 69 of 299 ~ 23.08%
G 115 of 299 ~ 38.46%
B 115 of 299 ~ 38.46%

%23.08
%38.46
%38.46

CMYK color model

#457373 color CMYK value is (40,0,0,55).

  • cyan value is 40.00%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 54.90%
CMYK:
(40,0,0,55)
C40M0Y0K55 
(40%,0%,0%,55%)
(0.40/0.00/0.00/0.55)	

CMYK percentages

%40
%0
%0
%54.9

Codes

Color #457373 in popluar color models

457373
RGB69115115
HSL180°25.00%36.08%
HSB/HSV180°40.00%45.10%
CMYK40.00%0.00%0.00%
54.90%

Color #457373 in popluar number systems.

HEX457373
Decimal69115115
Binary100010111100111110011
Octal105163163

Shades and tints

Shades of #457373

#457373
(69,115,115)
#3F6969
(63,105,105)
#395F5F
(57,95,95)
#335555
(51,85,85)
#2D4B4B
(45,75,75)
#274141
(39,65,65)
#213737
(33,55,55)
#1B2D2D
(27,45,45)
#152323
(21,35,35)
#0F1919
(15,25,25)
#090F0F
(9,15,15)
#000000
(0,0,0)

Tints of #457373

#457373
(69,115,115)
#557F7F
(85,127,127)
#658B8B
(101,139,139)
#759797
(117,151,151)
#85A3A3
(133,163,163)
#95AFAF
(149,175,175)
#A5BBBB
(165,187,187)
#B5C7C7
(181,199,199)
#C5D3D3
(197,211,211)
#D5DFDF
(213,223,223)
#E5EBEB
(229,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #457373; }

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

This text font color is #457373.


Background Color

.myBgColor { background-color: #457373; }

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

This div background color is #457373.


Border color

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

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

This div border color is #457373.


Opacity

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

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

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

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

This text has shadow with #457373 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #457373 on black background.


Color preview on white background

This text has color #457373 on white background.



Black color preview on #457373 background

This text has black color on #457373 background.


White color preview on #457373 background

This text has white color on #457373 background.