COLOR #00745E

HEX: #00745E
RGB: (0,116,94)

Color info

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

RGB color model

#00745E color RGB value is (0,116,94).

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

RGB channels and saturation

R 0 of 255 = 0%
G 116 of 255 = 45%
B 94 of 255 = 37%

0
116
94

R + G + B ~ 27%. #00745E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 116 + 94 = 210 (100%)
R 0 of 210 ~ 0%
G 116 of 210 ~ 55.24%
B 94 of 210 ~ 44.76%

%55.24
%44.76

CMYK color model

#00745E color CMYK value is (100,0,19,55).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 18.97%
  • key color value is 54.51%
CMYK:
(100,0,19,55)
C100M0Y19K55 
(100%,0%,19%,55%)
(1.00/0.00/0.19/0.55)	

CMYK percentages

%100
%0
%18.97
%54.51

Codes

Color #00745E in popluar color models

00745E
RGB011694
HSL169°100.00%22.75%
HSB/HSV169°100.00%45.49%
CMYK100.00%0.00%18.97%
54.51%

Color #00745E in popluar number systems.

HEX00745E
Decimal011694
Binary011101001011110
Octal0164136

Shades and tints

Shades of #00745E

#00745E
(0,116,94)
#006A56
(0,106,86)
#00604E
(0,96,78)
#005646
(0,86,70)
#004C3E
(0,76,62)
#004236
(0,66,54)
#00382E
(0,56,46)
#002E26
(0,46,38)
#00241E
(0,36,30)
#001A16
(0,26,22)
#00100E
(0,16,14)
#000000
(0,0,0)

Tints of #00745E

#00745E
(0,116,94)
#17806C
(23,128,108)
#2E8C7A
(46,140,122)
#459888
(69,152,136)
#5CA496
(92,164,150)
#73B0A4
(115,176,164)
#8ABCB2
(138,188,178)
#A1C8C0
(161,200,192)
#B8D4CE
(184,212,206)
#CFE0DC
(207,224,220)
#E6ECEA
(230,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #00745E; }

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

This text font color is #00745E.


Background Color

.myBgColor { background-color: #00745E; }

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

This div background color is #00745E.


Border color

.myBorderColor { border: 1px solid #00745E; }

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

This div border color is #00745E.


Opacity

.myOpacity80 { color: #00745E; opacity: 0.8; }

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

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

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

This text has shadow with #00745E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00745E on black background.


Color preview on white background

This text has color #00745E on white background.



Black color preview on #00745E background

This text has black color on #00745E background.


White color preview on #00745E background

This text has white color on #00745E background.