COLOR #002123

HEX: #002123
RGB: (0,33,35)

Renk bilgisi

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

RGB renk modeli

#002123 color RGB value is (0,33,35).

  • kırmız ton 0;
  • yeşil ton 33;
  • mavi ton 35.
RGB:
(0,33,35)
(0%,13%,14%)

RGB bağlantıları ve doygunluk

R 0 of 255 = 0%
G 33 of 255 = 13%
B 35 of 255 = 14%

0
33
35

R + G + B ~ 9%. #002123 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
0 + 33 + 35 = 68 (100%)
R 0 of 68 ~ 0%
G 33 of 68 ~ 48.53%
B 35 of 68 ~ 51.47%

%48.53
%51.47

CMYK RENK MODELİ

#002123 rengi CMYK tonu (100,6,0,86).

  • camgöbeği tonu 100.00%
  • eflatun tonu 5.71%
  • sarı tonu 0.00%
  • ana renk tonu 86.27%
CMYK:
(100,6,0,86)
C100M6Y0K86 
(100%,6%,0%,86%)
(1.00/0.06/0.00/0.86)	

CMYK yüzdeleri

%100
%5.71
%0
%86.27

Codes

Color #002123 in popluar color models

002123
RGB03335
HSL183°100.00%6.86%
HSB/HSV183°100.00%13.73%
CMYK100.00%5.71%0.00%
86.27%

Color #002123 in popluar number systems.

HEX002123
Decimal03335
Binary0100001100011
Octal04143

Shades and tints

Shades of #002123

#002123
(0,33,35)
#001E20
(0,30,32)
#001B1D
(0,27,29)
#00181A
(0,24,26)
#001517
(0,21,23)
#001214
(0,18,20)
#000F11
(0,15,17)
#000C0E
(0,12,14)
#00090B
(0,9,11)
#000608
(0,6,8)
#000305
(0,3,5)
#000000
(0,0,0)

Tints of #002123

#002123
(0,33,35)
#173537
(23,53,55)
#2E494B
(46,73,75)
#455D5F
(69,93,95)
#5C7173
(92,113,115)
#738587
(115,133,135)
#8A999B
(138,153,155)
#A1ADAF
(161,173,175)
#B8C1C3
(184,193,195)
#CFD5D7
(207,213,215)
#E6E9EB
(230,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #002123 color. Also use rgb(0,33,35) instead hex code.

Text Font Color

.myTextColor { color: #002123; }

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

This text font color is #002123.


Background Color

.myBgColor { background-color: #002123; }

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

This div background color is #002123.


Border color

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

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

This div border color is #002123.


Opacity

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

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

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

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

This text has shadow with #002123 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #002123 on black background.


Color preview on white background

This text has color #002123 on white background.



Black color preview on #002123 background

This text has black color on #002123 background.


White color preview on #002123 background

This text has white color on #002123 background.