COLOR #004B29

HEX: #004B29
RGB: (0,75,41)

Renk bilgisi

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

RGB renk modeli

#004B29 color RGB value is (0,75,41).

  • kırmız ton 0;
  • yeşil ton 75;
  • mavi ton 41.
RGB:
(0,75,41)
(0%,29%,16%)

RGB bağlantıları ve doygunluk

R 0 of 255 = 0%
G 75 of 255 = 29%
B 41 of 255 = 16%

0
75
41

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

Yüzdelerle RGB renk parçaları

R + G + B =
0 + 75 + 41 = 116 (100%)
R 0 of 116 ~ 0%
G 75 of 116 ~ 64.66%
B 41 of 116 ~ 35.34%

%64.66
%35.34

CMYK RENK MODELİ

#004B29 rengi CMYK tonu (100,0,45,71).

  • camgöbeği tonu 100.00%
  • eflatun tonu 0.00%
  • sarı tonu 45.33%
  • ana renk tonu 70.59%
CMYK:
(100,0,45,71)
C100M0Y45K71 
(100%,0%,45%,71%)
(1.00/0.00/0.45/0.71)	

CMYK yüzdeleri

%100
%0
%45.33
%70.59

Codes

Color #004B29 in popluar color models

004B29
RGB07541
HSL153°100.00%14.71%
HSB/HSV153°100.00%29.41%
CMYK100.00%0.00%45.33%
70.59%

Color #004B29 in popluar number systems.

HEX004B29
Decimal07541
Binary01001011101001
Octal011351

Shades and tints

Shades of #004B29

#004B29
(0,75,41)
#004526
(0,69,38)
#003F23
(0,63,35)
#003920
(0,57,32)
#00331D
(0,51,29)
#002D1A
(0,45,26)
#002717
(0,39,23)
#002114
(0,33,20)
#001B11
(0,27,17)
#00150E
(0,21,14)
#000F0B
(0,15,11)
#000000
(0,0,0)

Tints of #004B29

#004B29
(0,75,41)
#175B3C
(23,91,60)
#2E6B4F
(46,107,79)
#457B62
(69,123,98)
#5C8B75
(92,139,117)
#739B88
(115,155,136)
#8AAB9B
(138,171,155)
#A1BBAE
(161,187,174)
#B8CBC1
(184,203,193)
#CFDBD4
(207,219,212)
#E6EBE7
(230,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #004B29 color. Also use rgb(0,75,41) instead hex code.

Text Font Color

.myTextColor { color: #004B29; }

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

This text font color is #004B29.


Background Color

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

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

This div background color is #004B29.


Border color

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

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

This div border color is #004B29.


Opacity

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

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

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

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

This text has shadow with #004B29 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #004B29 on black background.


Color preview on white background

This text has color #004B29 on white background.



Black color preview on #004B29 background

This text has black color on #004B29 background.


White color preview on #004B29 background

This text has white color on #004B29 background.