COLOR #00715D

HEX: #00715D
RGB: (0,113,93)

Renk bilgisi

#00715D contains only green and blue colors. #00715D ‘ nin web güvenlik rengi #006666 (ya da #066) dir.

RGB renk modeli

#00715D color RGB value is (0,113,93).

  • kırmız ton 0;
  • yeşil ton 113;
  • mavi ton 93.
RGB:
(0,113,93)
(0%,44%,36%)

RGB bağlantıları ve doygunluk

R 0 of 255 = 0%
G 113 of 255 = 44%
B 93 of 255 = 36%

0
113
93

R + G + B ~ 27%. #00715D is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
0 + 113 + 93 = 206 (100%)
R 0 of 206 ~ 0%
G 113 of 206 ~ 54.85%
B 93 of 206 ~ 45.15%

%54.85
%45.15

CMYK RENK MODELİ

#00715D rengi CMYK tonu (100,0,18,56).

  • camgöbeği tonu 100.00%
  • eflatun tonu 0.00%
  • sarı tonu 17.70%
  • ana renk tonu 55.69%
CMYK:
(100,0,18,56)
C100M0Y18K56 
(100%,0%,18%,56%)
(1.00/0.00/0.18/0.56)	

CMYK yüzdeleri

%100
%0
%17.7
%55.69

Codes

Color #00715D in popluar color models

00715D
RGB011393
HSL169°100.00%22.16%
HSB/HSV169°100.00%44.31%
CMYK100.00%0.00%17.70%
55.69%

Color #00715D in popluar number systems.

HEX00715D
Decimal011393
Binary011100011011101
Octal0161135

Shades and tints

Shades of #00715D

#00715D
(0,113,93)
#006755
(0,103,85)
#005D4D
(0,93,77)
#005345
(0,83,69)
#00493D
(0,73,61)
#003F35
(0,63,53)
#00352D
(0,53,45)
#002B25
(0,43,37)
#00211D
(0,33,29)
#001715
(0,23,21)
#000D0D
(0,13,13)
#000000
(0,0,0)

Tints of #00715D

#00715D
(0,113,93)
#177D6B
(23,125,107)
#2E8979
(46,137,121)
#459587
(69,149,135)
#5CA195
(92,161,149)
#73ADA3
(115,173,163)
#8AB9B1
(138,185,177)
#A1C5BF
(161,197,191)
#B8D1CD
(184,209,205)
#CFDDDB
(207,221,219)
#E6E9E9
(230,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #00715D color. Also use rgb(0,113,93) instead hex code.

Text Font Color

.myTextColor { color: #00715D; }

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

This text font color is #00715D.


Background Color

.myBgColor { background-color: #00715D; }

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

This div background color is #00715D.


Border color

.myBorderColor { border: 1px solid #00715D; }

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

This div border color is #00715D.


Opacity

.myOpacity80 { color: #00715D; opacity: 0.8; }

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

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

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

This text has shadow with #00715D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00715D on black background.


Color preview on white background

This text has color #00715D on white background.



Black color preview on #00715D background

This text has black color on #00715D background.


White color preview on #00715D background

This text has white color on #00715D background.