COLOR #006356

HEX: #006356
RGB: (0,99,86)

Renk bilgisi

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

RGB renk modeli

#006356 color RGB value is (0,99,86).

  • kırmız ton 0;
  • yeşil ton 99;
  • mavi ton 86.
RGB:
(0,99,86)
(0%,39%,34%)

RGB bağlantıları ve doygunluk

R 0 of 255 = 0%
G 99 of 255 = 39%
B 86 of 255 = 34%

0
99
86

R + G + B ~ 24%. #006356 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
0 + 99 + 86 = 185 (100%)
R 0 of 185 ~ 0%
G 99 of 185 ~ 53.51%
B 86 of 185 ~ 46.49%

%53.51
%46.49

CMYK RENK MODELİ

#006356 rengi CMYK tonu (100,0,13,61).

  • camgöbeği tonu 100.00%
  • eflatun tonu 0.00%
  • sarı tonu 13.13%
  • ana renk tonu 61.18%
CMYK:
(100,0,13,61)
C100M0Y13K61 
(100%,0%,13%,61%)
(1.00/0.00/0.13/0.61)	

CMYK yüzdeleri

%100
%0
%13.13
%61.18

Codes

Color #006356 in popluar color models

006356
RGB09986
HSL172°100.00%19.41%
HSB/HSV172°100.00%38.82%
CMYK100.00%0.00%13.13%
61.18%

Color #006356 in popluar number systems.

HEX006356
Decimal09986
Binary011000111010110
Octal0143126

Shades and tints

Shades of #006356

#006356
(0,99,86)
#005A4F
(0,90,79)
#005148
(0,81,72)
#004841
(0,72,65)
#003F3A
(0,63,58)
#003633
(0,54,51)
#002D2C
(0,45,44)
#002425
(0,36,37)
#001B1E
(0,27,30)
#001217
(0,18,23)
#000910
(0,9,16)
#000000
(0,0,0)

Tints of #006356

#006356
(0,99,86)
#177165
(23,113,101)
#2E7F74
(46,127,116)
#458D83
(69,141,131)
#5C9B92
(92,155,146)
#73A9A1
(115,169,161)
#8AB7B0
(138,183,176)
#A1C5BF
(161,197,191)
#B8D3CE
(184,211,206)
#CFE1DD
(207,225,221)
#E6EFEC
(230,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #006356 color. Also use rgb(0,99,86) instead hex code.

Text Font Color

.myTextColor { color: #006356; }

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

This text font color is #006356.


Background Color

.myBgColor { background-color: #006356; }

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

This div background color is #006356.


Border color

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

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

This div border color is #006356.


Opacity

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

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

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

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

This text has shadow with #006356 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #006356 on black background.


Color preview on white background

This text has color #006356 on white background.



Black color preview on #006356 background

This text has black color on #006356 background.


White color preview on #006356 background

This text has white color on #006356 background.