COLOR #004A26

HEX: #004A26
RGB: (0,74,38)

Renk bilgisi

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

RGB renk modeli

#004A26 color RGB value is (0,74,38).

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

RGB bağlantıları ve doygunluk

R 0 of 255 = 0%
G 74 of 255 = 29%
B 38 of 255 = 15%

0
74
38

R + G + B ~ 15%. #004A26 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
0 + 74 + 38 = 112 (100%)
R 0 of 112 ~ 0%
G 74 of 112 ~ 66.07%
B 38 of 112 ~ 33.93%

%66.07
%33.93

CMYK RENK MODELİ

#004A26 rengi CMYK tonu (100,0,49,71).

  • camgöbeği tonu 100.00%
  • eflatun tonu 0.00%
  • sarı tonu 48.65%
  • ana renk tonu 70.98%
CMYK:
(100,0,49,71)
C100M0Y49K71 
(100%,0%,49%,71%)
(1.00/0.00/0.49/0.71)	

CMYK yüzdeleri

%100
%0
%48.65
%70.98

Codes

Color #004A26 in popluar color models

004A26
RGB07438
HSL151°100.00%14.51%
HSB/HSV151°100.00%29.02%
CMYK100.00%0.00%48.65%
70.98%

Color #004A26 in popluar number systems.

HEX004A26
Decimal07438
Binary01001010100110
Octal011246

Shades and tints

Shades of #004A26

#004A26
(0,74,38)
#004423
(0,68,35)
#003E20
(0,62,32)
#00381D
(0,56,29)
#00321A
(0,50,26)
#002C17
(0,44,23)
#002614
(0,38,20)
#002011
(0,32,17)
#001A0E
(0,26,14)
#00140B
(0,20,11)
#000E08
(0,14,8)
#000000
(0,0,0)

Tints of #004A26

#004A26
(0,74,38)
#175A39
(23,90,57)
#2E6A4C
(46,106,76)
#457A5F
(69,122,95)
#5C8A72
(92,138,114)
#739A85
(115,154,133)
#8AAA98
(138,170,152)
#A1BAAB
(161,186,171)
#B8CABE
(184,202,190)
#CFDAD1
(207,218,209)
#E6EAE4
(230,234,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #004A26; }

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

This text font color is #004A26.


Background Color

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

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

This div background color is #004A26.


Border color

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

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

This div border color is #004A26.


Opacity

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

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

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

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

This text has shadow with #004A26 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #004A26 on black background.


Color preview on white background

This text has color #004A26 on white background.



Black color preview on #004A26 background

This text has black color on #004A26 background.


White color preview on #004A26 background

This text has white color on #004A26 background.