COLOR #383339

HEX: #383339 RGB: (56,51,57)

Color info

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

RGB color model

#383339 color RGB value is (56,51,57).

RGB: (56,51,57) (22%, 20%, 22%)

RGB channels and saturation

R 56 of 255 = 22%
G 51 of 255 = 20%
B 57 of 255 = 22%

56
51
57

R + G + B ~ 21%. #383339 is dark color.

Portions of RGB colors in percentages

R + G + B = 56 + 51 + 57 = 164 (100%)
R 56 of 164 ~ 34.15%
G 51 of 164 ~ 31.1%
B 57 of 164 ~ 34.76'%

%34.15
%31.1
%34.76

CMYK color model

#383339 color CMYK value is (2,11,0,78).

  • cyan value is 1.75%
  • magenta value is 10.53%
  • yellow value is 0.00%
  • key color value is 77.65%

CMYK: (2,11,0,78)
C2M11Y0K78 (2%, 11%, 0%, 78%)
(0.02 / 0.11 / 0.00 / 0.78)

CMYK percentages

%1.75
%10.53
%0
%77.65

Codes

Color #383339 in popluar color models

38 33 39
RGB 56 51 57
HSL 290° 5.56% 21.18%
HSB/HSV 290° 10.53% 22.35%
CMYK 1.75% 10.53% 0.00%
77.65%

Color #383339 in popluar number systems.

HEX 38 33 39
Decimal 56 51 57
Binary 111000 110011 111001
Octal 70 63 71

Shades and tints

Shades of #383339

#383339
(56,51,57)
#332F34
(51,47,52)
#2E2B2F
(46,43,47)
#29272A
(41,39,42)
#242325
(36,35,37)
#1F1F20
(31,31,32)
#1A1B1B
(26,27,27)
#151716
(21,23,22)
#101311
(16,19,17)
#0B0F0C
(11,15,12)
#060B07
(6,11,7)
#000000
(0,0,0)

Tints of #383339

#383339
(56,51,57)
#4A454B
(74,69,75)
#5C575D
(92,87,93)
#6E696F
(110,105,111)
#807B81
(128,123,129)
#928D93
(146,141,147)
#A49FA5
(164,159,165)
#B6B1B7
(182,177,183)
#C8C3C9
(200,195,201)
#DAD5DB
(218,213,219)
#ECE7ED
(236,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #383339; }

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

This text font color is #383339.

Background Color

.myBgColor { background-color: #383339; }

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

This div background color is #383339.

Border color

.myBorderColor { border: 1px solid #383339; }

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

This div border color is #383339.

Opacity

.myOpacity80 { color: #383339; opacity: 0.8; }

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

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

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

This text has shadow with #383339 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #383339.

Preview

Color preview on black background

This text has color #383339 on black background.


Color preview on white background

This text has color #383339 on white background.


Black color preview on #383339 background

This text has black color on #383339 background.


White color preview on #383339 background

This text has white color on #383339 background.


Related colors

Complementary color

Complementary color for #hex is #C7CCC6.


I love getcolorcode.com

Triadic colors

1 #393833 and #333938 with #383339 are triadic colors.

2 #393338 and #333839 with #383339 are triadic colors.