COLOR #333A3E

HEX: #333A3E
RGB: (51,58,62)

Color info

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

RGB color model

#333A3E color RGB value is (51,58,62).

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

RGB channels and saturation

R 51 of 255 = 20%
G 58 of 255 = 23%
B 62 of 255 = 24%

51
58
62

R + G + B ~ 22%. #333A3E is dark color.

Portions of RGB colors in percentages

R + G + B =
51 + 58 + 62 = 171 (100%)
R 51 of 171 ~ 29.82%
G 58 of 171 ~ 33.92%
B 62 of 171 ~ 36.26%

%29.82
%33.92
%36.26

CMYK color model

#333A3E color CMYK value is (18,6,0,76).

  • cyan value is 17.74%
  • magenta value is 6.45%
  • yellow value is 0.00%
  • key color value is 75.69%
CMYK:
(18,6,0,76)
C18M6Y0K76 
(18%,6%,0%,76%)
(0.18/0.06/0.00/0.76)	

CMYK percentages

%17.74
%6.45
%0
%75.69

Codes

Color #333A3E in popluar color models

333A3E
RGB515862
HSL202°9.73%22.16%
HSB/HSV202°17.74%24.31%
CMYK17.74%6.45%0.00%
75.69%

Color #333A3E in popluar number systems.

HEX333A3E
Decimal515862
Binary110011111010111110
Octal637276

Shades and tints

Shades of #333A3E

#333A3E
(51,58,62)
#2F3539
(47,53,57)
#2B3034
(43,48,52)
#272B2F
(39,43,47)
#23262A
(35,38,42)
#1F2125
(31,33,37)
#1B1C20
(27,28,32)
#17171B
(23,23,27)
#131216
(19,18,22)
#0F0D11
(15,13,17)
#0B080C
(11,8,12)
#000000
(0,0,0)

Tints of #333A3E

#333A3E
(51,58,62)
#454B4F
(69,75,79)
#575C60
(87,92,96)
#696D71
(105,109,113)
#7B7E82
(123,126,130)
#8D8F93
(141,143,147)
#9FA0A4
(159,160,164)
#B1B1B5
(177,177,181)
#C3C2C6
(195,194,198)
#D5D3D7
(213,211,215)
#E7E4E8
(231,228,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #333A3E color. Also use rgb(51,58,62) instead hex code.

Text Font Color

.myTextColor { color: #333A3E; }

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

This text font color is #333A3E.


Background Color

.myBgColor { background-color: #333A3E; }

<div style="background-color:#333A3E">Inner text</div>

This div background color is #333A3E.


Border color

.myBorderColor { border: 1px solid #333A3E; }

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

This div border color is #333A3E.


Opacity

.myOpacity80 { color: #333A3E; opacity: 0.8; }

<p style="color:#333A3E;opacity:0.8;">80%</p>

Text with #333A3E 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 #333A3E;}

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

This text has shadow with #333A3E color.

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

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

This text has shadow with #333A3E primary color and red secondary color.


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

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

This text has shadow with #333A3E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #333A3E on black background.


Color preview on white background

This text has color #333A3E on white background.



Black color preview on #333A3E background

This text has black color on #333A3E background.


White color preview on #333A3E background

This text has white color on #333A3E background.