COLOR #383529

HEX: #383529
RGB: (56,53,41)

Color info

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

RGB color model

#383529 color RGB value is (56,53,41).

  • red value is 56;
  • green value is 53;
  • blue value is 41.
RGB:
(56,53,41)
(22%,21%,16%)

RGB channels and saturation

R 56 of 255 = 22%
G 53 of 255 = 21%
B 41 of 255 = 16%

56
53
41

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

Portions of RGB colors in percentages

R + G + B =
56 + 53 + 41 = 150 (100%)
R 56 of 150 ~ 37.33%
G 53 of 150 ~ 35.33%
B 41 of 150 ~ 27.33%

%37.33
%35.33
%27.33

CMYK color model

#383529 color CMYK value is (0,5,27,78).

  • cyan value is 0.00%
  • magenta value is 5.36%
  • yellow value is 26.79%
  • key color value is 78.04%
CMYK:
(0,5,27,78)
C0M5Y27K78 
(0%,5%,27%,78%)
(0.00/0.05/0.27/0.78)	

CMYK percentages

%0
%5.36
%26.79
%78.04

Codes

Color #383529 in popluar color models

383529
RGB565341
HSL48°15.46%19.02%
HSB/HSV48°26.79%21.96%
CMYK0.00%5.36%26.79%
78.04%

Color #383529 in popluar number systems.

HEX383529
Decimal565341
Binary111000110101101001
Octal706551

Shades and tints

Shades of #383529

#383529
(56,53,41)
#333126
(51,49,38)
#2E2D23
(46,45,35)
#292920
(41,41,32)
#24251D
(36,37,29)
#1F211A
(31,33,26)
#1A1D17
(26,29,23)
#151914
(21,25,20)
#101511
(16,21,17)
#0B110E
(11,17,14)
#060D0B
(6,13,11)
#000000
(0,0,0)

Tints of #383529

#383529
(56,53,41)
#4A473C
(74,71,60)
#5C594F
(92,89,79)
#6E6B62
(110,107,98)
#807D75
(128,125,117)
#928F88
(146,143,136)
#A4A19B
(164,161,155)
#B6B3AE
(182,179,174)
#C8C5C1
(200,197,193)
#DAD7D4
(218,215,212)
#ECE9E7
(236,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #383529 color. Also use rgb(56,53,41) instead hex code.

Text Font Color

.myTextColor { color: #383529; }

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

This text font color is #383529.


Background Color

.myBgColor { background-color: #383529; }

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

This div background color is #383529.


Border color

.myBorderColor { border: 1px solid #383529; }

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

This div border color is #383529.


Opacity

.myOpacity80 { color: #383529; opacity: 0.8; }

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

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

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

This text has shadow with #383529 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #383529 on black background.


Color preview on white background

This text has color #383529 on white background.



Black color preview on #383529 background

This text has black color on #383529 background.


White color preview on #383529 background

This text has white color on #383529 background.