COLOR #38473C

HEX: #38473C
RGB: (56,71,60)

Color info

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

RGB color model

#38473C color RGB value is (56,71,60).

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

RGB channels and saturation

R 56 of 255 = 22%
G 71 of 255 = 28%
B 60 of 255 = 24%

56
71
60

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

Portions of RGB colors in percentages

R + G + B =
56 + 71 + 60 = 187 (100%)
R 56 of 187 ~ 29.95%
G 71 of 187 ~ 37.97%
B 60 of 187 ~ 32.09%

%29.95
%37.97
%32.09

CMYK color model

#38473C color CMYK value is (21,0,15,72).

  • cyan value is 21.13%
  • magenta value is 0.00%
  • yellow value is 15.49%
  • key color value is 72.16%
CMYK:
(21,0,15,72)
C21M0Y15K72 
(21%,0%,15%,72%)
(0.21/0.00/0.15/0.72)	

CMYK percentages

%21.13
%0
%15.49
%72.16

Codes

Color #38473C in popluar color models

38473C
RGB567160
HSL136°11.81%24.90%
HSB/HSV136°21.13%27.84%
CMYK21.13%0.00%15.49%
72.16%

Color #38473C in popluar number systems.

HEX38473C
Decimal567160
Binary1110001000111111100
Octal7010774

Shades and tints

Shades of #38473C

#38473C
(56,71,60)
#334137
(51,65,55)
#2E3B32
(46,59,50)
#29352D
(41,53,45)
#242F28
(36,47,40)
#1F2923
(31,41,35)
#1A231E
(26,35,30)
#151D19
(21,29,25)
#101714
(16,23,20)
#0B110F
(11,17,15)
#060B0A
(6,11,10)
#000000
(0,0,0)

Tints of #38473C

#38473C
(56,71,60)
#4A574D
(74,87,77)
#5C675E
(92,103,94)
#6E776F
(110,119,111)
#808780
(128,135,128)
#929791
(146,151,145)
#A4A7A2
(164,167,162)
#B6B7B3
(182,183,179)
#C8C7C4
(200,199,196)
#DAD7D5
(218,215,213)
#ECE7E6
(236,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #38473C; }

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

This text font color is #38473C.


Background Color

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

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

This div background color is #38473C.


Border color

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

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

This div border color is #38473C.


Opacity

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

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

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

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

This text has shadow with #38473C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #38473C on black background.


Color preview on white background

This text has color #38473C on white background.



Black color preview on #38473C background

This text has black color on #38473C background.


White color preview on #38473C background

This text has white color on #38473C background.