COLOR #457963

HEX: #457963
RGB: (69,121,99)

Color info

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

RGB color model

#457963 color RGB value is (69,121,99).

  • red value is 69;
  • green value is 121;
  • blue value is 99.
RGB:
(69,121,99)
(27%,47%,39%)

RGB channels and saturation

R 69 of 255 = 27%
G 121 of 255 = 47%
B 99 of 255 = 39%

69
121
99

R + G + B ~ 38%. #457963 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
69 + 121 + 99 = 289 (100%)
R 69 of 289 ~ 23.88%
G 121 of 289 ~ 41.87%
B 99 of 289 ~ 34.26%

%23.88
%41.87
%34.26

CMYK color model

#457963 color CMYK value is (43,0,18,53).

  • cyan value is 42.98%
  • magenta value is 0.00%
  • yellow value is 18.18%
  • key color value is 52.55%
CMYK:
(43,0,18,53)
C43M0Y18K53 
(43%,0%,18%,53%)
(0.43/0.00/0.18/0.53)	

CMYK percentages

%42.98
%0
%18.18
%52.55

Codes

Color #457963 in popluar color models

457963
RGB6912199
HSL155°27.37%37.25%
HSB/HSV155°42.98%47.45%
CMYK42.98%0.00%18.18%
52.55%

Color #457963 in popluar number systems.

HEX457963
Decimal6912199
Binary100010111110011100011
Octal105171143

Shades and tints

Shades of #457963

#457963
(69,121,99)
#3F6E5A
(63,110,90)
#396351
(57,99,81)
#335848
(51,88,72)
#2D4D3F
(45,77,63)
#274236
(39,66,54)
#21372D
(33,55,45)
#1B2C24
(27,44,36)
#15211B
(21,33,27)
#0F1612
(15,22,18)
#090B09
(9,11,9)
#000000
(0,0,0)

Tints of #457963

#457963
(69,121,99)
#558571
(85,133,113)
#65917F
(101,145,127)
#759D8D
(117,157,141)
#85A99B
(133,169,155)
#95B5A9
(149,181,169)
#A5C1B7
(165,193,183)
#B5CDC5
(181,205,197)
#C5D9D3
(197,217,211)
#D5E5E1
(213,229,225)
#E5F1EF
(229,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #457963; }

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

This text font color is #457963.


Background Color

.myBgColor { background-color: #457963; }

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

This div background color is #457963.


Border color

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

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

This div border color is #457963.


Opacity

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

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

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

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

This text has shadow with #457963 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #457963 on black background.


Color preview on white background

This text has color #457963 on white background.



Black color preview on #457963 background

This text has black color on #457963 background.


White color preview on #457963 background

This text has white color on #457963 background.