COLOR #3B333A

HEX: #3B333A
RGB: (59,51,58)

Color info

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

RGB color model

#3B333A color RGB value is (59,51,58).

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

RGB channels and saturation

R 59 of 255 = 23%
G 51 of 255 = 20%
B 58 of 255 = 23%

59
51
58

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

Portions of RGB colors in percentages

R + G + B =
59 + 51 + 58 = 168 (100%)
R 59 of 168 ~ 35.12%
G 51 of 168 ~ 30.36%
B 58 of 168 ~ 34.52%

%35.12
%30.36
%34.52

CMYK color model

#3B333A color CMYK value is (0,14,2,77).

  • cyan value is 0.00%
  • magenta value is 13.56%
  • yellow value is 1.69%
  • key color value is 76.86%
CMYK:
(0,14,2,77)
C0M14Y2K77 
(0%,14%,2%,77%)
(0.00/0.14/0.02/0.77)	

CMYK percentages

%0
%13.56
%1.69
%76.86

Codes

Color #3B333A in popluar color models

3B333A
RGB595158
HSL308°7.27%21.57%
HSB/HSV308°13.56%23.14%
CMYK0.00%13.56%1.69%
76.86%

Color #3B333A in popluar number systems.

HEX3B333A
Decimal595158
Binary111011110011111010
Octal736372

Shades and tints

Shades of #3B333A

#3B333A
(59,51,58)
#362F35
(54,47,53)
#312B30
(49,43,48)
#2C272B
(44,39,43)
#272326
(39,35,38)
#221F21
(34,31,33)
#1D1B1C
(29,27,28)
#181717
(24,23,23)
#131312
(19,19,18)
#0E0F0D
(14,15,13)
#090B08
(9,11,8)
#000000
(0,0,0)

Tints of #3B333A

#3B333A
(59,51,58)
#4C454B
(76,69,75)
#5D575C
(93,87,92)
#6E696D
(110,105,109)
#7F7B7E
(127,123,126)
#908D8F
(144,141,143)
#A19FA0
(161,159,160)
#B2B1B1
(178,177,177)
#C3C3C2
(195,195,194)
#D4D5D3
(212,213,211)
#E5E7E4
(229,231,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3B333A; }

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

This text font color is #3B333A.


Background Color

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

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

This div background color is #3B333A.


Border color

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

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

This div border color is #3B333A.


Opacity

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

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

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

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

This text has shadow with #3B333A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B333A on black background.


Color preview on white background

This text has color #3B333A on white background.



Black color preview on #3B333A background

This text has black color on #3B333A background.


White color preview on #3B333A background

This text has white color on #3B333A background.