COLOR #38473B

HEX: #38473B RGB: (56,71,59)

Color info

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

RGB color model

#38473B color RGB value is (56,71,59).

RGB: (56,71,59) (22%, 28%, 23%)

RGB channels and saturation

R 56 of 255 = 22%
G 71 of 255 = 28%
B 59 of 255 = 23%

56
71
59

R + G + B ~ 24%. #38473B is dark color.

Portions of RGB colors in percentages

R + G + B = 56 + 71 + 59 = 186 (100%)
R 56 of 186 ~ 30.11%
G 71 of 186 ~ 38.17%
B 59 of 186 ~ 31.72'%

%30.11
%38.17
%31.72

CMYK color model

#38473B color CMYK value is (21,0,17,72).

  • cyan value is 21.13%
  • magenta value is 0.00%
  • yellow value is 16.90%
  • key color value is 72.16%

CMYK: (21,0,17,72)
C21M0Y17K72 (21%, 0%, 17%, 72%)
(0.21 / 0.00 / 0.17 / 0.72)

CMYK percentages

%21.13
%0
%16.9
%72.16

Codes

Color #38473B in popluar color models

38 47 3B
RGB 56 71 59
HSL 132° 11.81% 24.90%
HSB/HSV 132° 21.13% 27.84%
CMYK 21.13% 0.00% 16.90%
72.16%

Color #38473B in popluar number systems.

HEX 38 47 3B
Decimal 56 71 59
Binary 111000 1000111 111011
Octal 70 107 73

Shades and tints

Shades of #38473B

#38473B
(56,71,59)
#334136
(51,65,54)
#2E3B31
(46,59,49)
#29352C
(41,53,44)
#242F27
(36,47,39)
#1F2922
(31,41,34)
#1A231D
(26,35,29)
#151D18
(21,29,24)
#101713
(16,23,19)
#0B110E
(11,17,14)
#060B09
(6,11,9)
#000000
(0,0,0)

Tints of #38473B

#38473B
(56,71,59)
#4A574C
(74,87,76)
#5C675D
(92,103,93)
#6E776E
(110,119,110)
#80877F
(128,135,127)
#929790
(146,151,144)
#A4A7A1
(164,167,161)
#B6B7B2
(182,183,178)
#C8C7C3
(200,199,195)
#DAD7D4
(218,215,212)
#ECE7E5
(236,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #38473B; }

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

This text font color is #38473B.

Background Color

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

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

This div background color is #38473B.

Border color

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

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

This div border color is #38473B.

Opacity

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

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

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

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

This text has shadow with #38473B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #38473B.

Preview

Color preview on black background

This text has color #38473B on black background.


Color preview on white background

This text has color #38473B on white background.


Black color preview on #38473B background

This text has black color on #38473B background.


White color preview on #38473B background

This text has white color on #38473B background.


Related colors

Complementary color

Complementary color for #hex is #C7B8C4.


I love getcolorcode.com

Triadic colors

1 #3B3847 and #473B38 with #38473B are triadic colors.

2 #3B4738 and #47383B with #38473B are triadic colors.