COLOR #383939

HEX: #383939 RGB: (56,57,57)

Color info

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

RGB color model

#383939 color RGB value is (56,57,57).

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

RGB channels and saturation

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

56
57
57

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

Portions of RGB colors in percentages

R + G + B = 56 + 57 + 57 = 170 (100%)
R 56 of 170 ~ 32.94%
G 57 of 170 ~ 33.53%
B 57 of 170 ~ 33.53'%

%32.94
%33.53
%33.53

CMYK color model

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

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

CMYK: (2,0,0,78)
C2M0Y0K78 (2%, 0%, 0%, 78%)
(0.02 / 0.00 / 0.00 / 0.78)

CMYK percentages

%1.75
%0
%0
%77.65

Codes

Color #383939 in popluar color models

38 39 39
RGB 56 57 57
HSL 180° 0.88% 22.16%
HSB/HSV 180° 1.75% 22.35%
CMYK 1.75% 0.00% 0.00%
77.65%

Color #383939 in popluar number systems.

HEX 38 39 39
Decimal 56 57 57
Binary 111000 111001 111001
Octal 70 71 71

Shades and tints

Shades of #383939

#383939
(56,57,57)
#333434
(51,52,52)
#2E2F2F
(46,47,47)
#292A2A
(41,42,42)
#242525
(36,37,37)
#1F2020
(31,32,32)
#1A1B1B
(26,27,27)
#151616
(21,22,22)
#101111
(16,17,17)
#0B0C0C
(11,12,12)
#060707
(6,7,7)
#000000
(0,0,0)

Tints of #383939

#383939
(56,57,57)
#4A4B4B
(74,75,75)
#5C5D5D
(92,93,93)
#6E6F6F
(110,111,111)
#808181
(128,129,129)
#929393
(146,147,147)
#A4A5A5
(164,165,165)
#B6B7B7
(182,183,183)
#C8C9C9
(200,201,201)
#DADBDB
(218,219,219)
#ECEDED
(236,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #383939; }

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

This text font color is #383939.

Background Color

.myBgColor { background-color: #383939; }

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

This div background color is #383939.

Border color

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

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

This div border color is #383939.

Opacity

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

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

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

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

This text has shadow with #383939 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #383939.

Preview

Color preview on black background

This text has color #383939 on black background.


Color preview on white background

This text has color #383939 on white background.


Black color preview on #383939 background

This text has black color on #383939 background.


White color preview on #383939 background

This text has white color on #383939 background.


Related colors

Complementary color

Complementary color for #hex is #C7C6C6.


I love getcolorcode.com