COLOR #38441C

HEX: #38441C
RGB: (56,68,28)

Color info

#38441C contains red, green and blue colors in about the same proportion. Web safe color of #38441C is #333333 (or #333).

RGB color model

#38441C color RGB value is (56,68,28).

  • red value is 56;
  • green value is 68;
  • blue value is 28.
RGB:
(56,68,28)
(22%,27%,11%)

RGB channels and saturation

R 56 of 255 = 22%
G 68 of 255 = 27%
B 28 of 255 = 11%

56
68
28

R + G + B ~ 20%. #38441C is dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 68 + 28 = 152 (100%)
R 56 of 152 ~ 36.84%
G 68 of 152 ~ 44.74%
B 28 of 152 ~ 18.42%

%36.84
%44.74
%18.42

CMYK color model

#38441C color CMYK value is (18,0,59,73).

  • cyan value is 17.65%
  • magenta value is 0.00%
  • yellow value is 58.82%
  • key color value is 73.33%
CMYK:
(18,0,59,73)
C18M0Y59K73 
(18%,0%,59%,73%)
(0.18/0.00/0.59/0.73)	

CMYK percentages

%17.65
%0
%58.82
%73.33

Codes

Color #38441C in popluar color models

38441C
RGB566828
HSL78°41.67%18.82%
HSB/HSV78°58.82%26.67%
CMYK17.65%0.00%58.82%
73.33%

Color #38441C in popluar number systems.

HEX38441C
Decimal566828
Binary111000100010011100
Octal7010434

Shades and tints

Shades of #38441C

#38441C
(56,68,28)
#333E1A
(51,62,26)
#2E3818
(46,56,24)
#293216
(41,50,22)
#242C14
(36,44,20)
#1F2612
(31,38,18)
#1A2010
(26,32,16)
#151A0E
(21,26,14)
#10140C
(16,20,12)
#0B0E0A
(11,14,10)
#060808
(6,8,8)
#000000
(0,0,0)

Tints of #38441C

#38441C
(56,68,28)
#4A5530
(74,85,48)
#5C6644
(92,102,68)
#6E7758
(110,119,88)
#80886C
(128,136,108)
#929980
(146,153,128)
#A4AA94
(164,170,148)
#B6BBA8
(182,187,168)
#C8CCBC
(200,204,188)
#DADDD0
(218,221,208)
#ECEEE4
(236,238,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #38441C color. Also use rgb(56,68,28) instead hex code.

Text Font Color

.myTextColor { color: #38441C; }

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

This text font color is #38441C.


Background Color

.myBgColor { background-color: #38441C; }

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

This div background color is #38441C.


Border color

.myBorderColor { border: 1px solid #38441C; }

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

This div border color is #38441C.


Opacity

.myOpacity80 { color: #38441C; opacity: 0.8; }

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

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

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

This text has shadow with #38441C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #38441C on black background.


Color preview on white background

This text has color #38441C on white background.



Black color preview on #38441C background

This text has black color on #38441C background.


White color preview on #38441C background

This text has white color on #38441C background.