COLOR #380C31

HEX: #380C31
RGB: (56,12,49)

Color info

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

RGB color model

#380C31 color RGB value is (56,12,49).

  • red value is 56;
  • green value is 12;
  • blue value is 49.
RGB:
(56,12,49)
(22%,5%,19%)

RGB channels and saturation

R 56 of 255 = 22%
G 12 of 255 = 5%
B 49 of 255 = 19%

56
12
49

R + G + B ~ 15%. #380C31 is dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 12 + 49 = 117 (100%)
R 56 of 117 ~ 47.86%
G 12 of 117 ~ 10.26%
B 49 of 117 ~ 41.88%

%47.86
%10.26
%41.88

CMYK color model

#380C31 color CMYK value is (0,79,13,78).

  • cyan value is 0.00%
  • magenta value is 78.57%
  • yellow value is 12.50%
  • key color value is 78.04%
CMYK:
(0,79,13,78)
C0M79Y13K78 
(0%,79%,13%,78%)
(0.00/0.79/0.13/0.78)	

CMYK percentages

%0
%78.57
%12.5
%78.04

Codes

Color #380C31 in popluar color models

380C31
RGB561249
HSL310°64.71%13.33%
HSB/HSV310°78.57%21.96%
CMYK0.00%78.57%12.50%
78.04%

Color #380C31 in popluar number systems.

HEX380C31
Decimal561249
Binary1110001100110001
Octal701461

Shades and tints

Shades of #380C31

#380C31
(56,12,49)
#330B2D
(51,11,45)
#2E0A29
(46,10,41)
#290925
(41,9,37)
#240821
(36,8,33)
#1F071D
(31,7,29)
#1A0619
(26,6,25)
#150515
(21,5,21)
#100411
(16,4,17)
#0B030D
(11,3,13)
#060209
(6,2,9)
#000000
(0,0,0)

Tints of #380C31

#380C31
(56,12,49)
#4A2243
(74,34,67)
#5C3855
(92,56,85)
#6E4E67
(110,78,103)
#806479
(128,100,121)
#927A8B
(146,122,139)
#A4909D
(164,144,157)
#B6A6AF
(182,166,175)
#C8BCC1
(200,188,193)
#DAD2D3
(218,210,211)
#ECE8E5
(236,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #380C31; }

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

This text font color is #380C31.


Background Color

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

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

This div background color is #380C31.


Border color

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

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

This div border color is #380C31.


Opacity

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

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

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

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

This text has shadow with #380C31 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #380C31 on black background.


Color preview on white background

This text has color #380C31 on white background.



Black color preview on #380C31 background

This text has black color on #380C31 background.


White color preview on #380C31 background

This text has white color on #380C31 background.