COLOR #33373A

HEX: #33373A RGB: (51,55,58)

Color info

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

RGB color model

#33373A color RGB value is (51,55,58).

RGB: (51,55,58) (20%, 22%, 23%)

RGB channels and saturation

R 51 of 255 = 20%
G 55 of 255 = 22%
B 58 of 255 = 23%

51
55
58

R + G + B ~ 22%. #33373A is dark color.

Portions of RGB colors in percentages

R + G + B = 51 + 55 + 58 = 164 (100%)
R 51 of 164 ~ 31.1%
G 55 of 164 ~ 33.54%
B 58 of 164 ~ 35.37'%

%31.1
%33.54
%35.37

CMYK color model

#33373A color CMYK value is (12,5,0,77).

  • cyan value is 12.07%
  • magenta value is 5.17%
  • yellow value is 0.00%
  • key color value is 77.25%

CMYK: (12,5,0,77)
C12M5Y0K77 (12%, 5%, 0%, 77%)
(0.12 / 0.05 / 0.00 / 0.77)

CMYK percentages

%12.07
%5.17
%0
%77.25

Codes

Color #33373A in popluar color models

33 37 3A
RGB 51 55 58
HSL 206° 6.42% 21.37%
HSB/HSV 206° 12.07% 22.75%
CMYK 12.07% 5.17% 0.00%
77.25%

Color #33373A in popluar number systems.

HEX 33 37 3A
Decimal 51 55 58
Binary 110011 110111 111010
Octal 63 67 72

Shades and tints

Shades of #33373A

#33373A
(51,55,58)
#2F3235
(47,50,53)
#2B2D30
(43,45,48)
#27282B
(39,40,43)
#232326
(35,35,38)
#1F1E21
(31,30,33)
#1B191C
(27,25,28)
#171417
(23,20,23)
#130F12
(19,15,18)
#0F0A0D
(15,10,13)
#0B0508
(11,5,8)
#000000
(0,0,0)

Tints of #33373A

#33373A
(51,55,58)
#45494B
(69,73,75)
#575B5C
(87,91,92)
#696D6D
(105,109,109)
#7B7F7E
(123,127,126)
#8D918F
(141,145,143)
#9FA3A0
(159,163,160)
#B1B5B1
(177,181,177)
#C3C7C2
(195,199,194)
#D5D9D3
(213,217,211)
#E7EBE4
(231,235,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #33373A color. Also use rgb(51,55,58) instead hex code.

Text Font Color

.myTextColor { color: #33373A; }

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

This text font color is #33373A.

Background Color

.myBgColor { background-color: #33373A; }

<div style="background-color:#33373A">Inner text</div>

This div background color is #33373A.

Border color

.myBorderColor { border: 1px solid #33373A; }

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

This div border color is #33373A.

Opacity

.myOpacity80 { color: #33373A; opacity: 0.8; }

<p style="color:#33373A;opacity:0.8;">80%</p>

Text with #33373A 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 #33373A;}

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

This text has shadow with #33373A color.


.textShadow {text-shadow: 3px 3px 1px #33373A', 3px 3px 1px red;}

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

This text has shadow with #33373A primary color and red secondary color.


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

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

This text has shadow with #33373A and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #33373A; -webkit-box-shadow: 1px 1px 3px 2px #33373A; box-shadow:1px 1px 3px 2px #33373A;">
Div content here
</div>

This div box has shadow with color #33373A.

Preview

Color preview on black background

This text has color #33373A on black background.


Color preview on white background

This text has color #33373A on white background.


Black color preview on #33373A background

This text has black color on #33373A background.


White color preview on #33373A background

This text has white color on #33373A background.


Related colors

Complementary color

Complementary color for #hex is #CCC8C5.


I love getcolorcode.com

Triadic colors

1 #3A3337 and #373A33 with #33373A are triadic colors.

2 #3A3733 and #37333A with #33373A are triadic colors.