COLOR #004948

HEX: #004948
RGB: (0,73,72)

Renk bilgisi

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

RGB renk modeli

#004948 color RGB value is (0,73,72).

  • kırmız ton 0;
  • yeşil ton 73;
  • mavi ton 72.
RGB:
(0,73,72)
(0%,29%,28%)

RGB bağlantıları ve doygunluk

R 0 of 255 = 0%
G 73 of 255 = 29%
B 72 of 255 = 28%

0
73
72

R + G + B ~ 19%. #004948 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
0 + 73 + 72 = 145 (100%)
R 0 of 145 ~ 0%
G 73 of 145 ~ 50.34%
B 72 of 145 ~ 49.66%

%50.34
%49.66

CMYK RENK MODELİ

#004948 rengi CMYK tonu (100,0,1,71).

  • camgöbeği tonu 100.00%
  • eflatun tonu 0.00%
  • sarı tonu 1.37%
  • ana renk tonu 71.37%
CMYK:
(100,0,1,71)
C100M0Y1K71 
(100%,0%,1%,71%)
(1.00/0.00/0.01/0.71)	

CMYK yüzdeleri

%100
%0
%1.37
%71.37

Codes

Color #004948 in popluar color models

004948
RGB07372
HSL179°100.00%14.31%
HSB/HSV179°100.00%28.63%
CMYK100.00%0.00%1.37%
71.37%

Color #004948 in popluar number systems.

HEX004948
Decimal07372
Binary010010011001000
Octal0111110

Shades and tints

Shades of #004948

#004948
(0,73,72)
#004342
(0,67,66)
#003D3C
(0,61,60)
#003736
(0,55,54)
#003130
(0,49,48)
#002B2A
(0,43,42)
#002524
(0,37,36)
#001F1E
(0,31,30)
#001918
(0,25,24)
#001312
(0,19,18)
#000D0C
(0,13,12)
#000000
(0,0,0)

Tints of #004948

#004948
(0,73,72)
#175958
(23,89,88)
#2E6968
(46,105,104)
#457978
(69,121,120)
#5C8988
(92,137,136)
#739998
(115,153,152)
#8AA9A8
(138,169,168)
#A1B9B8
(161,185,184)
#B8C9C8
(184,201,200)
#CFD9D8
(207,217,216)
#E6E9E8
(230,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #004948 color. Also use rgb(0,73,72) instead hex code.

Text Font Color

.myTextColor { color: #004948; }

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

This text font color is #004948.


Background Color

.myBgColor { background-color: #004948; }

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

This div background color is #004948.


Border color

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

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

This div border color is #004948.


Opacity

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

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

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

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

This text has shadow with #004948 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #004948 on black background.


Color preview on white background

This text has color #004948 on white background.



Black color preview on #004948 background

This text has black color on #004948 background.


White color preview on #004948 background

This text has white color on #004948 background.