COLOR #084D75

HEX: #084D75
RGB: (8,77,117)

Renk bilgisi

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

RGB renk modeli

#084D75 color RGB value is (8,77,117).

  • kırmız ton 8;
  • yeşil ton 77;
  • mavi ton 117.
RGB:
(8,77,117)
(3%,30%,46%)

RGB bağlantıları ve doygunluk

R 8 of 255 = 3%
G 77 of 255 = 30%
B 117 of 255 = 46%

8
77
117

R + G + B ~ 26%. #084D75 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
8 + 77 + 117 = 202 (100%)
R 8 of 202 ~ 3.96%
G 77 of 202 ~ 38.12%
B 117 of 202 ~ 57.92%

%38.12
%57.92

CMYK RENK MODELİ

#084D75 rengi CMYK tonu (93,34,0,54).

  • camgöbeği tonu 93.16%
  • eflatun tonu 34.19%
  • sarı tonu 0.00%
  • ana renk tonu 54.12%
CMYK:
(93,34,0,54)
C93M34Y0K54 
(93%,34%,0%,54%)
(0.93/0.34/0.00/0.54)	

CMYK yüzdeleri

%93.16
%34.19
%0
%54.12

Codes

Color #084D75 in popluar color models

084D75
RGB877117
HSL202°87.20%24.51%
HSB/HSV202°93.16%45.88%
CMYK93.16%34.19%0.00%
54.12%

Color #084D75 in popluar number systems.

HEX084D75
Decimal877117
Binary100010011011110101
Octal10115165

Shades and tints

Shades of #084D75

#084D75
(8,77,117)
#08466B
(8,70,107)
#083F61
(8,63,97)
#083857
(8,56,87)
#08314D
(8,49,77)
#082A43
(8,42,67)
#082339
(8,35,57)
#081C2F
(8,28,47)
#081525
(8,21,37)
#080E1B
(8,14,27)
#080711
(8,7,17)
#000000
(0,0,0)

Tints of #084D75

#084D75
(8,77,117)
#1E5D81
(30,93,129)
#346D8D
(52,109,141)
#4A7D99
(74,125,153)
#608DA5
(96,141,165)
#769DB1
(118,157,177)
#8CADBD
(140,173,189)
#A2BDC9
(162,189,201)
#B8CDD5
(184,205,213)
#CEDDE1
(206,221,225)
#E4EDED
(228,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #084D75 color. Also use rgb(8,77,117) instead hex code.

Text Font Color

.myTextColor { color: #084D75; }

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

This text font color is #084D75.


Background Color

.myBgColor { background-color: #084D75; }

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

This div background color is #084D75.


Border color

.myBorderColor { border: 1px solid #084D75; }

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

This div border color is #084D75.


Opacity

.myOpacity80 { color: #084D75; opacity: 0.8; }

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

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

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

This text has shadow with #084D75 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #084D75 on black background.


Color preview on white background

This text has color #084D75 on white background.



Black color preview on #084D75 background

This text has black color on #084D75 background.


White color preview on #084D75 background

This text has white color on #084D75 background.