COLOR #457761

HEX: #457761
RGB: (69,119,97)

Color info

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

RGB color model

#457761 color RGB value is (69,119,97).

  • red value is 69;
  • green value is 119;
  • blue value is 97.
RGB:
(69,119,97)
(27%,47%,38%)

RGB channels and saturation

R 69 of 255 = 27%
G 119 of 255 = 47%
B 97 of 255 = 38%

69
119
97

R + G + B ~ 37%. #457761 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
69 + 119 + 97 = 285 (100%)
R 69 of 285 ~ 24.21%
G 119 of 285 ~ 41.75%
B 97 of 285 ~ 34.04%

%24.21
%41.75
%34.04

CMYK color model

#457761 color CMYK value is (42,0,18,53).

  • cyan value is 42.02%
  • magenta value is 0.00%
  • yellow value is 18.49%
  • key color value is 53.33%
CMYK:
(42,0,18,53)
C42M0Y18K53 
(42%,0%,18%,53%)
(0.42/0.00/0.18/0.53)	

CMYK percentages

%42.02
%0
%18.49
%53.33

Codes

Color #457761 in popluar color models

457761
RGB6911997
HSL154°26.60%36.86%
HSB/HSV154°42.02%46.67%
CMYK42.02%0.00%18.49%
53.33%

Color #457761 in popluar number systems.

HEX457761
Decimal6911997
Binary100010111101111100001
Octal105167141

Shades and tints

Shades of #457761

#457761
(69,119,97)
#3F6D59
(63,109,89)
#396351
(57,99,81)
#335949
(51,89,73)
#2D4F41
(45,79,65)
#274539
(39,69,57)
#213B31
(33,59,49)
#1B3129
(27,49,41)
#152721
(21,39,33)
#0F1D19
(15,29,25)
#091311
(9,19,17)
#000000
(0,0,0)

Tints of #457761

#457761
(69,119,97)
#55836F
(85,131,111)
#658F7D
(101,143,125)
#759B8B
(117,155,139)
#85A799
(133,167,153)
#95B3A7
(149,179,167)
#A5BFB5
(165,191,181)
#B5CBC3
(181,203,195)
#C5D7D1
(197,215,209)
#D5E3DF
(213,227,223)
#E5EFED
(229,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #457761; }

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

This text font color is #457761.


Background Color

.myBgColor { background-color: #457761; }

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

This div background color is #457761.


Border color

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

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

This div border color is #457761.


Opacity

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

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

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

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

This text has shadow with #457761 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #457761 on black background.


Color preview on white background

This text has color #457761 on white background.



Black color preview on #457761 background

This text has black color on #457761 background.


White color preview on #457761 background

This text has white color on #457761 background.