COLOR #3B303A

HEX: #3B303A
RGB: (59,48,58)

Color info

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

RGB color model

#3B303A color RGB value is (59,48,58).

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

RGB channels and saturation

R 59 of 255 = 23%
G 48 of 255 = 19%
B 58 of 255 = 23%

59
48
58

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

Portions of RGB colors in percentages

R + G + B =
59 + 48 + 58 = 165 (100%)
R 59 of 165 ~ 35.76%
G 48 of 165 ~ 29.09%
B 58 of 165 ~ 35.15%

%35.76
%29.09
%35.15

CMYK color model

#3B303A color CMYK value is (0,19,2,77).

  • cyan value is 0.00%
  • magenta value is 18.64%
  • yellow value is 1.69%
  • key color value is 76.86%
CMYK:
(0,19,2,77)
C0M19Y2K77 
(0%,19%,2%,77%)
(0.00/0.19/0.02/0.77)	

CMYK percentages

%0
%18.64
%1.69
%76.86

Codes

Color #3B303A in popluar color models

3B303A
RGB594858
HSL305°10.28%20.98%
HSB/HSV305°18.64%23.14%
CMYK0.00%18.64%1.69%
76.86%

Color #3B303A in popluar number systems.

HEX3B303A
Decimal594858
Binary111011110000111010
Octal736072

Shades and tints

Shades of #3B303A

#3B303A
(59,48,58)
#362C35
(54,44,53)
#312830
(49,40,48)
#2C242B
(44,36,43)
#272026
(39,32,38)
#221C21
(34,28,33)
#1D181C
(29,24,28)
#181417
(24,20,23)
#131012
(19,16,18)
#0E0C0D
(14,12,13)
#090808
(9,8,8)
#000000
(0,0,0)

Tints of #3B303A

#3B303A
(59,48,58)
#4C424B
(76,66,75)
#5D545C
(93,84,92)
#6E666D
(110,102,109)
#7F787E
(127,120,126)
#908A8F
(144,138,143)
#A19CA0
(161,156,160)
#B2AEB1
(178,174,177)
#C3C0C2
(195,192,194)
#D4D2D3
(212,210,211)
#E5E4E4
(229,228,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3B303A; }

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

This text font color is #3B303A.


Background Color

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

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

This div background color is #3B303A.


Border color

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

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

This div border color is #3B303A.


Opacity

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

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

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

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

This text has shadow with #3B303A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B303A on black background.


Color preview on white background

This text has color #3B303A on white background.



Black color preview on #3B303A background

This text has black color on #3B303A background.


White color preview on #3B303A background

This text has white color on #3B303A background.