COLOR #383639

HEX: #383639
RGB: (56,54,57)

Color info

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

RGB color model

#383639 color RGB value is (56,54,57).

  • red value is 56;
  • green value is 54;
  • blue value is 57.
RGB:
(56,54,57)
(22%,21%,22%)

RGB channels and saturation

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

56
54
57

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

Portions of RGB colors in percentages

R + G + B =
56 + 54 + 57 = 167 (100%)
R 56 of 167 ~ 33.53%
G 54 of 167 ~ 32.34%
B 57 of 167 ~ 34.13%

%33.53
%32.34
%34.13

CMYK color model

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

  • cyan value is 1.75%
  • magenta value is 5.26%
  • yellow value is 0.00%
  • key color value is 77.65%
CMYK:
(2,5,0,78)
C2M5Y0K78 
(2%,5%,0%,78%)
(0.02/0.05/0.00/0.78)	

CMYK percentages

%1.75
%5.26
%0
%77.65

Codes

Color #383639 in popluar color models

383639
RGB565457
HSL280°2.70%21.76%
HSB/HSV280°5.26%22.35%
CMYK1.75%5.26%0.00%
77.65%

Color #383639 in popluar number systems.

HEX383639
Decimal565457
Binary111000110110111001
Octal706671

Shades and tints

Shades of #383639

#383639
(56,54,57)
#333234
(51,50,52)
#2E2E2F
(46,46,47)
#292A2A
(41,42,42)
#242625
(36,38,37)
#1F2220
(31,34,32)
#1A1E1B
(26,30,27)
#151A16
(21,26,22)
#101611
(16,22,17)
#0B120C
(11,18,12)
#060E07
(6,14,7)
#000000
(0,0,0)

Tints of #383639

#383639
(56,54,57)
#4A484B
(74,72,75)
#5C5A5D
(92,90,93)
#6E6C6F
(110,108,111)
#807E81
(128,126,129)
#929093
(146,144,147)
#A4A2A5
(164,162,165)
#B6B4B7
(182,180,183)
#C8C6C9
(200,198,201)
#DAD8DB
(218,216,219)
#ECEAED
(236,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #383639; }

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

This text font color is #383639.


Background Color

.myBgColor { background-color: #383639; }

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

This div background color is #383639.


Border color

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

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

This div border color is #383639.


Opacity

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

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

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

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

This text has shadow with #383639 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #383639 on black background.


Color preview on white background

This text has color #383639 on white background.



Black color preview on #383639 background

This text has black color on #383639 background.


White color preview on #383639 background

This text has white color on #383639 background.