COLOR #38240D

HEX: #38240D
RGB: (56,36,13)

Color info

#38240D contains red, green and blue colors in about the same proportion. Web safe color of #38240D is #333300 (or #330).

RGB color model

#38240D color RGB value is (56,36,13).

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

RGB channels and saturation

R 56 of 255 = 22%
G 36 of 255 = 14%
B 13 of 255 = 5%

56
36
13

R + G + B ~ 14%. #38240D is dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 36 + 13 = 105 (100%)
R 56 of 105 ~ 53.33%
G 36 of 105 ~ 34.29%
B 13 of 105 ~ 12.38%

%53.33
%34.29
%12.38

CMYK color model

#38240D color CMYK value is (0,36,77,78).

  • cyan value is 0.00%
  • magenta value is 35.71%
  • yellow value is 76.79%
  • key color value is 78.04%
CMYK:
(0,36,77,78)
C0M36Y77K78 
(0%,36%,77%,78%)
(0.00/0.36/0.77/0.78)	

CMYK percentages

%0
%35.71
%76.79
%78.04

Codes

Color #38240D in popluar color models

38240D
RGB563613
HSL32°62.32%13.53%
HSB/HSV32°76.79%21.96%
CMYK0.00%35.71%76.79%
78.04%

Color #38240D in popluar number systems.

HEX38240D
Decimal563613
Binary1110001001001101
Octal704415

Shades and tints

Shades of #38240D

#38240D
(56,36,13)
#33210C
(51,33,12)
#2E1E0B
(46,30,11)
#291B0A
(41,27,10)
#241809
(36,24,9)
#1F1508
(31,21,8)
#1A1207
(26,18,7)
#150F06
(21,15,6)
#100C05
(16,12,5)
#0B0904
(11,9,4)
#060603
(6,6,3)
#000000
(0,0,0)

Tints of #38240D

#38240D
(56,36,13)
#4A3723
(74,55,35)
#5C4A39
(92,74,57)
#6E5D4F
(110,93,79)
#807065
(128,112,101)
#92837B
(146,131,123)
#A49691
(164,150,145)
#B6A9A7
(182,169,167)
#C8BCBD
(200,188,189)
#DACFD3
(218,207,211)
#ECE2E9
(236,226,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #38240D; }

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

This text font color is #38240D.


Background Color

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

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

This div background color is #38240D.


Border color

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

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

This div border color is #38240D.


Opacity

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

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

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

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

This text has shadow with #38240D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #38240D on black background.


Color preview on white background

This text has color #38240D on white background.



Black color preview on #38240D background

This text has black color on #38240D background.


White color preview on #38240D background

This text has white color on #38240D background.