COLOR #383446

HEX: #383446
RGB: (56,52,70)

Color info

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

RGB color model

#383446 color RGB value is (56,52,70).

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

RGB channels and saturation

R 56 of 255 = 22%
G 52 of 255 = 20%
B 70 of 255 = 27%

56
52
70

R + G + B ~ 23%. #383446 is dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 52 + 70 = 178 (100%)
R 56 of 178 ~ 31.46%
G 52 of 178 ~ 29.21%
B 70 of 178 ~ 39.33%

%31.46
%29.21
%39.33

CMYK color model

#383446 color CMYK value is (20,26,0,73).

  • cyan value is 20.00%
  • magenta value is 25.71%
  • yellow value is 0.00%
  • key color value is 72.55%
CMYK:
(20,26,0,73)
C20M26Y0K73 
(20%,26%,0%,73%)
(0.20/0.26/0.00/0.73)	

CMYK percentages

%20
%25.71
%0
%72.55

Codes

Color #383446 in popluar color models

383446
RGB565270
HSL253°14.75%23.92%
HSB/HSV253°25.71%27.45%
CMYK20.00%25.71%0.00%
72.55%

Color #383446 in popluar number systems.

HEX383446
Decimal565270
Binary1110001101001000110
Octal7064106

Shades and tints

Shades of #383446

#383446
(56,52,70)
#333040
(51,48,64)
#2E2C3A
(46,44,58)
#292834
(41,40,52)
#24242E
(36,36,46)
#1F2028
(31,32,40)
#1A1C22
(26,28,34)
#15181C
(21,24,28)
#101416
(16,20,22)
#0B1010
(11,16,16)
#060C0A
(6,12,10)
#000000
(0,0,0)

Tints of #383446

#383446
(56,52,70)
#4A4656
(74,70,86)
#5C5866
(92,88,102)
#6E6A76
(110,106,118)
#807C86
(128,124,134)
#928E96
(146,142,150)
#A4A0A6
(164,160,166)
#B6B2B6
(182,178,182)
#C8C4C6
(200,196,198)
#DAD6D6
(218,214,214)
#ECE8E6
(236,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #383446; }

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

This text font color is #383446.


Background Color

.myBgColor { background-color: #383446; }

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

This div background color is #383446.


Border color

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

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

This div border color is #383446.


Opacity

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

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

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

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

This text has shadow with #383446 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #383446 on black background.


Color preview on white background

This text has color #383446 on white background.



Black color preview on #383446 background

This text has black color on #383446 background.


White color preview on #383446 background

This text has white color on #383446 background.