COLOR #06595F

HEX: #06595F
RGB: (6,89,95)

Renk bilgisi

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

RGB renk modeli

#06595F color RGB value is (6,89,95).

  • kırmız ton 6;
  • yeşil ton 89;
  • mavi ton 95.
RGB:
(6,89,95)
(2%,35%,37%)

RGB bağlantıları ve doygunluk

R 6 of 255 = 2%
G 89 of 255 = 35%
B 95 of 255 = 37%

6
89
95

R + G + B ~ 25%. #06595F is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
6 + 89 + 95 = 190 (100%)
R 6 of 190 ~ 3.16%
G 89 of 190 ~ 46.84%
B 95 of 190 ~ 50%

%46.84
%50

CMYK RENK MODELİ

#06595F rengi CMYK tonu (94,6,0,63).

  • camgöbeği tonu 93.68%
  • eflatun tonu 6.32%
  • sarı tonu 0.00%
  • ana renk tonu 62.75%
CMYK:
(94,6,0,63)
C94M6Y0K63 
(94%,6%,0%,63%)
(0.94/0.06/0.00/0.63)	

CMYK yüzdeleri

%93.68
%6.32
%0
%62.75

Codes

Color #06595F in popluar color models

06595F
RGB68995
HSL184°88.12%19.80%
HSB/HSV184°93.68%37.25%
CMYK93.68%6.32%0.00%
62.75%

Color #06595F in popluar number systems.

HEX06595F
Decimal68995
Binary11010110011011111
Octal6131137

Shades and tints

Shades of #06595F

#06595F
(6,89,95)
#065157
(6,81,87)
#06494F
(6,73,79)
#064147
(6,65,71)
#06393F
(6,57,63)
#063137
(6,49,55)
#06292F
(6,41,47)
#062127
(6,33,39)
#06191F
(6,25,31)
#061117
(6,17,23)
#06090F
(6,9,15)
#000000
(0,0,0)

Tints of #06595F

#06595F
(6,89,95)
#1C686D
(28,104,109)
#32777B
(50,119,123)
#488689
(72,134,137)
#5E9597
(94,149,151)
#74A4A5
(116,164,165)
#8AB3B3
(138,179,179)
#A0C2C1
(160,194,193)
#B6D1CF
(182,209,207)
#CCE0DD
(204,224,221)
#E2EFEB
(226,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #06595F color. Also use rgb(6,89,95) instead hex code.

Text Font Color

.myTextColor { color: #06595F; }

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

This text font color is #06595F.


Background Color

.myBgColor { background-color: #06595F; }

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

This div background color is #06595F.


Border color

.myBorderColor { border: 1px solid #06595F; }

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

This div border color is #06595F.


Opacity

.myOpacity80 { color: #06595F; opacity: 0.8; }

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

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

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

This text has shadow with #06595F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #06595F on black background.


Color preview on white background

This text has color #06595F on white background.



Black color preview on #06595F background

This text has black color on #06595F background.


White color preview on #06595F background

This text has white color on #06595F background.