COLOR #380C41

HEX: #380C41 RGB: (56,12,65)

Color info

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

RGB color model

#380C41 color RGB value is (56,12,65).

RGB: (56,12,65) (22%, 5%, 25%)

RGB channels and saturation

R 56 of 255 = 22%
G 12 of 255 = 5%
B 65 of 255 = 25%

56
12
65

R + G + B ~ 17%. #380C41 is dark color.

Portions of RGB colors in percentages

R + G + B = 56 + 12 + 65 = 133 (100%)
R 56 of 133 ~ 42.11%
G 12 of 133 ~ 9.02%
B 65 of 133 ~ 48.87'%

%42.11
%48.87

CMYK color model

#380C41 color CMYK value is (14,82,0,75).

  • cyan value is 13.85%
  • magenta value is 81.54%
  • yellow value is 0.00%
  • key color value is 74.51%

CMYK: (14,82,0,75)
C14M82Y0K75 (14%, 82%, 0%, 75%)
(0.14 / 0.82 / 0.00 / 0.75)

CMYK percentages

%13.85
%81.54
%0
%74.51

Codes

Color #380C41 in popluar color models

38 0C 41
RGB 56 12 65
HSL 290° 68.83% 15.10%
HSB/HSV 290° 81.54% 25.49%
CMYK 13.85% 81.54% 0.00%
74.51%

Color #380C41 in popluar number systems.

HEX 38 0C 41
Decimal 56 12 65
Binary 111000 1100 1000001
Octal 70 14 101

Shades and tints

Shades of #380C41

#380C41
(56,12,65)
#330B3C
(51,11,60)
#2E0A37
(46,10,55)
#290932
(41,9,50)
#24082D
(36,8,45)
#1F0728
(31,7,40)
#1A0623
(26,6,35)
#15051E
(21,5,30)
#100419
(16,4,25)
#0B0314
(11,3,20)
#06020F
(6,2,15)
#000000
(0,0,0)

Tints of #380C41

#380C41
(56,12,65)
#4A2252
(74,34,82)
#5C3863
(92,56,99)
#6E4E74
(110,78,116)
#806485
(128,100,133)
#927A96
(146,122,150)
#A490A7
(164,144,167)
#B6A6B8
(182,166,184)
#C8BCC9
(200,188,201)
#DAD2DA
(218,210,218)
#ECE8EB
(236,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #380C41 color. Also use rgb(56,12,65) instead hex code.

Text Font Color

.myTextColor { color: #380C41; }

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

This text font color is #380C41.

Background Color

.myBgColor { background-color: #380C41; }

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

This div background color is #380C41.

Border color

.myBorderColor { border: 1px solid #380C41; }

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

This div border color is #380C41.

Opacity

.myOpacity80 { color: #380C41; opacity: 0.8; }

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

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

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

This text has shadow with #380C41 color.


.textShadow {text-shadow: 3px 3px 1px #380C41', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #380C41; -webkit-box-shadow: 1px 1px 3px 2px #380C41; box-shadow:1px 1px 3px 2px #380C41;">
Div content here
</div>

This div box has shadow with color #380C41.

Preview

Color preview on black background

This text has color #380C41 on black background.


Color preview on white background

This text has color #380C41 on white background.


Black color preview on #380C41 background

This text has black color on #380C41 background.


White color preview on #380C41 background

This text has white color on #380C41 background.


Related colors

Complementary color

Complementary color for #hex is #C7F3BE.


I love getcolorcode.com

Triadic colors

1 #41380C and #0C4138 with #380C41 are triadic colors.

2 #410C38 and #0C3841 with #380C41 are triadic colors.