COLOR #01504D

HEX: #01504D
RGB: (1,80,77)

Renk bilgisi

#01504D contains mainly green and blue colors. #01504D ‘ nin web güvenlik rengi #006633 (ya da #063) dir.

RGB renk modeli

#01504D color RGB value is (1,80,77).

  • kırmız ton 1;
  • yeşil ton 80;
  • mavi ton 77.
RGB:
(1,80,77)
(0%,31%,30%)

RGB bağlantıları ve doygunluk

R 1 of 255 = 0%
G 80 of 255 = 31%
B 77 of 255 = 30%

1
80
77

R + G + B ~ 20%. #01504D is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
1 + 80 + 77 = 158 (100%)
R 1 of 158 ~ 0.63%
G 80 of 158 ~ 50.63%
B 77 of 158 ~ 48.73%

%50.63
%48.73

CMYK RENK MODELİ

#01504D rengi CMYK tonu (99,0,4,69).

  • camgöbeği tonu 98.75%
  • eflatun tonu 0.00%
  • sarı tonu 3.75%
  • ana renk tonu 68.63%
CMYK:
(99,0,4,69)
C99M0Y4K69 
(99%,0%,4%,69%)
(0.99/0.00/0.04/0.69)	

CMYK yüzdeleri

%98.75
%0
%3.75
%68.63

Codes

Color #01504D in popluar color models

01504D
RGB18077
HSL178°97.53%15.88%
HSB/HSV178°98.75%31.37%
CMYK98.75%0.00%3.75%
68.63%

Color #01504D in popluar number systems.

HEX01504D
Decimal18077
Binary110100001001101
Octal1120115

Shades and tints

Shades of #01504D

#01504D
(1,80,77)
#014946
(1,73,70)
#01423F
(1,66,63)
#013B38
(1,59,56)
#013431
(1,52,49)
#012D2A
(1,45,42)
#012623
(1,38,35)
#011F1C
(1,31,28)
#011815
(1,24,21)
#01110E
(1,17,14)
#010A07
(1,10,7)
#000000
(0,0,0)

Tints of #01504D

#01504D
(1,80,77)
#185F5D
(24,95,93)
#2F6E6D
(47,110,109)
#467D7D
(70,125,125)
#5D8C8D
(93,140,141)
#749B9D
(116,155,157)
#8BAAAD
(139,170,173)
#A2B9BD
(162,185,189)
#B9C8CD
(185,200,205)
#D0D7DD
(208,215,221)
#E7E6ED
(231,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #01504D color. Also use rgb(1,80,77) instead hex code.

Text Font Color

.myTextColor { color: #01504D; }

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

This text font color is #01504D.


Background Color

.myBgColor { background-color: #01504D; }

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

This div background color is #01504D.


Border color

.myBorderColor { border: 1px solid #01504D; }

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

This div border color is #01504D.


Opacity

.myOpacity80 { color: #01504D; opacity: 0.8; }

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

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

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

This text has shadow with #01504D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #01504D on black background.


Color preview on white background

This text has color #01504D on white background.



Black color preview on #01504D background

This text has black color on #01504D background.


White color preview on #01504D background

This text has white color on #01504D background.