COLOR #38473F

HEX: #38473F
RGB: (56,71,63)

Color info

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

RGB color model

#38473F color RGB value is (56,71,63).

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

RGB channels and saturation

R 56 of 255 = 22%
G 71 of 255 = 28%
B 63 of 255 = 25%

56
71
63

R + G + B ~ 25%. #38473F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 71 + 63 = 190 (100%)
R 56 of 190 ~ 29.47%
G 71 of 190 ~ 37.37%
B 63 of 190 ~ 33.16%

%29.47
%37.37
%33.16

CMYK color model

#38473F color CMYK value is (21,0,11,72).

  • cyan value is 21.13%
  • magenta value is 0.00%
  • yellow value is 11.27%
  • key color value is 72.16%
CMYK:
(21,0,11,72)
C21M0Y11K72 
(21%,0%,11%,72%)
(0.21/0.00/0.11/0.72)	

CMYK percentages

%21.13
%0
%11.27
%72.16

Codes

Color #38473F in popluar color models

38473F
RGB567163
HSL148°11.81%24.90%
HSB/HSV148°21.13%27.84%
CMYK21.13%0.00%11.27%
72.16%

Color #38473F in popluar number systems.

HEX38473F
Decimal567163
Binary1110001000111111111
Octal7010777

Shades and tints

Shades of #38473F

#38473F
(56,71,63)
#33413A
(51,65,58)
#2E3B35
(46,59,53)
#293530
(41,53,48)
#242F2B
(36,47,43)
#1F2926
(31,41,38)
#1A2321
(26,35,33)
#151D1C
(21,29,28)
#101717
(16,23,23)
#0B1112
(11,17,18)
#060B0D
(6,11,13)
#000000
(0,0,0)

Tints of #38473F

#38473F
(56,71,63)
#4A5750
(74,87,80)
#5C6761
(92,103,97)
#6E7772
(110,119,114)
#808783
(128,135,131)
#929794
(146,151,148)
#A4A7A5
(164,167,165)
#B6B7B6
(182,183,182)
#C8C7C7
(200,199,199)
#DAD7D8
(218,215,216)
#ECE7E9
(236,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #38473F color. Also use rgb(56,71,63) instead hex code.

Text Font Color

.myTextColor { color: #38473F; }

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

This text font color is #38473F.


Background Color

.myBgColor { background-color: #38473F; }

<div style="background-color:#38473F">Inner text</div>

This div background color is #38473F.


Border color

.myBorderColor { border: 1px solid #38473F; }

<div style="border:3px solid #38473F">Div</div>

This div border color is #38473F.


Opacity

.myOpacity80 { color: #38473F; opacity: 0.8; }

<p style="color:#38473F;opacity:0.8;">80%</p>

Text with #38473F 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 #38473F;}

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

This text has shadow with #38473F color.

.textShadow {text-shadow: 3px 3px 1px #38473F, 3px 3px 1px red;}

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

This text has shadow with #38473F primary color and red secondary color.


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

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

This text has shadow with #38473F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #38473F on black background.


Color preview on white background

This text has color #38473F on white background.



Black color preview on #38473F background

This text has black color on #38473F background.


White color preview on #38473F background

This text has white color on #38473F background.