COLOR #012521

HEX: #012521
RGB: (1,37,33)

Renk bilgisi

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

RGB renk modeli

#012521 color RGB value is (1,37,33).

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

RGB bağlantıları ve doygunluk

R 1 of 255 = 0%
G 37 of 255 = 15%
B 33 of 255 = 13%

1
37
33

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

Yüzdelerle RGB renk parçaları

R + G + B =
1 + 37 + 33 = 71 (100%)
R 1 of 71 ~ 1.41%
G 37 of 71 ~ 52.11%
B 33 of 71 ~ 46.48%

%52.11
%46.48

CMYK RENK MODELİ

#012521 rengi CMYK tonu (97,0,11,85).

  • camgöbeği tonu 97.30%
  • eflatun tonu 0.00%
  • sarı tonu 10.81%
  • ana renk tonu 85.49%
CMYK:
(97,0,11,85)
C97M0Y11K85 
(97%,0%,11%,85%)
(0.97/0.00/0.11/0.85)	

CMYK yüzdeleri

%97.3
%0
%10.81
%85.49

Codes

Color #012521 in popluar color models

012521
RGB13733
HSL173°94.74%7.45%
HSB/HSV173°97.30%14.51%
CMYK97.30%0.00%10.81%
85.49%

Color #012521 in popluar number systems.

HEX012521
Decimal13733
Binary1100101100001
Octal14541

Shades and tints

Shades of #012521

#012521
(1,37,33)
#01221E
(1,34,30)
#011F1B
(1,31,27)
#011C18
(1,28,24)
#011915
(1,25,21)
#011612
(1,22,18)
#01130F
(1,19,15)
#01100C
(1,16,12)
#010D09
(1,13,9)
#010A06
(1,10,6)
#010703
(1,7,3)
#000000
(0,0,0)

Tints of #012521

#012521
(1,37,33)
#183835
(24,56,53)
#2F4B49
(47,75,73)
#465E5D
(70,94,93)
#5D7171
(93,113,113)
#748485
(116,132,133)
#8B9799
(139,151,153)
#A2AAAD
(162,170,173)
#B9BDC1
(185,189,193)
#D0D0D5
(208,208,213)
#E7E3E9
(231,227,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #012521 color. Also use rgb(1,37,33) instead hex code.

Text Font Color

.myTextColor { color: #012521; }

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

This text font color is #012521.


Background Color

.myBgColor { background-color: #012521; }

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

This div background color is #012521.


Border color

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

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

This div border color is #012521.


Opacity

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

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

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

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

This text has shadow with #012521 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #012521 on black background.


Color preview on white background

This text has color #012521 on white background.



Black color preview on #012521 background

This text has black color on #012521 background.


White color preview on #012521 background

This text has white color on #012521 background.