COLOR #383325

HEX: #383325
RGB: (56,51,37)

Color info

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

RGB color model

#383325 color RGB value is (56,51,37).

  • red value is 56;
  • green value is 51;
  • blue value is 37.
RGB:
(56,51,37)
(22%,20%,15%)

RGB channels and saturation

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

56
51
37

R + G + B ~ 19%. #383325 is dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 51 + 37 = 144 (100%)
R 56 of 144 ~ 38.89%
G 51 of 144 ~ 35.42%
B 37 of 144 ~ 25.69%

%38.89
%35.42
%25.69

CMYK color model

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

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

CMYK percentages

%0
%8.93
%33.93
%78.04

Codes

Color #383325 in popluar color models

383325
RGB565137
HSL44°20.43%18.24%
HSB/HSV44°33.93%21.96%
CMYK0.00%8.93%33.93%
78.04%

Color #383325 in popluar number systems.

HEX383325
Decimal565137
Binary111000110011100101
Octal706345

Shades and tints

Shades of #383325

#383325
(56,51,37)
#332F22
(51,47,34)
#2E2B1F
(46,43,31)
#29271C
(41,39,28)
#242319
(36,35,25)
#1F1F16
(31,31,22)
#1A1B13
(26,27,19)
#151710
(21,23,16)
#10130D
(16,19,13)
#0B0F0A
(11,15,10)
#060B07
(6,11,7)
#000000
(0,0,0)

Tints of #383325

#383325
(56,51,37)
#4A4538
(74,69,56)
#5C574B
(92,87,75)
#6E695E
(110,105,94)
#807B71
(128,123,113)
#928D84
(146,141,132)
#A49F97
(164,159,151)
#B6B1AA
(182,177,170)
#C8C3BD
(200,195,189)
#DAD5D0
(218,213,208)
#ECE7E3
(236,231,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #383325; }

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

This text font color is #383325.


Background Color

.myBgColor { background-color: #383325; }

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

This div background color is #383325.


Border color

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

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

This div border color is #383325.


Opacity

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

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

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

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

This text has shadow with #383325 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #383325 on black background.


Color preview on white background

This text has color #383325 on white background.



Black color preview on #383325 background

This text has black color on #383325 background.


White color preview on #383325 background

This text has white color on #383325 background.