COLOR #383440

HEX: #383440
RGB: (56,52,64)

Color info

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

RGB color model

#383440 color RGB value is (56,52,64).

  • red value is 56;
  • green value is 52;
  • blue value is 64.
RGB:
(56,52,64)
(22%,20%,25%)

RGB channels and saturation

R 56 of 255 = 22%
G 52 of 255 = 20%
B 64 of 255 = 25%

56
52
64

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

Portions of RGB colors in percentages

R + G + B =
56 + 52 + 64 = 172 (100%)
R 56 of 172 ~ 32.56%
G 52 of 172 ~ 30.23%
B 64 of 172 ~ 37.21%

%32.56
%30.23
%37.21

CMYK color model

#383440 color CMYK value is (13,19,0,75).

  • cyan value is 12.50%
  • magenta value is 18.75%
  • yellow value is 0.00%
  • key color value is 74.90%
CMYK:
(13,19,0,75)
C13M19Y0K75 
(13%,19%,0%,75%)
(0.13/0.19/0.00/0.75)	

CMYK percentages

%12.5
%18.75
%0
%74.9

Codes

Color #383440 in popluar color models

383440
RGB565264
HSL260°10.34%22.75%
HSB/HSV260°18.75%25.10%
CMYK12.50%18.75%0.00%
74.90%

Color #383440 in popluar number systems.

HEX383440
Decimal565264
Binary1110001101001000000
Octal7064100

Shades and tints

Shades of #383440

#383440
(56,52,64)
#33303B
(51,48,59)
#2E2C36
(46,44,54)
#292831
(41,40,49)
#24242C
(36,36,44)
#1F2027
(31,32,39)
#1A1C22
(26,28,34)
#15181D
(21,24,29)
#101418
(16,20,24)
#0B1013
(11,16,19)
#060C0E
(6,12,14)
#000000
(0,0,0)

Tints of #383440

#383440
(56,52,64)
#4A4651
(74,70,81)
#5C5862
(92,88,98)
#6E6A73
(110,106,115)
#807C84
(128,124,132)
#928E95
(146,142,149)
#A4A0A6
(164,160,166)
#B6B2B7
(182,178,183)
#C8C4C8
(200,196,200)
#DAD6D9
(218,214,217)
#ECE8EA
(236,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #383440; }

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

This text font color is #383440.


Background Color

.myBgColor { background-color: #383440; }

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

This div background color is #383440.


Border color

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

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

This div border color is #383440.


Opacity

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

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

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

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

This text has shadow with #383440 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #383440 on black background.


Color preview on white background

This text has color #383440 on white background.



Black color preview on #383440 background

This text has black color on #383440 background.


White color preview on #383440 background

This text has white color on #383440 background.