COLOR #38180D

HEX: #38180D
RGB: (56,24,13)

Color info

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

RGB color model

#38180D color RGB value is (56,24,13).

  • red value is 56;
  • green value is 24;
  • blue value is 13.
RGB:
(56,24,13)
(22%,9%,5%)

RGB channels and saturation

R 56 of 255 = 22%
G 24 of 255 = 9%
B 13 of 255 = 5%

56
24
13

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

Portions of RGB colors in percentages

R + G + B =
56 + 24 + 13 = 93 (100%)
R 56 of 93 ~ 60.22%
G 24 of 93 ~ 25.81%
B 13 of 93 ~ 13.98%

%60.22
%25.81
%13.98

CMYK color model

#38180D color CMYK value is (0,57,77,78).

  • cyan value is 0.00%
  • magenta value is 57.14%
  • yellow value is 76.79%
  • key color value is 78.04%
CMYK:
(0,57,77,78)
C0M57Y77K78 
(0%,57%,77%,78%)
(0.00/0.57/0.77/0.78)	

CMYK percentages

%0
%57.14
%76.79
%78.04

Codes

Color #38180D in popluar color models

38180D
RGB562413
HSL15°62.32%13.53%
HSB/HSV15°76.79%21.96%
CMYK0.00%57.14%76.79%
78.04%

Color #38180D in popluar number systems.

HEX38180D
Decimal562413
Binary111000110001101
Octal703015

Shades and tints

Shades of #38180D

#38180D
(56,24,13)
#33160C
(51,22,12)
#2E140B
(46,20,11)
#29120A
(41,18,10)
#241009
(36,16,9)
#1F0E08
(31,14,8)
#1A0C07
(26,12,7)
#150A06
(21,10,6)
#100805
(16,8,5)
#0B0604
(11,6,4)
#060403
(6,4,3)
#000000
(0,0,0)

Tints of #38180D

#38180D
(56,24,13)
#4A2D23
(74,45,35)
#5C4239
(92,66,57)
#6E574F
(110,87,79)
#806C65
(128,108,101)
#92817B
(146,129,123)
#A49691
(164,150,145)
#B6ABA7
(182,171,167)
#C8C0BD
(200,192,189)
#DAD5D3
(218,213,211)
#ECEAE9
(236,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #38180D color. Also use rgb(56,24,13) instead hex code.

Text Font Color

.myTextColor { color: #38180D; }

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

This text font color is #38180D.


Background Color

.myBgColor { background-color: #38180D; }

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

This div background color is #38180D.


Border color

.myBorderColor { border: 1px solid #38180D; }

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

This div border color is #38180D.


Opacity

.myOpacity80 { color: #38180D; opacity: 0.8; }

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

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

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

This text has shadow with #38180D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #38180D on black background.


Color preview on white background

This text has color #38180D on white background.



Black color preview on #38180D background

This text has black color on #38180D background.


White color preview on #38180D background

This text has white color on #38180D background.