COLOR #004C41

HEX: #004C41
RGB: (0,76,65)

Renk bilgisi

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

RGB renk modeli

#004C41 color RGB value is (0,76,65).

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

RGB bağlantıları ve doygunluk

R 0 of 255 = 0%
G 76 of 255 = 30%
B 65 of 255 = 25%

0
76
65

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

Yüzdelerle RGB renk parçaları

R + G + B =
0 + 76 + 65 = 141 (100%)
R 0 of 141 ~ 0%
G 76 of 141 ~ 53.9%
B 65 of 141 ~ 46.1%

%53.9
%46.1

CMYK RENK MODELİ

#004C41 rengi CMYK tonu (100,0,14,70).

  • camgöbeği tonu 100.00%
  • eflatun tonu 0.00%
  • sarı tonu 14.47%
  • ana renk tonu 70.20%
CMYK:
(100,0,14,70)
C100M0Y14K70 
(100%,0%,14%,70%)
(1.00/0.00/0.14/0.70)	

CMYK yüzdeleri

%100
%0
%14.47
%70.2

Codes

Color #004C41 in popluar color models

004C41
RGB07665
HSL171°100.00%14.90%
HSB/HSV171°100.00%29.80%
CMYK100.00%0.00%14.47%
70.20%

Color #004C41 in popluar number systems.

HEX004C41
Decimal07665
Binary010011001000001
Octal0114101

Shades and tints

Shades of #004C41

#004C41
(0,76,65)
#00463C
(0,70,60)
#004037
(0,64,55)
#003A32
(0,58,50)
#00342D
(0,52,45)
#002E28
(0,46,40)
#002823
(0,40,35)
#00221E
(0,34,30)
#001C19
(0,28,25)
#001614
(0,22,20)
#00100F
(0,16,15)
#000000
(0,0,0)

Tints of #004C41

#004C41
(0,76,65)
#175C52
(23,92,82)
#2E6C63
(46,108,99)
#457C74
(69,124,116)
#5C8C85
(92,140,133)
#739C96
(115,156,150)
#8AACA7
(138,172,167)
#A1BCB8
(161,188,184)
#B8CCC9
(184,204,201)
#CFDCDA
(207,220,218)
#E6ECEB
(230,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #004C41; }

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

This text font color is #004C41.


Background Color

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

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

This div background color is #004C41.


Border color

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

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

This div border color is #004C41.


Opacity

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

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

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

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

This text has shadow with #004C41 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #004C41 on black background.


Color preview on white background

This text has color #004C41 on white background.



Black color preview on #004C41 background

This text has black color on #004C41 background.


White color preview on #004C41 background

This text has white color on #004C41 background.