COLOR #383225

HEX: #383225
RGB: (56,50,37)

Color info

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

RGB color model

#383225 color RGB value is (56,50,37).

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

RGB channels and saturation

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

56
50
37

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

Portions of RGB colors in percentages

R + G + B =
56 + 50 + 37 = 143 (100%)
R 56 of 143 ~ 39.16%
G 50 of 143 ~ 34.97%
B 37 of 143 ~ 25.87%

%39.16
%34.97
%25.87

CMYK color model

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

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

CMYK percentages

%0
%10.71
%33.93
%78.04

Codes

Color #383225 in popluar color models

383225
RGB565037
HSL41°20.43%18.24%
HSB/HSV41°33.93%21.96%
CMYK0.00%10.71%33.93%
78.04%

Color #383225 in popluar number systems.

HEX383225
Decimal565037
Binary111000110010100101
Octal706245

Shades and tints

Shades of #383225

#383225
(56,50,37)
#332E22
(51,46,34)
#2E2A1F
(46,42,31)
#29261C
(41,38,28)
#242219
(36,34,25)
#1F1E16
(31,30,22)
#1A1A13
(26,26,19)
#151610
(21,22,16)
#10120D
(16,18,13)
#0B0E0A
(11,14,10)
#060A07
(6,10,7)
#000000
(0,0,0)

Tints of #383225

#383225
(56,50,37)
#4A4438
(74,68,56)
#5C564B
(92,86,75)
#6E685E
(110,104,94)
#807A71
(128,122,113)
#928C84
(146,140,132)
#A49E97
(164,158,151)
#B6B0AA
(182,176,170)
#C8C2BD
(200,194,189)
#DAD4D0
(218,212,208)
#ECE6E3
(236,230,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #383225; }

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

This text font color is #383225.


Background Color

.myBgColor { background-color: #383225; }

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

This div background color is #383225.


Border color

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

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

This div border color is #383225.


Opacity

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

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

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

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

This text has shadow with #383225 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #383225 on black background.


Color preview on white background

This text has color #383225 on white background.



Black color preview on #383225 background

This text has black color on #383225 background.


White color preview on #383225 background

This text has white color on #383225 background.