COLOR #382B4F

HEX: #382B4F
RGB: (56,43,79)

Color info

#382B4F contains red, green and blue colors in about the same proportion. Web safe color of #382B4F is #333366 (or #336).

RGB color model

#382B4F color RGB value is (56,43,79).

  • red value is 56;
  • green value is 43;
  • blue value is 79.
RGB:
(56,43,79)
(22%,17%,31%)

RGB channels and saturation

R 56 of 255 = 22%
G 43 of 255 = 17%
B 79 of 255 = 31%

56
43
79

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

Portions of RGB colors in percentages

R + G + B =
56 + 43 + 79 = 178 (100%)
R 56 of 178 ~ 31.46%
G 43 of 178 ~ 24.16%
B 79 of 178 ~ 44.38%

%31.46
%24.16
%44.38

CMYK color model

#382B4F color CMYK value is (29,46,0,69).

  • cyan value is 29.11%
  • magenta value is 45.57%
  • yellow value is 0.00%
  • key color value is 69.02%
CMYK:
(29,46,0,69)
C29M46Y0K69 
(29%,46%,0%,69%)
(0.29/0.46/0.00/0.69)	

CMYK percentages

%29.11
%45.57
%0
%69.02

Codes

Color #382B4F in popluar color models

382B4F
RGB564379
HSL262°29.51%23.92%
HSB/HSV262°45.57%30.98%
CMYK29.11%45.57%0.00%
69.02%

Color #382B4F in popluar number systems.

HEX382B4F
Decimal564379
Binary1110001010111001111
Octal7053117

Shades and tints

Shades of #382B4F

#382B4F
(56,43,79)
#332848
(51,40,72)
#2E2541
(46,37,65)
#29223A
(41,34,58)
#241F33
(36,31,51)
#1F1C2C
(31,28,44)
#1A1925
(26,25,37)
#15161E
(21,22,30)
#101317
(16,19,23)
#0B1010
(11,16,16)
#060D09
(6,13,9)
#000000
(0,0,0)

Tints of #382B4F

#382B4F
(56,43,79)
#4A3E5F
(74,62,95)
#5C516F
(92,81,111)
#6E647F
(110,100,127)
#80778F
(128,119,143)
#928A9F
(146,138,159)
#A49DAF
(164,157,175)
#B6B0BF
(182,176,191)
#C8C3CF
(200,195,207)
#DAD6DF
(218,214,223)
#ECE9EF
(236,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #382B4F color. Also use rgb(56,43,79) instead hex code.

Text Font Color

.myTextColor { color: #382B4F; }

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

This text font color is #382B4F.


Background Color

.myBgColor { background-color: #382B4F; }

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

This div background color is #382B4F.


Border color

.myBorderColor { border: 1px solid #382B4F; }

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

This div border color is #382B4F.


Opacity

.myOpacity80 { color: #382B4F; opacity: 0.8; }

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

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

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

This text has shadow with #382B4F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #382B4F on black background.


Color preview on white background

This text has color #382B4F on white background.



Black color preview on #382B4F background

This text has black color on #382B4F background.


White color preview on #382B4F background

This text has white color on #382B4F background.