COLOR #380F2E

HEX: #380F2E
RGB: (56,15,46)

Color info

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

RGB color model

#380F2E color RGB value is (56,15,46).

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

RGB channels and saturation

R 56 of 255 = 22%
G 15 of 255 = 6%
B 46 of 255 = 18%

56
15
46

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

Portions of RGB colors in percentages

R + G + B =
56 + 15 + 46 = 117 (100%)
R 56 of 117 ~ 47.86%
G 15 of 117 ~ 12.82%
B 46 of 117 ~ 39.32%

%47.86
%12.82
%39.32

CMYK color model

#380F2E color CMYK value is (0,73,18,78).

  • cyan value is 0.00%
  • magenta value is 73.21%
  • yellow value is 17.86%
  • key color value is 78.04%
CMYK:
(0,73,18,78)
C0M73Y18K78 
(0%,73%,18%,78%)
(0.00/0.73/0.18/0.78)	

CMYK percentages

%0
%73.21
%17.86
%78.04

Codes

Color #380F2E in popluar color models

380F2E
RGB561546
HSL315°57.75%13.92%
HSB/HSV315°73.21%21.96%
CMYK0.00%73.21%17.86%
78.04%

Color #380F2E in popluar number systems.

HEX380F2E
Decimal561546
Binary1110001111101110
Octal701756

Shades and tints

Shades of #380F2E

#380F2E
(56,15,46)
#330E2A
(51,14,42)
#2E0D26
(46,13,38)
#290C22
(41,12,34)
#240B1E
(36,11,30)
#1F0A1A
(31,10,26)
#1A0916
(26,9,22)
#150812
(21,8,18)
#10070E
(16,7,14)
#0B060A
(11,6,10)
#060506
(6,5,6)
#000000
(0,0,0)

Tints of #380F2E

#380F2E
(56,15,46)
#4A2441
(74,36,65)
#5C3954
(92,57,84)
#6E4E67
(110,78,103)
#80637A
(128,99,122)
#92788D
(146,120,141)
#A48DA0
(164,141,160)
#B6A2B3
(182,162,179)
#C8B7C6
(200,183,198)
#DACCD9
(218,204,217)
#ECE1EC
(236,225,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #380F2E; }

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

This text font color is #380F2E.


Background Color

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

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

This div background color is #380F2E.


Border color

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

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

This div border color is #380F2E.


Opacity

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

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

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

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

This text has shadow with #380F2E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #380F2E on black background.


Color preview on white background

This text has color #380F2E on white background.



Black color preview on #380F2E background

This text has black color on #380F2E background.


White color preview on #380F2E background

This text has white color on #380F2E background.