COLOR #3B303D

HEX: #3B303D
RGB: (59,48,61)

Color info

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

RGB color model

#3B303D color RGB value is (59,48,61).

  • red value is 59;
  • green value is 48;
  • blue value is 61.
RGB:
(59,48,61)
(23%,19%,24%)

RGB channels and saturation

R 59 of 255 = 23%
G 48 of 255 = 19%
B 61 of 255 = 24%

59
48
61

R + G + B ~ 22%. #3B303D is dark color.

Portions of RGB colors in percentages

R + G + B =
59 + 48 + 61 = 168 (100%)
R 59 of 168 ~ 35.12%
G 48 of 168 ~ 28.57%
B 61 of 168 ~ 36.31%

%35.12
%28.57
%36.31

CMYK color model

#3B303D color CMYK value is (3,21,0,76).

  • cyan value is 3.28%
  • magenta value is 21.31%
  • yellow value is 0.00%
  • key color value is 76.08%
CMYK:
(3,21,0,76)
C3M21Y0K76 
(3%,21%,0%,76%)
(0.03/0.21/0.00/0.76)	

CMYK percentages

%3.28
%21.31
%0
%76.08

Codes

Color #3B303D in popluar color models

3B303D
RGB594861
HSL291°11.93%21.37%
HSB/HSV291°21.31%23.92%
CMYK3.28%21.31%0.00%
76.08%

Color #3B303D in popluar number systems.

HEX3B303D
Decimal594861
Binary111011110000111101
Octal736075

Shades and tints

Shades of #3B303D

#3B303D
(59,48,61)
#362C38
(54,44,56)
#312833
(49,40,51)
#2C242E
(44,36,46)
#272029
(39,32,41)
#221C24
(34,28,36)
#1D181F
(29,24,31)
#18141A
(24,20,26)
#131015
(19,16,21)
#0E0C10
(14,12,16)
#09080B
(9,8,11)
#000000
(0,0,0)

Tints of #3B303D

#3B303D
(59,48,61)
#4C424E
(76,66,78)
#5D545F
(93,84,95)
#6E6670
(110,102,112)
#7F7881
(127,120,129)
#908A92
(144,138,146)
#A19CA3
(161,156,163)
#B2AEB4
(178,174,180)
#C3C0C5
(195,192,197)
#D4D2D6
(212,210,214)
#E5E4E7
(229,228,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3B303D color. Also use rgb(59,48,61) instead hex code.

Text Font Color

.myTextColor { color: #3B303D; }

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

This text font color is #3B303D.


Background Color

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

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

This div background color is #3B303D.


Border color

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

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

This div border color is #3B303D.


Opacity

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

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

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

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

This text has shadow with #3B303D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B303D on black background.


Color preview on white background

This text has color #3B303D on white background.



Black color preview on #3B303D background

This text has black color on #3B303D background.


White color preview on #3B303D background

This text has white color on #3B303D background.