COLOR #33383A

HEX: #33383A RGB: (51,56,58)

Color info

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

RGB color model

#33383A color RGB value is (51,56,58).

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

RGB channels and saturation

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

51
56
58

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

Portions of RGB colors in percentages

R + G + B = 51 + 56 + 58 = 165 (100%)
R 51 of 165 ~ 30.91%
G 56 of 165 ~ 33.94%
B 58 of 165 ~ 35.15'%

%30.91
%33.94
%35.15

CMYK color model

#33383A color CMYK value is (12,3,0,77).

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

CMYK: (12,3,0,77)
C12M3Y0K77 (12%, 3%, 0%, 77%)
(0.12 / 0.03 / 0.00 / 0.77)

CMYK percentages

%12.07
%3.45
%0
%77.25

Codes

Color #33383A in popluar color models

33 38 3A
RGB 51 56 58
HSL 197° 6.42% 21.37%
HSB/HSV 197° 12.07% 22.75%
CMYK 12.07% 3.45% 0.00%
77.25%

Color #33383A in popluar number systems.

HEX 33 38 3A
Decimal 51 56 58
Binary 110011 111000 111010
Octal 63 70 72

Shades and tints

Shades of #33383A

#33383A
(51,56,58)
#2F3335
(47,51,53)
#2B2E30
(43,46,48)
#27292B
(39,41,43)
#232426
(35,36,38)
#1F1F21
(31,31,33)
#1B1A1C
(27,26,28)
#171517
(23,21,23)
#131012
(19,16,18)
#0F0B0D
(15,11,13)
#0B0608
(11,6,8)
#000000
(0,0,0)

Tints of #33383A

#33383A
(51,56,58)
#454A4B
(69,74,75)
#575C5C
(87,92,92)
#696E6D
(105,110,109)
#7B807E
(123,128,126)
#8D928F
(141,146,143)
#9FA4A0
(159,164,160)
#B1B6B1
(177,182,177)
#C3C8C2
(195,200,194)
#D5DAD3
(213,218,211)
#E7ECE4
(231,236,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #33383A; }

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

This text font color is #33383A.

Background Color

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

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

This div background color is #33383A.

Border color

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

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

This div border color is #33383A.

Opacity

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

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

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

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

This text has shadow with #33383A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #33383A.

Preview

Color preview on black background

This text has color #33383A on black background.


Color preview on white background

This text has color #33383A on white background.


Black color preview on #33383A background

This text has black color on #33383A background.


White color preview on #33383A background

This text has white color on #33383A background.


Related colors

Complementary color

Complementary color for #hex is #CCC7C5.


I love getcolorcode.com

Triadic colors

1 #3A3338 and #383A33 with #33383A are triadic colors.

2 #3A3833 and #38333A with #33383A are triadic colors.