COLOR #3B4248

HEX: #3B4248
RGB: (59,66,72)

Renk bilgisi

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

RGB renk modeli

#3B4248 color RGB value is (59,66,72).

  • kırmız ton 59;
  • yeşil ton 66;
  • mavi ton 72.
RGB:
(59,66,72)
(23%,26%,28%)

RGB bağlantıları ve doygunluk

R 59 of 255 = 23%
G 66 of 255 = 26%
B 72 of 255 = 28%

59
66
72

R + G + B ~ 26%. #3B4248 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
59 + 66 + 72 = 197 (100%)
R 59 of 197 ~ 29.95%
G 66 of 197 ~ 33.5%
B 72 of 197 ~ 36.55%

%29.95
%33.5
%36.55

CMYK RENK MODELİ

#3B4248 rengi CMYK tonu (18,8,0,72).

  • camgöbeği tonu 18.06%
  • eflatun tonu 8.33%
  • sarı tonu 0.00%
  • ana renk tonu 71.76%
CMYK:
(18,8,0,72)
C18M8Y0K72 
(18%,8%,0%,72%)
(0.18/0.08/0.00/0.72)	

CMYK yüzdeleri

%18.06
%8.33
%0
%71.76

Codes

Color #3B4248 in popluar color models

3B4248
RGB596672
HSL208°9.92%25.69%
HSB/HSV208°18.06%28.24%
CMYK18.06%8.33%0.00%
71.76%

Color #3B4248 in popluar number systems.

HEX3B4248
Decimal596672
Binary11101110000101001000
Octal73102110

Shades and tints

Shades of #3B4248

#3B4248
(59,66,72)
#363C42
(54,60,66)
#31363C
(49,54,60)
#2C3036
(44,48,54)
#272A30
(39,42,48)
#22242A
(34,36,42)
#1D1E24
(29,30,36)
#18181E
(24,24,30)
#131218
(19,18,24)
#0E0C12
(14,12,18)
#09060C
(9,6,12)
#000000
(0,0,0)

Tints of #3B4248

#3B4248
(59,66,72)
#4C5358
(76,83,88)
#5D6468
(93,100,104)
#6E7578
(110,117,120)
#7F8688
(127,134,136)
#909798
(144,151,152)
#A1A8A8
(161,168,168)
#B2B9B8
(178,185,184)
#C3CAC8
(195,202,200)
#D4DBD8
(212,219,216)
#E5ECE8
(229,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3B4248 color. Also use rgb(59,66,72) instead hex code.

Text Font Color

.myTextColor { color: #3B4248; }

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

This text font color is #3B4248.


Background Color

.myBgColor { background-color: #3B4248; }

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

This div background color is #3B4248.


Border color

.myBorderColor { border: 1px solid #3B4248; }

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

This div border color is #3B4248.


Opacity

.myOpacity80 { color: #3B4248; opacity: 0.8; }

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

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

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

This text has shadow with #3B4248 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B4248 on black background.


Color preview on white background

This text has color #3B4248 on white background.



Black color preview on #3B4248 background

This text has black color on #3B4248 background.


White color preview on #3B4248 background

This text has white color on #3B4248 background.