COLOR #38492B

HEX: #38492B
RGB: (56,73,43)

Color info

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

RGB color model

#38492B color RGB value is (56,73,43).

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

RGB channels and saturation

R 56 of 255 = 22%
G 73 of 255 = 29%
B 43 of 255 = 17%

56
73
43

R + G + B ~ 23%. #38492B is dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 73 + 43 = 172 (100%)
R 56 of 172 ~ 32.56%
G 73 of 172 ~ 42.44%
B 43 of 172 ~ 25%

%32.56
%42.44
%25

CMYK color model

#38492B color CMYK value is (23,0,41,71).

  • cyan value is 23.29%
  • magenta value is 0.00%
  • yellow value is 41.10%
  • key color value is 71.37%
CMYK:
(23,0,41,71)
C23M0Y41K71 
(23%,0%,41%,71%)
(0.23/0.00/0.41/0.71)	

CMYK percentages

%23.29
%0
%41.1
%71.37

Codes

Color #38492B in popluar color models

38492B
RGB567343
HSL94°25.86%22.75%
HSB/HSV94°41.10%28.63%
CMYK23.29%0.00%41.10%
71.37%

Color #38492B in popluar number systems.

HEX38492B
Decimal567343
Binary1110001001001101011
Octal7011153

Shades and tints

Shades of #38492B

#38492B
(56,73,43)
#334328
(51,67,40)
#2E3D25
(46,61,37)
#293722
(41,55,34)
#24311F
(36,49,31)
#1F2B1C
(31,43,28)
#1A2519
(26,37,25)
#151F16
(21,31,22)
#101913
(16,25,19)
#0B1310
(11,19,16)
#060D0D
(6,13,13)
#000000
(0,0,0)

Tints of #38492B

#38492B
(56,73,43)
#4A593E
(74,89,62)
#5C6951
(92,105,81)
#6E7964
(110,121,100)
#808977
(128,137,119)
#92998A
(146,153,138)
#A4A99D
(164,169,157)
#B6B9B0
(182,185,176)
#C8C9C3
(200,201,195)
#DAD9D6
(218,217,214)
#ECE9E9
(236,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #38492B color. Also use rgb(56,73,43) instead hex code.

Text Font Color

.myTextColor { color: #38492B; }

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

This text font color is #38492B.


Background Color

.myBgColor { background-color: #38492B; }

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

This div background color is #38492B.


Border color

.myBorderColor { border: 1px solid #38492B; }

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

This div border color is #38492B.


Opacity

.myOpacity80 { color: #38492B; opacity: 0.8; }

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

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

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

This text has shadow with #38492B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #38492B on black background.


Color preview on white background

This text has color #38492B on white background.



Black color preview on #38492B background

This text has black color on #38492B background.


White color preview on #38492B background

This text has white color on #38492B background.