COLOR #004C37

HEX: #004C37
RGB: (0,76,55)

Renk bilgisi

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

RGB renk modeli

#004C37 color RGB value is (0,76,55).

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

RGB bağlantıları ve doygunluk

R 0 of 255 = 0%
G 76 of 255 = 30%
B 55 of 255 = 22%

0
76
55

R + G + B ~ 17%. #004C37 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
0 + 76 + 55 = 131 (100%)
R 0 of 131 ~ 0%
G 76 of 131 ~ 58.02%
B 55 of 131 ~ 41.98%

%58.02
%41.98

CMYK RENK MODELİ

#004C37 rengi CMYK tonu (100,0,28,70).

  • camgöbeği tonu 100.00%
  • eflatun tonu 0.00%
  • sarı tonu 27.63%
  • ana renk tonu 70.20%
CMYK:
(100,0,28,70)
C100M0Y28K70 
(100%,0%,28%,70%)
(1.00/0.00/0.28/0.70)	

CMYK yüzdeleri

%100
%0
%27.63
%70.2

Codes

Color #004C37 in popluar color models

004C37
RGB07655
HSL163°100.00%14.90%
HSB/HSV163°100.00%29.80%
CMYK100.00%0.00%27.63%
70.20%

Color #004C37 in popluar number systems.

HEX004C37
Decimal07655
Binary01001100110111
Octal011467

Shades and tints

Shades of #004C37

#004C37
(0,76,55)
#004632
(0,70,50)
#00402D
(0,64,45)
#003A28
(0,58,40)
#003423
(0,52,35)
#002E1E
(0,46,30)
#002819
(0,40,25)
#002214
(0,34,20)
#001C0F
(0,28,15)
#00160A
(0,22,10)
#001005
(0,16,5)
#000000
(0,0,0)

Tints of #004C37

#004C37
(0,76,55)
#175C49
(23,92,73)
#2E6C5B
(46,108,91)
#457C6D
(69,124,109)
#5C8C7F
(92,140,127)
#739C91
(115,156,145)
#8AACA3
(138,172,163)
#A1BCB5
(161,188,181)
#B8CCC7
(184,204,199)
#CFDCD9
(207,220,217)
#E6ECEB
(230,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #004C37; }

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

This text font color is #004C37.


Background Color

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

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

This div background color is #004C37.


Border color

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

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

This div border color is #004C37.


Opacity

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

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

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

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

This text has shadow with #004C37 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #004C37 on black background.


Color preview on white background

This text has color #004C37 on white background.



Black color preview on #004C37 background

This text has black color on #004C37 background.


White color preview on #004C37 background

This text has white color on #004C37 background.