COLOR #00383B

HEX: #00383B
RGB: (0,56,59)

Renk bilgisi

#00383B contains only green and blue colors. #00383B ‘ nin web güvenlik rengi #003333 (ya da #033) dir.

RGB renk modeli

#00383B color RGB value is (0,56,59).

  • kırmız ton 0;
  • yeşil ton 56;
  • mavi ton 59.
RGB:
(0,56,59)
(0%,22%,23%)

RGB bağlantıları ve doygunluk

R 0 of 255 = 0%
G 56 of 255 = 22%
B 59 of 255 = 23%

0
56
59

R + G + B ~ 15%. #00383B is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
0 + 56 + 59 = 115 (100%)
R 0 of 115 ~ 0%
G 56 of 115 ~ 48.7%
B 59 of 115 ~ 51.3%

%48.7
%51.3

CMYK RENK MODELİ

#00383B rengi CMYK tonu (100,5,0,77).

  • camgöbeği tonu 100.00%
  • eflatun tonu 5.08%
  • sarı tonu 0.00%
  • ana renk tonu 76.86%
CMYK:
(100,5,0,77)
C100M5Y0K77 
(100%,5%,0%,77%)
(1.00/0.05/0.00/0.77)	

CMYK yüzdeleri

%100
%5.08
%0
%76.86

Codes

Color #00383B in popluar color models

00383B
RGB05659
HSL183°100.00%11.57%
HSB/HSV183°100.00%23.14%
CMYK100.00%5.08%0.00%
76.86%

Color #00383B in popluar number systems.

HEX00383B
Decimal05659
Binary0111000111011
Octal07073

Shades and tints

Shades of #00383B

#00383B
(0,56,59)
#003336
(0,51,54)
#002E31
(0,46,49)
#00292C
(0,41,44)
#002427
(0,36,39)
#001F22
(0,31,34)
#001A1D
(0,26,29)
#001518
(0,21,24)
#001013
(0,16,19)
#000B0E
(0,11,14)
#000609
(0,6,9)
#000000
(0,0,0)

Tints of #00383B

#00383B
(0,56,59)
#174A4C
(23,74,76)
#2E5C5D
(46,92,93)
#456E6E
(69,110,110)
#5C807F
(92,128,127)
#739290
(115,146,144)
#8AA4A1
(138,164,161)
#A1B6B2
(161,182,178)
#B8C8C3
(184,200,195)
#CFDAD4
(207,218,212)
#E6ECE5
(230,236,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #00383B color. Also use rgb(0,56,59) instead hex code.

Text Font Color

.myTextColor { color: #00383B; }

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

This text font color is #00383B.


Background Color

.myBgColor { background-color: #00383B; }

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

This div background color is #00383B.


Border color

.myBorderColor { border: 1px solid #00383B; }

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

This div border color is #00383B.


Opacity

.myOpacity80 { color: #00383B; opacity: 0.8; }

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

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

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

This text has shadow with #00383B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00383B on black background.


Color preview on white background

This text has color #00383B on white background.



Black color preview on #00383B background

This text has black color on #00383B background.


White color preview on #00383B background

This text has white color on #00383B background.