COLOR #38472C

HEX: #38472C
RGB: (56,71,44)

Color info

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

RGB color model

#38472C color RGB value is (56,71,44).

  • red value is 56;
  • green value is 71;
  • blue value is 44.
RGB:
(56,71,44)
(22%,28%,17%)

RGB channels and saturation

R 56 of 255 = 22%
G 71 of 255 = 28%
B 44 of 255 = 17%

56
71
44

R + G + B ~ 22%. #38472C is dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 71 + 44 = 171 (100%)
R 56 of 171 ~ 32.75%
G 71 of 171 ~ 41.52%
B 44 of 171 ~ 25.73%

%32.75
%41.52
%25.73

CMYK color model

#38472C color CMYK value is (21,0,38,72).

  • cyan value is 21.13%
  • magenta value is 0.00%
  • yellow value is 38.03%
  • key color value is 72.16%
CMYK:
(21,0,38,72)
C21M0Y38K72 
(21%,0%,38%,72%)
(0.21/0.00/0.38/0.72)	

CMYK percentages

%21.13
%0
%38.03
%72.16

Codes

Color #38472C in popluar color models

38472C
RGB567144
HSL93°23.48%22.55%
HSB/HSV93°38.03%27.84%
CMYK21.13%0.00%38.03%
72.16%

Color #38472C in popluar number systems.

HEX38472C
Decimal567144
Binary1110001000111101100
Octal7010754

Shades and tints

Shades of #38472C

#38472C
(56,71,44)
#334128
(51,65,40)
#2E3B24
(46,59,36)
#293520
(41,53,32)
#242F1C
(36,47,28)
#1F2918
(31,41,24)
#1A2314
(26,35,20)
#151D10
(21,29,16)
#10170C
(16,23,12)
#0B1108
(11,17,8)
#060B04
(6,11,4)
#000000
(0,0,0)

Tints of #38472C

#38472C
(56,71,44)
#4A573F
(74,87,63)
#5C6752
(92,103,82)
#6E7765
(110,119,101)
#808778
(128,135,120)
#92978B
(146,151,139)
#A4A79E
(164,167,158)
#B6B7B1
(182,183,177)
#C8C7C4
(200,199,196)
#DAD7D7
(218,215,215)
#ECE7EA
(236,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #38472C color. Also use rgb(56,71,44) instead hex code.

Text Font Color

.myTextColor { color: #38472C; }

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

This text font color is #38472C.


Background Color

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

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

This div background color is #38472C.


Border color

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

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

This div border color is #38472C.


Opacity

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

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

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

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

This text has shadow with #38472C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #38472C on black background.


Color preview on white background

This text has color #38472C on white background.



Black color preview on #38472C background

This text has black color on #38472C background.


White color preview on #38472C background

This text has white color on #38472C background.