COLOR #38491D

HEX: #38491D
RGB: (56,73,29)

Color info

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

RGB color model

#38491D color RGB value is (56,73,29).

  • red value is 56;
  • green value is 73;
  • blue value is 29.
RGB:
(56,73,29)
(22%,29%,11%)

RGB channels and saturation

R 56 of 255 = 22%
G 73 of 255 = 29%
B 29 of 255 = 11%

56
73
29

R + G + B ~ 21%. #38491D is dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 73 + 29 = 158 (100%)
R 56 of 158 ~ 35.44%
G 73 of 158 ~ 46.2%
B 29 of 158 ~ 18.35%

%35.44
%46.2
%18.35

CMYK color model

#38491D color CMYK value is (23,0,60,71).

  • cyan value is 23.29%
  • magenta value is 0.00%
  • yellow value is 60.27%
  • key color value is 71.37%
CMYK:
(23,0,60,71)
C23M0Y60K71 
(23%,0%,60%,71%)
(0.23/0.00/0.60/0.71)	

CMYK percentages

%23.29
%0
%60.27
%71.37

Codes

Color #38491D in popluar color models

38491D
RGB567329
HSL83°43.14%20.00%
HSB/HSV83°60.27%28.63%
CMYK23.29%0.00%60.27%
71.37%

Color #38491D in popluar number systems.

HEX38491D
Decimal567329
Binary111000100100111101
Octal7011135

Shades and tints

Shades of #38491D

#38491D
(56,73,29)
#33431B
(51,67,27)
#2E3D19
(46,61,25)
#293717
(41,55,23)
#243115
(36,49,21)
#1F2B13
(31,43,19)
#1A2511
(26,37,17)
#151F0F
(21,31,15)
#10190D
(16,25,13)
#0B130B
(11,19,11)
#060D09
(6,13,9)
#000000
(0,0,0)

Tints of #38491D

#38491D
(56,73,29)
#4A5931
(74,89,49)
#5C6945
(92,105,69)
#6E7959
(110,121,89)
#80896D
(128,137,109)
#929981
(146,153,129)
#A4A995
(164,169,149)
#B6B9A9
(182,185,169)
#C8C9BD
(200,201,189)
#DAD9D1
(218,217,209)
#ECE9E5
(236,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #38491D color. Also use rgb(56,73,29) instead hex code.

Text Font Color

.myTextColor { color: #38491D; }

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

This text font color is #38491D.


Background Color

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

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

This div background color is #38491D.


Border color

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

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

This div border color is #38491D.


Opacity

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

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

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

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

This text has shadow with #38491D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #38491D on black background.


Color preview on white background

This text has color #38491D on white background.



Black color preview on #38491D background

This text has black color on #38491D background.


White color preview on #38491D background

This text has white color on #38491D background.