COLOR #380C28

HEX: #380C28
RGB: (56,12,40)

Color info

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

RGB color model

#380C28 color RGB value is (56,12,40).

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

RGB channels and saturation

R 56 of 255 = 22%
G 12 of 255 = 5%
B 40 of 255 = 16%

56
12
40

R + G + B ~ 14%. #380C28 is dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 12 + 40 = 108 (100%)
R 56 of 108 ~ 51.85%
G 12 of 108 ~ 11.11%
B 40 of 108 ~ 37.04%

%51.85
%11.11
%37.04

CMYK color model

#380C28 color CMYK value is (0,79,29,78).

  • cyan value is 0.00%
  • magenta value is 78.57%
  • yellow value is 28.57%
  • key color value is 78.04%
CMYK:
(0,79,29,78)
C0M79Y29K78 
(0%,79%,29%,78%)
(0.00/0.79/0.29/0.78)	

CMYK percentages

%0
%78.57
%28.57
%78.04

Codes

Color #380C28 in popluar color models

380C28
RGB561240
HSL322°64.71%13.33%
HSB/HSV322°78.57%21.96%
CMYK0.00%78.57%28.57%
78.04%

Color #380C28 in popluar number systems.

HEX380C28
Decimal561240
Binary1110001100101000
Octal701450

Shades and tints

Shades of #380C28

#380C28
(56,12,40)
#330B25
(51,11,37)
#2E0A22
(46,10,34)
#29091F
(41,9,31)
#24081C
(36,8,28)
#1F0719
(31,7,25)
#1A0616
(26,6,22)
#150513
(21,5,19)
#100410
(16,4,16)
#0B030D
(11,3,13)
#06020A
(6,2,10)
#000000
(0,0,0)

Tints of #380C28

#380C28
(56,12,40)
#4A223B
(74,34,59)
#5C384E
(92,56,78)
#6E4E61
(110,78,97)
#806474
(128,100,116)
#927A87
(146,122,135)
#A4909A
(164,144,154)
#B6A6AD
(182,166,173)
#C8BCC0
(200,188,192)
#DAD2D3
(218,210,211)
#ECE8E6
(236,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #380C28; }

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

This text font color is #380C28.


Background Color

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

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

This div background color is #380C28.


Border color

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

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

This div border color is #380C28.


Opacity

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

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

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

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

This text has shadow with #380C28 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #380C28 on black background.


Color preview on white background

This text has color #380C28 on white background.



Black color preview on #380C28 background

This text has black color on #380C28 background.


White color preview on #380C28 background

This text has white color on #380C28 background.