COLOR #383A28

HEX: #383A28 RGB: (56,58,40)

Color info

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

RGB color model

#383A28 color RGB value is (56,58,40).

RGB: (56,58,40) (22%, 23%, 16%)

RGB channels and saturation

R 56 of 255 = 22%
G 58 of 255 = 23%
B 40 of 255 = 16%

56
58
40

R + G + B ~ 20%. #383A28 is dark color.

Portions of RGB colors in percentages

R + G + B = 56 + 58 + 40 = 154 (100%)
R 56 of 154 ~ 36.36%
G 58 of 154 ~ 37.66%
B 40 of 154 ~ 25.97'%

%36.36
%37.66
%25.97

CMYK color model

#383A28 color CMYK value is (3,0,31,77).

  • cyan value is 3.45%
  • magenta value is 0.00%
  • yellow value is 31.03%
  • key color value is 77.25%

CMYK: (3,0,31,77)
C3M0Y31K77 (3%, 0%, 31%, 77%)
(0.03 / 0.00 / 0.31 / 0.77)

CMYK percentages

%3.45
%0
%31.03
%77.25

Codes

Color #383A28 in popluar color models

38 3A 28
RGB 56 58 40
HSL 67° 18.37% 19.22%
HSB/HSV 67° 31.03% 22.75%
CMYK 3.45% 0.00% 31.03%
77.25%

Color #383A28 in popluar number systems.

HEX 38 3A 28
Decimal 56 58 40
Binary 111000 111010 101000
Octal 70 72 50

Shades and tints

Shades of #383A28

#383A28
(56,58,40)
#333525
(51,53,37)
#2E3022
(46,48,34)
#292B1F
(41,43,31)
#24261C
(36,38,28)
#1F2119
(31,33,25)
#1A1C16
(26,28,22)
#151713
(21,23,19)
#101210
(16,18,16)
#0B0D0D
(11,13,13)
#06080A
(6,8,10)
#000000
(0,0,0)

Tints of #383A28

#383A28
(56,58,40)
#4A4B3B
(74,75,59)
#5C5C4E
(92,92,78)
#6E6D61
(110,109,97)
#807E74
(128,126,116)
#928F87
(146,143,135)
#A4A09A
(164,160,154)
#B6B1AD
(182,177,173)
#C8C2C0
(200,194,192)
#DAD3D3
(218,211,211)
#ECE4E6
(236,228,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #383A28 color. Also use rgb(56,58,40) instead hex code.

Text Font Color

.myTextColor { color: #383A28; }

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

This text font color is #383A28.

Background Color

.myBgColor { background-color: #383A28; }

<div style="background-color:#383A28">Inner text</div>

This div background color is #383A28.

Border color

.myBorderColor { border: 1px solid #383A28; }

<div style="border:3px solid #383A28">Div</div>

This div border color is #383A28.

Opacity

.myOpacity80 { color: #383A28; opacity: 0.8; }

<p style="color:#383A28;opacity:0.8;">80%</p>

Text with #383A28 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 #383A28;}

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

This text has shadow with #383A28 color.


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

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

This text has shadow with #383A28 primary color and red secondary color.


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

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

This text has shadow with #383A28 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #383A28.

Preview

Color preview on black background

This text has color #383A28 on black background.


Color preview on white background

This text has color #383A28 on white background.


Black color preview on #383A28 background

This text has black color on #383A28 background.


White color preview on #383A28 background

This text has white color on #383A28 background.


Related colors

Complementary color

Complementary color for #hex is #C7C5D7.


I love getcolorcode.com

Triadic colors

1 #28383A and #3A2838 with #383A28 are triadic colors.

2 #283A38 and #3A3828 with #383A28 are triadic colors.