COLOR #004A41

HEX: #004A41
RGB: (0,74,65)

Renk bilgisi

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

RGB renk modeli

#004A41 color RGB value is (0,74,65).

  • kırmız ton 0;
  • yeşil ton 74;
  • mavi ton 65.
RGB:
(0,74,65)
(0%,29%,25%)

RGB bağlantıları ve doygunluk

R 0 of 255 = 0%
G 74 of 255 = 29%
B 65 of 255 = 25%

0
74
65

R + G + B ~ 18%. #004A41 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
0 + 74 + 65 = 139 (100%)
R 0 of 139 ~ 0%
G 74 of 139 ~ 53.24%
B 65 of 139 ~ 46.76%

%53.24
%46.76

CMYK RENK MODELİ

#004A41 rengi CMYK tonu (100,0,12,71).

  • camgöbeği tonu 100.00%
  • eflatun tonu 0.00%
  • sarı tonu 12.16%
  • ana renk tonu 70.98%
CMYK:
(100,0,12,71)
C100M0Y12K71 
(100%,0%,12%,71%)
(1.00/0.00/0.12/0.71)	

CMYK yüzdeleri

%100
%0
%12.16
%70.98

Codes

Color #004A41 in popluar color models

004A41
RGB07465
HSL173°100.00%14.51%
HSB/HSV173°100.00%29.02%
CMYK100.00%0.00%12.16%
70.98%

Color #004A41 in popluar number systems.

HEX004A41
Decimal07465
Binary010010101000001
Octal0112101

Shades and tints

Shades of #004A41

#004A41
(0,74,65)
#00443C
(0,68,60)
#003E37
(0,62,55)
#003832
(0,56,50)
#00322D
(0,50,45)
#002C28
(0,44,40)
#002623
(0,38,35)
#00201E
(0,32,30)
#001A19
(0,26,25)
#001414
(0,20,20)
#000E0F
(0,14,15)
#000000
(0,0,0)

Tints of #004A41

#004A41
(0,74,65)
#175A52
(23,90,82)
#2E6A63
(46,106,99)
#457A74
(69,122,116)
#5C8A85
(92,138,133)
#739A96
(115,154,150)
#8AAAA7
(138,170,167)
#A1BAB8
(161,186,184)
#B8CAC9
(184,202,201)
#CFDADA
(207,218,218)
#E6EAEB
(230,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #004A41 color. Also use rgb(0,74,65) instead hex code.

Text Font Color

.myTextColor { color: #004A41; }

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

This text font color is #004A41.


Background Color

.myBgColor { background-color: #004A41; }

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

This div background color is #004A41.


Border color

.myBorderColor { border: 1px solid #004A41; }

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

This div border color is #004A41.


Opacity

.myOpacity80 { color: #004A41; opacity: 0.8; }

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

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

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

This text has shadow with #004A41 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #004A41 on black background.


Color preview on white background

This text has color #004A41 on white background.



Black color preview on #004A41 background

This text has black color on #004A41 background.


White color preview on #004A41 background

This text has white color on #004A41 background.