COLOR #383825

HEX: #383825 RGB: (56,56,37)

Color info

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

RGB color model

#383825 color RGB value is (56,56,37).

RGB: (56,56,37) (22%, 22%, 15%)

RGB channels and saturation

R 56 of 255 = 22%
G 56 of 255 = 22%
B 37 of 255 = 15%

56
56
37

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

Portions of RGB colors in percentages

R + G + B = 56 + 56 + 37 = 149 (100%)
R 56 of 149 ~ 37.58%
G 56 of 149 ~ 37.58%
B 37 of 149 ~ 24.83'%

%37.58
%37.58
%24.83

CMYK color model

#383825 color CMYK value is (0,0,34,78).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 33.93%
  • key color value is 78.04%
CMYK: (0,0,34,78) C0M0Y34K78 (0%,0%,34%,78%) (0.00/0.00/0.34/0.78) 

CMYK percentages

%0
%0
%33.93
%78.04

Codes

Color #383825 in popluar color models

38 38 25
RGB 56 56 37
HSL 60° 20.43% 18.24%
HSB/HSV 60° 33.93% 21.96%
CMYK 0.00% 0.00% 33.93%
78.04%

Color #383825 in popluar number systems.

HEX 38 38 25
Decimal 56 56 37
Binary 111000 111000 100101
Octal 70 70 45

Shades and tints

Shades of #383825

#383825
(56,56,37)
#333322
(51,51,34)
#2E2E1F
(46,46,31)
#29291C
(41,41,28)
#242419
(36,36,25)
#1F1F16
(31,31,22)
#1A1A13
(26,26,19)
#151510
(21,21,16)
#10100D
(16,16,13)
#0B0B0A
(11,11,10)
#060607
(6,6,7)
#000000
(0,0,0)

Tints of #383825

#383825
(56,56,37)
#4A4A38
(74,74,56)
#5C5C4B
(92,92,75)
#6E6E5E
(110,110,94)
#808071
(128,128,113)
#929284
(146,146,132)
#A4A497
(164,164,151)
#B6B6AA
(182,182,170)
#C8C8BD
(200,200,189)
#DADAD0
(218,218,208)
#ECECE3
(236,236,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #383825; }

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

This text font color is #383825.

Background Color

.myBgColor { background-color: #383825; }

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

This div background color is #383825.

Border color

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

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

This div border color is #383825.

Opacity

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

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

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

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

This text has shadow with #383825 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #383825.

Preview

Color preview on black background

This text has color #383825 on black background.


Color preview on white background

This text has color #383825 on white background.


Black color preview on #383825 background

This text has black color on #383825 background.


White color preview on #383825 background

This text has white color on #383825 background.


Related colors

Complementary color

Complementary color for #hex is #C7C7DA.


I love getcolorcode.com