COLOR #093738

HEX: #093738
RGB: (9,55,56)

Renk bilgisi

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

RGB renk modeli

#093738 color RGB value is (9,55,56).

  • kırmız ton 9;
  • yeşil ton 55;
  • mavi ton 56.
RGB:
(9,55,56)
(4%,22%,22%)

RGB bağlantıları ve doygunluk

R 9 of 255 = 4%
G 55 of 255 = 22%
B 56 of 255 = 22%

9
55
56

R + G + B ~ 16%. #093738 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
9 + 55 + 56 = 120 (100%)
R 9 of 120 ~ 7.5%
G 55 of 120 ~ 45.83%
B 56 of 120 ~ 46.67%

%45.83
%46.67

CMYK RENK MODELİ

#093738 rengi CMYK tonu (84,2,0,78).

  • camgöbeği tonu 83.93%
  • eflatun tonu 1.79%
  • sarı tonu 0.00%
  • ana renk tonu 78.04%
CMYK:
(84,2,0,78)
C84M2Y0K78 
(84%,2%,0%,78%)
(0.84/0.02/0.00/0.78)	

CMYK yüzdeleri

%83.93
%1.79
%0
%78.04

Codes

Color #093738 in popluar color models

093738
RGB95556
HSL181°72.31%12.75%
HSB/HSV181°83.93%21.96%
CMYK83.93%1.79%0.00%
78.04%

Color #093738 in popluar number systems.

HEX093738
Decimal95556
Binary1001110111111000
Octal116770

Shades and tints

Shades of #093738

#093738
(9,55,56)
#093233
(9,50,51)
#092D2E
(9,45,46)
#092829
(9,40,41)
#092324
(9,35,36)
#091E1F
(9,30,31)
#09191A
(9,25,26)
#091415
(9,20,21)
#090F10
(9,15,16)
#090A0B
(9,10,11)
#090506
(9,5,6)
#000000
(0,0,0)

Tints of #093738

#093738
(9,55,56)
#1F494A
(31,73,74)
#355B5C
(53,91,92)
#4B6D6E
(75,109,110)
#617F80
(97,127,128)
#779192
(119,145,146)
#8DA3A4
(141,163,164)
#A3B5B6
(163,181,182)
#B9C7C8
(185,199,200)
#CFD9DA
(207,217,218)
#E5EBEC
(229,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #093738 color. Also use rgb(9,55,56) instead hex code.

Text Font Color

.myTextColor { color: #093738; }

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

This text font color is #093738.


Background Color

.myBgColor { background-color: #093738; }

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

This div background color is #093738.


Border color

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

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

This div border color is #093738.


Opacity

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

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

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

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

This text has shadow with #093738 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #093738 on black background.


Color preview on white background

This text has color #093738 on white background.



Black color preview on #093738 background

This text has black color on #093738 background.


White color preview on #093738 background

This text has white color on #093738 background.