COLOR #380E2E

HEX: #380E2E
RGB: (56,14,46)

Color info

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

RGB color model

#380E2E color RGB value is (56,14,46).

  • red value is 56;
  • green value is 14;
  • blue value is 46.
RGB:
(56,14,46)
(22%,5%,18%)

RGB channels and saturation

R 56 of 255 = 22%
G 14 of 255 = 5%
B 46 of 255 = 18%

56
14
46

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

Portions of RGB colors in percentages

R + G + B =
56 + 14 + 46 = 116 (100%)
R 56 of 116 ~ 48.28%
G 14 of 116 ~ 12.07%
B 46 of 116 ~ 39.66%

%48.28
%12.07
%39.66

CMYK color model

#380E2E color CMYK value is (0,75,18,78).

  • cyan value is 0.00%
  • magenta value is 75.00%
  • yellow value is 17.86%
  • key color value is 78.04%
CMYK:
(0,75,18,78)
C0M75Y18K78 
(0%,75%,18%,78%)
(0.00/0.75/0.18/0.78)	

CMYK percentages

%0
%75
%17.86
%78.04

Codes

Color #380E2E in popluar color models

380E2E
RGB561446
HSL314°60.00%13.73%
HSB/HSV314°75.00%21.96%
CMYK0.00%75.00%17.86%
78.04%

Color #380E2E in popluar number systems.

HEX380E2E
Decimal561446
Binary1110001110101110
Octal701656

Shades and tints

Shades of #380E2E

#380E2E
(56,14,46)
#330D2A
(51,13,42)
#2E0C26
(46,12,38)
#290B22
(41,11,34)
#240A1E
(36,10,30)
#1F091A
(31,9,26)
#1A0816
(26,8,22)
#150712
(21,7,18)
#10060E
(16,6,14)
#0B050A
(11,5,10)
#060406
(6,4,6)
#000000
(0,0,0)

Tints of #380E2E

#380E2E
(56,14,46)
#4A2341
(74,35,65)
#5C3854
(92,56,84)
#6E4D67
(110,77,103)
#80627A
(128,98,122)
#92778D
(146,119,141)
#A48CA0
(164,140,160)
#B6A1B3
(182,161,179)
#C8B6C6
(200,182,198)
#DACBD9
(218,203,217)
#ECE0EC
(236,224,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #380E2E color. Also use rgb(56,14,46) instead hex code.

Text Font Color

.myTextColor { color: #380E2E; }

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

This text font color is #380E2E.


Background Color

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

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

This div background color is #380E2E.


Border color

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

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

This div border color is #380E2E.


Opacity

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

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

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

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

This text has shadow with #380E2E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #380E2E on black background.


Color preview on white background

This text has color #380E2E on white background.



Black color preview on #380E2E background

This text has black color on #380E2E background.


White color preview on #380E2E background

This text has white color on #380E2E background.