COLOR #007457

HEX: #007457
RGB: (0,116,87)

Color info

#007457 contains only green and blue colors. Web safe color of #007457 is #006666 (or #066).

RGB color model

#007457 color RGB value is (0,116,87).

  • red value is 0;
  • green value is 116;
  • blue value is 87.
RGB:
(0,116,87)
(0%,45%,34%)

RGB channels and saturation

R 0 of 255 = 0%
G 116 of 255 = 45%
B 87 of 255 = 34%

0
116
87

R + G + B ~ 26%. #007457 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 116 + 87 = 203 (100%)
R 0 of 203 ~ 0%
G 116 of 203 ~ 57.14%
B 87 of 203 ~ 42.86%

%57.14
%42.86

CMYK color model

#007457 color CMYK value is (100,0,25,55).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 25.00%
  • key color value is 54.51%
CMYK:
(100,0,25,55)
C100M0Y25K55 
(100%,0%,25%,55%)
(1.00/0.00/0.25/0.55)	

CMYK percentages

%100
%0
%25
%54.51

Codes

Color #007457 in popluar color models

007457
RGB011687
HSL165°100.00%22.75%
HSB/HSV165°100.00%45.49%
CMYK100.00%0.00%25.00%
54.51%

Color #007457 in popluar number systems.

HEX007457
Decimal011687
Binary011101001010111
Octal0164127

Shades and tints

Shades of #007457

#007457
(0,116,87)
#006A50
(0,106,80)
#006049
(0,96,73)
#005642
(0,86,66)
#004C3B
(0,76,59)
#004234
(0,66,52)
#00382D
(0,56,45)
#002E26
(0,46,38)
#00241F
(0,36,31)
#001A18
(0,26,24)
#001011
(0,16,17)
#000000
(0,0,0)

Tints of #007457

#007457
(0,116,87)
#178066
(23,128,102)
#2E8C75
(46,140,117)
#459884
(69,152,132)
#5CA493
(92,164,147)
#73B0A2
(115,176,162)
#8ABCB1
(138,188,177)
#A1C8C0
(161,200,192)
#B8D4CF
(184,212,207)
#CFE0DE
(207,224,222)
#E6ECED
(230,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #007457 color. Also use rgb(0,116,87) instead hex code.

Text Font Color

.myTextColor { color: #007457; }

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

This text font color is #007457.


Background Color

.myBgColor { background-color: #007457; }

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

This div background color is #007457.


Border color

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

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

This div border color is #007457.


Opacity

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

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

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

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

This text has shadow with #007457 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #007457 on black background.


Color preview on white background

This text has color #007457 on white background.



Black color preview on #007457 background

This text has black color on #007457 background.


White color preview on #007457 background

This text has white color on #007457 background.