COLOR #381510

HEX: #381510
RGB: (56,21,16)

Color info

#381510 contains red, green and blue colors in about the same proportion. Web safe color of #381510 is #330000 (or #300).

RGB color model

#381510 color RGB value is (56,21,16).

  • red value is 56;
  • green value is 21;
  • blue value is 16.
RGB:
(56,21,16)
(22%,8%,6%)

RGB channels and saturation

R 56 of 255 = 22%
G 21 of 255 = 8%
B 16 of 255 = 6%

56
21
16

R + G + B ~ 12%. #381510 is dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 21 + 16 = 93 (100%)
R 56 of 93 ~ 60.22%
G 21 of 93 ~ 22.58%
B 16 of 93 ~ 17.2%

%60.22
%22.58
%17.2

CMYK color model

#381510 color CMYK value is (0,63,71,78).

  • cyan value is 0.00%
  • magenta value is 62.50%
  • yellow value is 71.43%
  • key color value is 78.04%
CMYK:
(0,63,71,78)
C0M63Y71K78 
(0%,63%,71%,78%)
(0.00/0.63/0.71/0.78)	

CMYK percentages

%0
%62.5
%71.43
%78.04

Codes

Color #381510 in popluar color models

381510
RGB562116
HSL55.56%14.12%
HSB/HSV71.43%21.96%
CMYK0.00%62.50%71.43%
78.04%

Color #381510 in popluar number systems.

HEX381510
Decimal562116
Binary1110001010110000
Octal702520

Shades and tints

Shades of #381510

#381510
(56,21,16)
#33140F
(51,20,15)
#2E130E
(46,19,14)
#29120D
(41,18,13)
#24110C
(36,17,12)
#1F100B
(31,16,11)
#1A0F0A
(26,15,10)
#150E09
(21,14,9)
#100D08
(16,13,8)
#0B0C07
(11,12,7)
#060B06
(6,11,6)
#000000
(0,0,0)

Tints of #381510

#381510
(56,21,16)
#4A2A25
(74,42,37)
#5C3F3A
(92,63,58)
#6E544F
(110,84,79)
#806964
(128,105,100)
#927E79
(146,126,121)
#A4938E
(164,147,142)
#B6A8A3
(182,168,163)
#C8BDB8
(200,189,184)
#DAD2CD
(218,210,205)
#ECE7E2
(236,231,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #381510 color. Also use rgb(56,21,16) instead hex code.

Text Font Color

.myTextColor { color: #381510; }

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

This text font color is #381510.


Background Color

.myBgColor { background-color: #381510; }

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

This div background color is #381510.


Border color

.myBorderColor { border: 1px solid #381510; }

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

This div border color is #381510.


Opacity

.myOpacity80 { color: #381510; opacity: 0.8; }

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

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

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

This text has shadow with #381510 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #381510 on black background.


Color preview on white background

This text has color #381510 on white background.



Black color preview on #381510 background

This text has black color on #381510 background.


White color preview on #381510 background

This text has white color on #381510 background.