COLOR #093B40

HEX: #093B40
RGB: (9,59,64)

Renk bilgisi

#093B40 contains red, green and blue colors in about the same proportion. #093B40 ‘ nin web güvenlik rengi #003333 (ya da #033) dir.

RGB renk modeli

#093B40 color RGB value is (9,59,64).

  • kırmız ton 9;
  • yeşil ton 59;
  • mavi ton 64.
RGB:
(9,59,64)
(4%,23%,25%)

RGB bağlantıları ve doygunluk

R 9 of 255 = 4%
G 59 of 255 = 23%
B 64 of 255 = 25%

9
59
64

R + G + B ~ 17%. #093B40 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
9 + 59 + 64 = 132 (100%)
R 9 of 132 ~ 6.82%
G 59 of 132 ~ 44.7%
B 64 of 132 ~ 48.48%

%44.7
%48.48

CMYK RENK MODELİ

#093B40 rengi CMYK tonu (86,8,0,75).

  • camgöbeği tonu 85.94%
  • eflatun tonu 7.81%
  • sarı tonu 0.00%
  • ana renk tonu 74.90%
CMYK:
(86,8,0,75)
C86M8Y0K75 
(86%,8%,0%,75%)
(0.86/0.08/0.00/0.75)	

CMYK yüzdeleri

%85.94
%7.81
%0
%74.9

Codes

Color #093B40 in popluar color models

093B40
RGB95964
HSL185°75.34%14.31%
HSB/HSV185°85.94%25.10%
CMYK85.94%7.81%0.00%
74.90%

Color #093B40 in popluar number systems.

HEX093B40
Decimal95964
Binary10011110111000000
Octal1173100

Shades and tints

Shades of #093B40

#093B40
(9,59,64)
#09363B
(9,54,59)
#093136
(9,49,54)
#092C31
(9,44,49)
#09272C
(9,39,44)
#092227
(9,34,39)
#091D22
(9,29,34)
#09181D
(9,24,29)
#091318
(9,19,24)
#090E13
(9,14,19)
#09090E
(9,9,14)
#000000
(0,0,0)

Tints of #093B40

#093B40
(9,59,64)
#1F4C51
(31,76,81)
#355D62
(53,93,98)
#4B6E73
(75,110,115)
#617F84
(97,127,132)
#779095
(119,144,149)
#8DA1A6
(141,161,166)
#A3B2B7
(163,178,183)
#B9C3C8
(185,195,200)
#CFD4D9
(207,212,217)
#E5E5EA
(229,229,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #093B40 color. Also use rgb(9,59,64) instead hex code.

Text Font Color

.myTextColor { color: #093B40; }

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

This text font color is #093B40.


Background Color

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

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

This div background color is #093B40.


Border color

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

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

This div border color is #093B40.


Opacity

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

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

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

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

This text has shadow with #093B40 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #093B40 on black background.


Color preview on white background

This text has color #093B40 on white background.



Black color preview on #093B40 background

This text has black color on #093B40 background.


White color preview on #093B40 background

This text has white color on #093B40 background.