COLOR #004B31

HEX: #004B31
RGB: (0,75,49)

Renk bilgisi

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

RGB renk modeli

#004B31 color RGB value is (0,75,49).

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

RGB bağlantıları ve doygunluk

R 0 of 255 = 0%
G 75 of 255 = 29%
B 49 of 255 = 19%

0
75
49

R + G + B ~ 16%. #004B31 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
0 + 75 + 49 = 124 (100%)
R 0 of 124 ~ 0%
G 75 of 124 ~ 60.48%
B 49 of 124 ~ 39.52%

%60.48
%39.52

CMYK RENK MODELİ

#004B31 rengi CMYK tonu (100,0,35,71).

  • camgöbeği tonu 100.00%
  • eflatun tonu 0.00%
  • sarı tonu 34.67%
  • ana renk tonu 70.59%
CMYK:
(100,0,35,71)
C100M0Y35K71 
(100%,0%,35%,71%)
(1.00/0.00/0.35/0.71)	

CMYK yüzdeleri

%100
%0
%34.67
%70.59

Codes

Color #004B31 in popluar color models

004B31
RGB07549
HSL159°100.00%14.71%
HSB/HSV159°100.00%29.41%
CMYK100.00%0.00%34.67%
70.59%

Color #004B31 in popluar number systems.

HEX004B31
Decimal07549
Binary01001011110001
Octal011361

Shades and tints

Shades of #004B31

#004B31
(0,75,49)
#00452D
(0,69,45)
#003F29
(0,63,41)
#003925
(0,57,37)
#003321
(0,51,33)
#002D1D
(0,45,29)
#002719
(0,39,25)
#002115
(0,33,21)
#001B11
(0,27,17)
#00150D
(0,21,13)
#000F09
(0,15,9)
#000000
(0,0,0)

Tints of #004B31

#004B31
(0,75,49)
#175B43
(23,91,67)
#2E6B55
(46,107,85)
#457B67
(69,123,103)
#5C8B79
(92,139,121)
#739B8B
(115,155,139)
#8AAB9D
(138,171,157)
#A1BBAF
(161,187,175)
#B8CBC1
(184,203,193)
#CFDBD3
(207,219,211)
#E6EBE5
(230,235,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #004B31; }

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

This text font color is #004B31.


Background Color

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

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

This div background color is #004B31.


Border color

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

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

This div border color is #004B31.


Opacity

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

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

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

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

This text has shadow with #004B31 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #004B31 on black background.


Color preview on white background

This text has color #004B31 on white background.



Black color preview on #004B31 background

This text has black color on #004B31 background.


White color preview on #004B31 background

This text has white color on #004B31 background.