COLOR #254849

HEX: #254849
RGB: (37,72,73)

Renk bilgisi

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

RGB renk modeli

#254849 color RGB value is (37,72,73).

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

RGB bağlantıları ve doygunluk

R 37 of 255 = 15%
G 72 of 255 = 28%
B 73 of 255 = 29%

37
72
73

R + G + B ~ 24%. #254849 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
37 + 72 + 73 = 182 (100%)
R 37 of 182 ~ 20.33%
G 72 of 182 ~ 39.56%
B 73 of 182 ~ 40.11%

%20.33
%39.56
%40.11

CMYK RENK MODELİ

#254849 rengi CMYK tonu (49,1,0,71).

  • camgöbeği tonu 49.32%
  • eflatun tonu 1.37%
  • sarı tonu 0.00%
  • ana renk tonu 71.37%
CMYK:
(49,1,0,71)
C49M1Y0K71 
(49%,1%,0%,71%)
(0.49/0.01/0.00/0.71)	

CMYK yüzdeleri

%49.32
%1.37
%0
%71.37

Codes

Color #254849 in popluar color models

254849
RGB377273
HSL182°32.73%21.57%
HSB/HSV182°49.32%28.63%
CMYK49.32%1.37%0.00%
71.37%

Color #254849 in popluar number systems.

HEX254849
Decimal377273
Binary10010110010001001001
Octal45110111

Shades and tints

Shades of #254849

#254849
(37,72,73)
#224243
(34,66,67)
#1F3C3D
(31,60,61)
#1C3637
(28,54,55)
#193031
(25,48,49)
#162A2B
(22,42,43)
#132425
(19,36,37)
#101E1F
(16,30,31)
#0D1819
(13,24,25)
#0A1213
(10,18,19)
#070C0D
(7,12,13)
#000000
(0,0,0)

Tints of #254849

#254849
(37,72,73)
#385859
(56,88,89)
#4B6869
(75,104,105)
#5E7879
(94,120,121)
#718889
(113,136,137)
#849899
(132,152,153)
#97A8A9
(151,168,169)
#AAB8B9
(170,184,185)
#BDC8C9
(189,200,201)
#D0D8D9
(208,216,217)
#E3E8E9
(227,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #254849; }

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

This text font color is #254849.


Background Color

.myBgColor { background-color: #254849; }

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

This div background color is #254849.


Border color

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

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

This div border color is #254849.


Opacity

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

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

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

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

This text has shadow with #254849 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #254849 on black background.


Color preview on white background

This text has color #254849 on white background.



Black color preview on #254849 background

This text has black color on #254849 background.


White color preview on #254849 background

This text has white color on #254849 background.