COLOR #00713D

HEX: #00713D
RGB: (0,113,61)

Renk bilgisi

#00713D contains only green and blue colors. #00713D ‘ nin web güvenlik rengi #006633 (ya da #063) dir.

RGB renk modeli

#00713D color RGB value is (0,113,61).

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

RGB bağlantıları ve doygunluk

R 0 of 255 = 0%
G 113 of 255 = 44%
B 61 of 255 = 24%

0
113
61

R + G + B ~ 23%. #00713D is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
0 + 113 + 61 = 174 (100%)
R 0 of 174 ~ 0%
G 113 of 174 ~ 64.94%
B 61 of 174 ~ 35.06%

%64.94
%35.06

CMYK RENK MODELİ

#00713D rengi CMYK tonu (100,0,46,56).

  • camgöbeği tonu 100.00%
  • eflatun tonu 0.00%
  • sarı tonu 46.02%
  • ana renk tonu 55.69%
CMYK:
(100,0,46,56)
C100M0Y46K56 
(100%,0%,46%,56%)
(1.00/0.00/0.46/0.56)	

CMYK yüzdeleri

%100
%0
%46.02
%55.69

Codes

Color #00713D in popluar color models

00713D
RGB011361
HSL152°100.00%22.16%
HSB/HSV152°100.00%44.31%
CMYK100.00%0.00%46.02%
55.69%

Color #00713D in popluar number systems.

HEX00713D
Decimal011361
Binary01110001111101
Octal016175

Shades and tints

Shades of #00713D

#00713D
(0,113,61)
#006738
(0,103,56)
#005D33
(0,93,51)
#00532E
(0,83,46)
#004929
(0,73,41)
#003F24
(0,63,36)
#00351F
(0,53,31)
#002B1A
(0,43,26)
#002115
(0,33,21)
#001710
(0,23,16)
#000D0B
(0,13,11)
#000000
(0,0,0)

Tints of #00713D

#00713D
(0,113,61)
#177D4E
(23,125,78)
#2E895F
(46,137,95)
#459570
(69,149,112)
#5CA181
(92,161,129)
#73AD92
(115,173,146)
#8AB9A3
(138,185,163)
#A1C5B4
(161,197,180)
#B8D1C5
(184,209,197)
#CFDDD6
(207,221,214)
#E6E9E7
(230,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #00713D; }

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

This text font color is #00713D.


Background Color

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

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

This div background color is #00713D.


Border color

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

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

This div border color is #00713D.


Opacity

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

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

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

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

This text has shadow with #00713D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00713D on black background.


Color preview on white background

This text has color #00713D on white background.



Black color preview on #00713D background

This text has black color on #00713D background.


White color preview on #00713D background

This text has white color on #00713D background.