COLOR #414849

HEX: #414849
RGB: (65,72,73)

Renk bilgisi

#414849 contains red, green and blue colors in about the same proportion. #414849 ‘ nin web güvenlik rengi #333333 (ya da #333) dir.

RGB renk modeli

#414849 color RGB value is (65,72,73).

  • kırmız ton 65;
  • yeşil ton 72;
  • mavi ton 73.
RGB:
(65,72,73)
(25%,28%,29%)

RGB bağlantıları ve doygunluk

R 65 of 255 = 25%
G 72 of 255 = 28%
B 73 of 255 = 29%

65
72
73

R + G + B ~ 27%. #414849 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
65 + 72 + 73 = 210 (100%)
R 65 of 210 ~ 30.95%
G 72 of 210 ~ 34.29%
B 73 of 210 ~ 34.76%

%30.95
%34.29
%34.76

CMYK RENK MODELİ

#414849 rengi CMYK tonu (11,1,0,71).

  • camgöbeği tonu 10.96%
  • eflatun tonu 1.37%
  • sarı tonu 0.00%
  • ana renk tonu 71.37%
CMYK:
(11,1,0,71)
C11M1Y0K71 
(11%,1%,0%,71%)
(0.11/0.01/0.00/0.71)	

CMYK yüzdeleri

%10.96
%1.37
%0
%71.37

Codes

Color #414849 in popluar color models

414849
RGB657273
HSL188°5.80%27.06%
HSB/HSV188°10.96%28.63%
CMYK10.96%1.37%0.00%
71.37%

Color #414849 in popluar number systems.

HEX414849
Decimal657273
Binary100000110010001001001
Octal101110111

Shades and tints

Shades of #414849

#414849
(65,72,73)
#3C4243
(60,66,67)
#373C3D
(55,60,61)
#323637
(50,54,55)
#2D3031
(45,48,49)
#282A2B
(40,42,43)
#232425
(35,36,37)
#1E1E1F
(30,30,31)
#191819
(25,24,25)
#141213
(20,18,19)
#0F0C0D
(15,12,13)
#000000
(0,0,0)

Tints of #414849

#414849
(65,72,73)
#525859
(82,88,89)
#636869
(99,104,105)
#747879
(116,120,121)
#858889
(133,136,137)
#969899
(150,152,153)
#A7A8A9
(167,168,169)
#B8B8B9
(184,184,185)
#C9C8C9
(201,200,201)
#DAD8D9
(218,216,217)
#EBE8E9
(235,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #414849 color. Also use rgb(65,72,73) instead hex code.

Text Font Color

.myTextColor { color: #414849; }

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

This text font color is #414849.


Background Color

.myBgColor { background-color: #414849; }

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

This div background color is #414849.


Border color

.myBorderColor { border: 1px solid #414849; }

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

This div border color is #414849.


Opacity

.myOpacity80 { color: #414849; opacity: 0.8; }

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

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

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

This text has shadow with #414849 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #414849 on black background.


Color preview on white background

This text has color #414849 on white background.



Black color preview on #414849 background

This text has black color on #414849 background.


White color preview on #414849 background

This text has white color on #414849 background.