COLOR #484E52

HEX: #484E52
RGB: (72,78,82)

Renk bilgisi

#484E52 contains red, green and blue colors in about the same proportion. #484E52 ‘ nin web güvenlik rengi #336666 (ya da #366) dir.

RGB renk modeli

#484E52 color RGB value is (72,78,82).

  • kırmız ton 72;
  • yeşil ton 78;
  • mavi ton 82.
RGB:
(72,78,82)
(28%,31%,32%)

RGB bağlantıları ve doygunluk

R 72 of 255 = 28%
G 78 of 255 = 31%
B 82 of 255 = 32%

72
78
82

R + G + B ~ 30%. #484E52 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
72 + 78 + 82 = 232 (100%)
R 72 of 232 ~ 31.03%
G 78 of 232 ~ 33.62%
B 82 of 232 ~ 35.34%

%31.03
%33.62
%35.34

CMYK RENK MODELİ

#484E52 rengi CMYK tonu (12,5,0,68).

  • camgöbeği tonu 12.20%
  • eflatun tonu 4.88%
  • sarı tonu 0.00%
  • ana renk tonu 67.84%
CMYK:
(12,5,0,68)
C12M5Y0K68 
(12%,5%,0%,68%)
(0.12/0.05/0.00/0.68)	

CMYK yüzdeleri

%12.2
%4.88
%0
%67.84

Codes

Color #484E52 in popluar color models

484E52
RGB727882
HSL204°6.49%30.20%
HSB/HSV204°12.20%32.16%
CMYK12.20%4.88%0.00%
67.84%

Color #484E52 in popluar number systems.

HEX484E52
Decimal727882
Binary100100010011101010010
Octal110116122

Shades and tints

Shades of #484E52

#484E52
(72,78,82)
#42474B
(66,71,75)
#3C4044
(60,64,68)
#36393D
(54,57,61)
#303236
(48,50,54)
#2A2B2F
(42,43,47)
#242428
(36,36,40)
#1E1D21
(30,29,33)
#18161A
(24,22,26)
#120F13
(18,15,19)
#0C080C
(12,8,12)
#000000
(0,0,0)

Tints of #484E52

#484E52
(72,78,82)
#585E61
(88,94,97)
#686E70
(104,110,112)
#787E7F
(120,126,127)
#888E8E
(136,142,142)
#989E9D
(152,158,157)
#A8AEAC
(168,174,172)
#B8BEBB
(184,190,187)
#C8CECA
(200,206,202)
#D8DED9
(216,222,217)
#E8EEE8
(232,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #484E52 color. Also use rgb(72,78,82) instead hex code.

Text Font Color

.myTextColor { color: #484E52; }

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

This text font color is #484E52.


Background Color

.myBgColor { background-color: #484E52; }

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

This div background color is #484E52.


Border color

.myBorderColor { border: 1px solid #484E52; }

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

This div border color is #484E52.


Opacity

.myOpacity80 { color: #484E52; opacity: 0.8; }

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

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

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

This text has shadow with #484E52 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #484E52 on black background.


Color preview on white background

This text has color #484E52 on white background.



Black color preview on #484E52 background

This text has black color on #484E52 background.


White color preview on #484E52 background

This text has white color on #484E52 background.