COLOR #380421

HEX: #380421
RGB: (56,4,33)

Color info

#380421 contains red, green and blue colors in about the same proportion. Web safe color of #380421 is #330033 (or #303).

RGB color model

#380421 color RGB value is (56,4,33).

  • red value is 56;
  • green value is 4;
  • blue value is 33.
RGB:
(56,4,33)
(22%,2%,13%)

RGB channels and saturation

R 56 of 255 = 22%
G 4 of 255 = 2%
B 33 of 255 = 13%

56
4
33

R + G + B ~ 12%. #380421 is dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 4 + 33 = 93 (100%)
R 56 of 93 ~ 60.22%
G 4 of 93 ~ 4.3%
B 33 of 93 ~ 35.48%

%60.22
%35.48

CMYK color model

#380421 color CMYK value is (0,93,41,78).

  • cyan value is 0.00%
  • magenta value is 92.86%
  • yellow value is 41.07%
  • key color value is 78.04%
CMYK:
(0,93,41,78)
C0M93Y41K78 
(0%,93%,41%,78%)
(0.00/0.93/0.41/0.78)	

CMYK percentages

%0
%92.86
%41.07
%78.04

Codes

Color #380421 in popluar color models

380421
RGB56433
HSL327°86.67%11.76%
HSB/HSV327°92.86%21.96%
CMYK0.00%92.86%41.07%
78.04%

Color #380421 in popluar number systems.

HEX380421
Decimal56433
Binary111000100100001
Octal70441

Shades and tints

Shades of #380421

#380421
(56,4,33)
#33041E
(51,4,30)
#2E041B
(46,4,27)
#290418
(41,4,24)
#240415
(36,4,21)
#1F0412
(31,4,18)
#1A040F
(26,4,15)
#15040C
(21,4,12)
#100409
(16,4,9)
#0B0406
(11,4,6)
#060403
(6,4,3)
#000000
(0,0,0)

Tints of #380421

#380421
(56,4,33)
#4A1A35
(74,26,53)
#5C3049
(92,48,73)
#6E465D
(110,70,93)
#805C71
(128,92,113)
#927285
(146,114,133)
#A48899
(164,136,153)
#B69EAD
(182,158,173)
#C8B4C1
(200,180,193)
#DACAD5
(218,202,213)
#ECE0E9
(236,224,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #380421; }

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

This text font color is #380421.


Background Color

.myBgColor { background-color: #380421; }

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

This div background color is #380421.


Border color

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

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

This div border color is #380421.


Opacity

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

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

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

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

This text has shadow with #380421 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #380421 on black background.


Color preview on white background

This text has color #380421 on white background.



Black color preview on #380421 background

This text has black color on #380421 background.


White color preview on #380421 background

This text has white color on #380421 background.