COLOR #00374B

HEX: #00374B
RGB: (0,55,75)

Renk bilgisi

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

RGB renk modeli

#00374B color RGB value is (0,55,75).

  • kırmız ton 0;
  • yeşil ton 55;
  • mavi ton 75.
RGB:
(0,55,75)
(0%,22%,29%)

RGB bağlantıları ve doygunluk

R 0 of 255 = 0%
G 55 of 255 = 22%
B 75 of 255 = 29%

0
55
75

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

Yüzdelerle RGB renk parçaları

R + G + B =
0 + 55 + 75 = 130 (100%)
R 0 of 130 ~ 0%
G 55 of 130 ~ 42.31%
B 75 of 130 ~ 57.69%

%42.31
%57.69

CMYK RENK MODELİ

#00374B rengi CMYK tonu (100,27,0,71).

  • camgöbeği tonu 100.00%
  • eflatun tonu 26.67%
  • sarı tonu 0.00%
  • ana renk tonu 70.59%
CMYK:
(100,27,0,71)
C100M27Y0K71 
(100%,27%,0%,71%)
(1.00/0.27/0.00/0.71)	

CMYK yüzdeleri

%100
%26.67
%0
%70.59

Codes

Color #00374B in popluar color models

00374B
RGB05575
HSL196°100.00%14.71%
HSB/HSV196°100.00%29.41%
CMYK100.00%26.67%0.00%
70.59%

Color #00374B in popluar number systems.

HEX00374B
Decimal05575
Binary01101111001011
Octal067113

Shades and tints

Shades of #00374B

#00374B
(0,55,75)
#003245
(0,50,69)
#002D3F
(0,45,63)
#002839
(0,40,57)
#002333
(0,35,51)
#001E2D
(0,30,45)
#001927
(0,25,39)
#001421
(0,20,33)
#000F1B
(0,15,27)
#000A15
(0,10,21)
#00050F
(0,5,15)
#000000
(0,0,0)

Tints of #00374B

#00374B
(0,55,75)
#17495B
(23,73,91)
#2E5B6B
(46,91,107)
#456D7B
(69,109,123)
#5C7F8B
(92,127,139)
#73919B
(115,145,155)
#8AA3AB
(138,163,171)
#A1B5BB
(161,181,187)
#B8C7CB
(184,199,203)
#CFD9DB
(207,217,219)
#E6EBEB
(230,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #00374B color. Also use rgb(0,55,75) instead hex code.

Text Font Color

.myTextColor { color: #00374B; }

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

This text font color is #00374B.


Background Color

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

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

This div background color is #00374B.


Border color

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

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

This div border color is #00374B.


Opacity

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

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

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

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

This text has shadow with #00374B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00374B on black background.


Color preview on white background

This text has color #00374B on white background.



Black color preview on #00374B background

This text has black color on #00374B background.


White color preview on #00374B background

This text has white color on #00374B background.