COLOR #093C76

HEX: #093C76
RGB: (9,60,118)

Renk bilgisi

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

RGB renk modeli

#093C76 color RGB value is (9,60,118).

  • kırmız ton 9;
  • yeşil ton 60;
  • mavi ton 118.
RGB:
(9,60,118)
(4%,24%,46%)

RGB bağlantıları ve doygunluk

R 9 of 255 = 4%
G 60 of 255 = 24%
B 118 of 255 = 46%

9
60
118

R + G + B ~ 25%. #093C76 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
9 + 60 + 118 = 187 (100%)
R 9 of 187 ~ 4.81%
G 60 of 187 ~ 32.09%
B 118 of 187 ~ 63.1%

%32.09
%63.1

CMYK RENK MODELİ

#093C76 rengi CMYK tonu (92,49,0,54).

  • camgöbeği tonu 92.37%
  • eflatun tonu 49.15%
  • sarı tonu 0.00%
  • ana renk tonu 53.73%
CMYK:
(92,49,0,54)
C92M49Y0K54 
(92%,49%,0%,54%)
(0.92/0.49/0.00/0.54)	

CMYK yüzdeleri

%92.37
%49.15
%0
%53.73

Codes

Color #093C76 in popluar color models

093C76
RGB960118
HSL212°85.83%24.90%
HSB/HSV212°92.37%46.27%
CMYK92.37%49.15%0.00%
53.73%

Color #093C76 in popluar number systems.

HEX093C76
Decimal960118
Binary10011111001110110
Octal1174166

Shades and tints

Shades of #093C76

#093C76
(9,60,118)
#09376C
(9,55,108)
#093262
(9,50,98)
#092D58
(9,45,88)
#09284E
(9,40,78)
#092344
(9,35,68)
#091E3A
(9,30,58)
#091930
(9,25,48)
#091426
(9,20,38)
#090F1C
(9,15,28)
#090A12
(9,10,18)
#000000
(0,0,0)

Tints of #093C76

#093C76
(9,60,118)
#1F4D82
(31,77,130)
#355E8E
(53,94,142)
#4B6F9A
(75,111,154)
#6180A6
(97,128,166)
#7791B2
(119,145,178)
#8DA2BE
(141,162,190)
#A3B3CA
(163,179,202)
#B9C4D6
(185,196,214)
#CFD5E2
(207,213,226)
#E5E6EE
(229,230,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #093C76 color. Also use rgb(9,60,118) instead hex code.

Text Font Color

.myTextColor { color: #093C76; }

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

This text font color is #093C76.


Background Color

.myBgColor { background-color: #093C76; }

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

This div background color is #093C76.


Border color

.myBorderColor { border: 1px solid #093C76; }

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

This div border color is #093C76.


Opacity

.myOpacity80 { color: #093C76; opacity: 0.8; }

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

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

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

This text has shadow with #093C76 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #093C76 on black background.


Color preview on white background

This text has color #093C76 on white background.



Black color preview on #093C76 background

This text has black color on #093C76 background.


White color preview on #093C76 background

This text has white color on #093C76 background.