COLOR #333C3E

HEX: #333C3E
RGB: (51,60,62)

Color info

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

RGB color model

#333C3E color RGB value is (51,60,62).

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

RGB channels and saturation

R 51 of 255 = 20%
G 60 of 255 = 24%
B 62 of 255 = 24%

51
60
62

R + G + B ~ 23%. #333C3E is dark color.

Portions of RGB colors in percentages

R + G + B =
51 + 60 + 62 = 173 (100%)
R 51 of 173 ~ 29.48%
G 60 of 173 ~ 34.68%
B 62 of 173 ~ 35.84%

%29.48
%34.68
%35.84

CMYK color model

#333C3E color CMYK value is (18,3,0,76).

  • cyan value is 17.74%
  • magenta value is 3.23%
  • yellow value is 0.00%
  • key color value is 75.69%
CMYK:
(18,3,0,76)
C18M3Y0K76 
(18%,3%,0%,76%)
(0.18/0.03/0.00/0.76)	

CMYK percentages

%17.74
%3.23
%0
%75.69

Codes

Color #333C3E in popluar color models

333C3E
RGB516062
HSL191°9.73%22.16%
HSB/HSV191°17.74%24.31%
CMYK17.74%3.23%0.00%
75.69%

Color #333C3E in popluar number systems.

HEX333C3E
Decimal516062
Binary110011111100111110
Octal637476

Shades and tints

Shades of #333C3E

#333C3E
(51,60,62)
#2F3739
(47,55,57)
#2B3234
(43,50,52)
#272D2F
(39,45,47)
#23282A
(35,40,42)
#1F2325
(31,35,37)
#1B1E20
(27,30,32)
#17191B
(23,25,27)
#131416
(19,20,22)
#0F0F11
(15,15,17)
#0B0A0C
(11,10,12)
#000000
(0,0,0)

Tints of #333C3E

#333C3E
(51,60,62)
#454D4F
(69,77,79)
#575E60
(87,94,96)
#696F71
(105,111,113)
#7B8082
(123,128,130)
#8D9193
(141,145,147)
#9FA2A4
(159,162,164)
#B1B3B5
(177,179,181)
#C3C4C6
(195,196,198)
#D5D5D7
(213,213,215)
#E7E6E8
(231,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #333C3E; }

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

This text font color is #333C3E.


Background Color

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

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

This div background color is #333C3E.


Border color

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

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

This div border color is #333C3E.


Opacity

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

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

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

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

This text has shadow with #333C3E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #333C3E on black background.


Color preview on white background

This text has color #333C3E on white background.



Black color preview on #333C3E background

This text has black color on #333C3E background.


White color preview on #333C3E background

This text has white color on #333C3E background.