COLOR #084959

HEX: #084959
RGB: (8,73,89)

Renk bilgisi

#084959 contains mainly green and blue colors. #084959 ‘ nin web güvenlik rengi #003366 (ya da #036) dir.

RGB renk modeli

#084959 color RGB value is (8,73,89).

  • kırmız ton 8;
  • yeşil ton 73;
  • mavi ton 89.
RGB:
(8,73,89)
(3%,29%,35%)

RGB bağlantıları ve doygunluk

R 8 of 255 = 3%
G 73 of 255 = 29%
B 89 of 255 = 35%

8
73
89

R + G + B ~ 22%. #084959 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
8 + 73 + 89 = 170 (100%)
R 8 of 170 ~ 4.71%
G 73 of 170 ~ 42.94%
B 89 of 170 ~ 52.35%

%42.94
%52.35

CMYK RENK MODELİ

#084959 rengi CMYK tonu (91,18,0,65).

  • camgöbeği tonu 91.01%
  • eflatun tonu 17.98%
  • sarı tonu 0.00%
  • ana renk tonu 65.10%
CMYK:
(91,18,0,65)
C91M18Y0K65 
(91%,18%,0%,65%)
(0.91/0.18/0.00/0.65)	

CMYK yüzdeleri

%91.01
%17.98
%0
%65.1

Codes

Color #084959 in popluar color models

084959
RGB87389
HSL192°83.51%19.02%
HSB/HSV192°91.01%34.90%
CMYK91.01%17.98%0.00%
65.10%

Color #084959 in popluar number systems.

HEX084959
Decimal87389
Binary100010010011011001
Octal10111131

Shades and tints

Shades of #084959

#084959
(8,73,89)
#084351
(8,67,81)
#083D49
(8,61,73)
#083741
(8,55,65)
#083139
(8,49,57)
#082B31
(8,43,49)
#082529
(8,37,41)
#081F21
(8,31,33)
#081919
(8,25,25)
#081311
(8,19,17)
#080D09
(8,13,9)
#000000
(0,0,0)

Tints of #084959

#084959
(8,73,89)
#1E5968
(30,89,104)
#346977
(52,105,119)
#4A7986
(74,121,134)
#608995
(96,137,149)
#7699A4
(118,153,164)
#8CA9B3
(140,169,179)
#A2B9C2
(162,185,194)
#B8C9D1
(184,201,209)
#CED9E0
(206,217,224)
#E4E9EF
(228,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #084959 color. Also use rgb(8,73,89) instead hex code.

Text Font Color

.myTextColor { color: #084959; }

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

This text font color is #084959.


Background Color

.myBgColor { background-color: #084959; }

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

This div background color is #084959.


Border color

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

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

This div border color is #084959.


Opacity

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

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

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

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

This text has shadow with #084959 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #084959 on black background.


Color preview on white background

This text has color #084959 on white background.



Black color preview on #084959 background

This text has black color on #084959 background.


White color preview on #084959 background

This text has white color on #084959 background.