COLOR #38473E

HEX: #38473E RGB: (56,71,62)

Color info

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

RGB color model

#38473E color RGB value is (56,71,62).

RGB: (56,71,62) (22%, 28%, 24%)

RGB channels and saturation

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

56
71
62

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

Portions of RGB colors in percentages

R + G + B = 56 + 71 + 62 = 189 (100%)
R 56 of 189 ~ 29.63%
G 71 of 189 ~ 37.57%
B 62 of 189 ~ 32.8'%

%29.63
%37.57
%32.8

CMYK color model

#38473E color CMYK value is (21,0,13,72).

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

CMYK: (21,0,13,72)
C21M0Y13K72 (21%, 0%, 13%, 72%)
(0.21 / 0.00 / 0.13 / 0.72)

CMYK percentages

%21.13
%0
%12.68
%72.16

Codes

Color #38473E in popluar color models

38 47 3E
RGB 56 71 62
HSL 144° 11.81% 24.90%
HSB/HSV 144° 21.13% 27.84%
CMYK 21.13% 0.00% 12.68%
72.16%

Color #38473E in popluar number systems.

HEX 38 47 3E
Decimal 56 71 62
Binary 111000 1000111 111110
Octal 70 107 76

Shades and tints

Shades of #38473E

#38473E
(56,71,62)
#334139
(51,65,57)
#2E3B34
(46,59,52)
#29352F
(41,53,47)
#242F2A
(36,47,42)
#1F2925
(31,41,37)
#1A2320
(26,35,32)
#151D1B
(21,29,27)
#101716
(16,23,22)
#0B1111
(11,17,17)
#060B0C
(6,11,12)
#000000
(0,0,0)

Tints of #38473E

#38473E
(56,71,62)
#4A574F
(74,87,79)
#5C6760
(92,103,96)
#6E7771
(110,119,113)
#808782
(128,135,130)
#929793
(146,151,147)
#A4A7A4
(164,167,164)
#B6B7B5
(182,183,181)
#C8C7C6
(200,199,198)
#DAD7D7
(218,215,215)
#ECE7E8
(236,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #38473E; }

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

This text font color is #38473E.

Background Color

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

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

This div background color is #38473E.

Border color

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

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

This div border color is #38473E.

Opacity

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

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

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

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

This text has shadow with #38473E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #38473E.

Preview

Color preview on black background

This text has color #38473E on black background.


Color preview on white background

This text has color #38473E on white background.


Black color preview on #38473E background

This text has black color on #38473E background.


White color preview on #38473E background

This text has white color on #38473E background.


Related colors

Complementary color

Complementary color for #hex is #C7B8C1.


I love getcolorcode.com

Triadic colors

1 #3E3847 and #473E38 with #38473E are triadic colors.

2 #3E4738 and #47383E with #38473E are triadic colors.