COLOR #3B484A

HEX: #3B484A
RGB: (59,72,74)

Color info

#3B484A contains red, green and blue colors in about the same proportion. Web safe color of #3B484A is #333333 (or #333).

RGB color model

#3B484A color RGB value is (59,72,74).

  • red value is 59;
  • green value is 72;
  • blue value is 74.
RGB:
(59,72,74)
(23%,28%,29%)

RGB channels and saturation

R 59 of 255 = 23%
G 72 of 255 = 28%
B 74 of 255 = 29%

59
72
74

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

Portions of RGB colors in percentages

R + G + B =
59 + 72 + 74 = 205 (100%)
R 59 of 205 ~ 28.78%
G 72 of 205 ~ 35.12%
B 74 of 205 ~ 36.1%

%28.78
%35.12
%36.1

CMYK color model

#3B484A color CMYK value is (20,3,0,71).

  • cyan value is 20.27%
  • magenta value is 2.70%
  • yellow value is 0.00%
  • key color value is 70.98%
CMYK:
(20,3,0,71)
C20M3Y0K71 
(20%,3%,0%,71%)
(0.20/0.03/0.00/0.71)	

CMYK percentages

%20.27
%2.7
%0
%70.98

Codes

Color #3B484A in popluar color models

3B484A
RGB597274
HSL188°11.28%26.08%
HSB/HSV188°20.27%29.02%
CMYK20.27%2.70%0.00%
70.98%

Color #3B484A in popluar number systems.

HEX3B484A
Decimal597274
Binary11101110010001001010
Octal73110112

Shades and tints

Shades of #3B484A

#3B484A
(59,72,74)
#364244
(54,66,68)
#313C3E
(49,60,62)
#2C3638
(44,54,56)
#273032
(39,48,50)
#222A2C
(34,42,44)
#1D2426
(29,36,38)
#181E20
(24,30,32)
#13181A
(19,24,26)
#0E1214
(14,18,20)
#090C0E
(9,12,14)
#000000
(0,0,0)

Tints of #3B484A

#3B484A
(59,72,74)
#4C585A
(76,88,90)
#5D686A
(93,104,106)
#6E787A
(110,120,122)
#7F888A
(127,136,138)
#90989A
(144,152,154)
#A1A8AA
(161,168,170)
#B2B8BA
(178,184,186)
#C3C8CA
(195,200,202)
#D4D8DA
(212,216,218)
#E5E8EA
(229,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3B484A; }

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

This text font color is #3B484A.


Background Color

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

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

This div background color is #3B484A.


Border color

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

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

This div border color is #3B484A.


Opacity

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

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

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

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

This text has shadow with #3B484A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B484A on black background.


Color preview on white background

This text has color #3B484A on white background.



Black color preview on #3B484A background

This text has black color on #3B484A background.


White color preview on #3B484A background

This text has white color on #3B484A background.