COLOR #06713E

HEX: #06713E
RGB: (6,113,62)

Renk bilgisi

#06713E contains mainly green and blue colors. #06713E ‘ nin web güvenlik rengi #006633 (ya da #063) dir.

RGB renk modeli

#06713E color RGB value is (6,113,62).

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

RGB bağlantıları ve doygunluk

R 6 of 255 = 2%
G 113 of 255 = 44%
B 62 of 255 = 24%

6
113
62

R + G + B ~ 23%. #06713E is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
6 + 113 + 62 = 181 (100%)
R 6 of 181 ~ 3.31%
G 113 of 181 ~ 62.43%
B 62 of 181 ~ 34.25%

%62.43
%34.25

CMYK RENK MODELİ

#06713E rengi CMYK tonu (95,0,45,56).

  • camgöbeği tonu 94.69%
  • eflatun tonu 0.00%
  • sarı tonu 45.13%
  • ana renk tonu 55.69%
CMYK:
(95,0,45,56)
C95M0Y45K56 
(95%,0%,45%,56%)
(0.95/0.00/0.45/0.56)	

CMYK yüzdeleri

%94.69
%0
%45.13
%55.69

Codes

Color #06713E in popluar color models

06713E
RGB611362
HSL151°89.92%23.33%
HSB/HSV151°94.69%44.31%
CMYK94.69%0.00%45.13%
55.69%

Color #06713E in popluar number systems.

HEX06713E
Decimal611362
Binary1101110001111110
Octal616176

Shades and tints

Shades of #06713E

#06713E
(6,113,62)
#066739
(6,103,57)
#065D34
(6,93,52)
#06532F
(6,83,47)
#06492A
(6,73,42)
#063F25
(6,63,37)
#063520
(6,53,32)
#062B1B
(6,43,27)
#062116
(6,33,22)
#061711
(6,23,17)
#060D0C
(6,13,12)
#000000
(0,0,0)

Tints of #06713E

#06713E
(6,113,62)
#1C7D4F
(28,125,79)
#328960
(50,137,96)
#489571
(72,149,113)
#5EA182
(94,161,130)
#74AD93
(116,173,147)
#8AB9A4
(138,185,164)
#A0C5B5
(160,197,181)
#B6D1C6
(182,209,198)
#CCDDD7
(204,221,215)
#E2E9E8
(226,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #06713E color. Also use rgb(6,113,62) instead hex code.

Text Font Color

.myTextColor { color: #06713E; }

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

This text font color is #06713E.


Background Color

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

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

This div background color is #06713E.


Border color

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

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

This div border color is #06713E.


Opacity

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

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

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

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

This text has shadow with #06713E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #06713E on black background.


Color preview on white background

This text has color #06713E on white background.



Black color preview on #06713E background

This text has black color on #06713E background.


White color preview on #06713E background

This text has white color on #06713E background.