COLOR #004A65

HEX: #004A65
RGB: (0,74,101)

Renk bilgisi

#004A65 contains only green and blue colors. #004A65 ‘ nin web güvenlik rengi #003366 (ya da #036) dir.

RGB renk modeli

#004A65 color RGB value is (0,74,101).

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

RGB bağlantıları ve doygunluk

R 0 of 255 = 0%
G 74 of 255 = 29%
B 101 of 255 = 40%

0
74
101

R + G + B ~ 23%. #004A65 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
0 + 74 + 101 = 175 (100%)
R 0 of 175 ~ 0%
G 74 of 175 ~ 42.29%
B 101 of 175 ~ 57.71%

%42.29
%57.71

CMYK RENK MODELİ

#004A65 rengi CMYK tonu (100,27,0,60).

  • camgöbeği tonu 100.00%
  • eflatun tonu 26.73%
  • sarı tonu 0.00%
  • ana renk tonu 60.39%
CMYK:
(100,27,0,60)
C100M27Y0K60 
(100%,27%,0%,60%)
(1.00/0.27/0.00/0.60)	

CMYK yüzdeleri

%100
%26.73
%0
%60.39

Codes

Color #004A65 in popluar color models

004A65
RGB074101
HSL196°100.00%19.80%
HSB/HSV196°100.00%39.61%
CMYK100.00%26.73%0.00%
60.39%

Color #004A65 in popluar number systems.

HEX004A65
Decimal074101
Binary010010101100101
Octal0112145

Shades and tints

Shades of #004A65

#004A65
(0,74,101)
#00445C
(0,68,92)
#003E53
(0,62,83)
#00384A
(0,56,74)
#003241
(0,50,65)
#002C38
(0,44,56)
#00262F
(0,38,47)
#002026
(0,32,38)
#001A1D
(0,26,29)
#001414
(0,20,20)
#000E0B
(0,14,11)
#000000
(0,0,0)

Tints of #004A65

#004A65
(0,74,101)
#175A73
(23,90,115)
#2E6A81
(46,106,129)
#457A8F
(69,122,143)
#5C8A9D
(92,138,157)
#739AAB
(115,154,171)
#8AAAB9
(138,170,185)
#A1BAC7
(161,186,199)
#B8CAD5
(184,202,213)
#CFDAE3
(207,218,227)
#E6EAF1
(230,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #004A65; }

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

This text font color is #004A65.


Background Color

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

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

This div background color is #004A65.


Border color

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

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

This div border color is #004A65.


Opacity

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

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

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

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

This text has shadow with #004A65 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #004A65 on black background.


Color preview on white background

This text has color #004A65 on white background.



Black color preview on #004A65 background

This text has black color on #004A65 background.


White color preview on #004A65 background

This text has white color on #004A65 background.