COLOR #38463B

HEX: #38463B RGB: (56,70,59)

Color info

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

RGB color model

#38463B color RGB value is (56,70,59).

RGB: (56,70,59) (22%, 27%, 23%)

RGB channels and saturation

R 56 of 255 = 22%
G 70 of 255 = 27%
B 59 of 255 = 23%

56
70
59

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

Portions of RGB colors in percentages

R + G + B = 56 + 70 + 59 = 185 (100%)
R 56 of 185 ~ 30.27%
G 70 of 185 ~ 37.84%
B 59 of 185 ~ 31.89'%

%30.27
%37.84
%31.89

CMYK color model

#38463B color CMYK value is (20,0,16,73).

  • cyan value is 20.00%
  • magenta value is 0.00%
  • yellow value is 15.71%
  • key color value is 72.55%

CMYK: (20,0,16,73)
C20M0Y16K73 (20%, 0%, 16%, 73%)
(0.20 / 0.00 / 0.16 / 0.73)

CMYK percentages

%20
%0
%15.71
%72.55

Codes

Color #38463B in popluar color models

38 46 3B
RGB 56 70 59
HSL 133° 11.11% 24.71%
HSB/HSV 133° 20.00% 27.45%
CMYK 20.00% 0.00% 15.71%
72.55%

Color #38463B in popluar number systems.

HEX 38 46 3B
Decimal 56 70 59
Binary 111000 1000110 111011
Octal 70 106 73

Shades and tints

Shades of #38463B

#38463B
(56,70,59)
#334036
(51,64,54)
#2E3A31
(46,58,49)
#29342C
(41,52,44)
#242E27
(36,46,39)
#1F2822
(31,40,34)
#1A221D
(26,34,29)
#151C18
(21,28,24)
#101613
(16,22,19)
#0B100E
(11,16,14)
#060A09
(6,10,9)
#000000
(0,0,0)

Tints of #38463B

#38463B
(56,70,59)
#4A564C
(74,86,76)
#5C665D
(92,102,93)
#6E766E
(110,118,110)
#80867F
(128,134,127)
#929690
(146,150,144)
#A4A6A1
(164,166,161)
#B6B6B2
(182,182,178)
#C8C6C3
(200,198,195)
#DAD6D4
(218,214,212)
#ECE6E5
(236,230,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #38463B; }

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

This text font color is #38463B.

Background Color

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

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

This div background color is #38463B.

Border color

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

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

This div border color is #38463B.

Opacity

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

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

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

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

This text has shadow with #38463B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #38463B.

Preview

Color preview on black background

This text has color #38463B on black background.


Color preview on white background

This text has color #38463B on white background.


Black color preview on #38463B background

This text has black color on #38463B background.


White color preview on #38463B background

This text has white color on #38463B background.


Related colors

Complementary color

Complementary color for #hex is #C7B9C4.


I love getcolorcode.com

Triadic colors

1 #3B3846 and #463B38 with #38463B are triadic colors.

2 #3B4638 and #46383B with #38463B are triadic colors.