COLOR #383720

HEX: #383720
RGB: (56,55,32)

Color info

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

RGB color model

#383720 color RGB value is (56,55,32).

  • red value is 56;
  • green value is 55;
  • blue value is 32.
RGB:
(56,55,32)
(22%,22%,13%)

RGB channels and saturation

R 56 of 255 = 22%
G 55 of 255 = 22%
B 32 of 255 = 13%

56
55
32

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

Portions of RGB colors in percentages

R + G + B =
56 + 55 + 32 = 143 (100%)
R 56 of 143 ~ 39.16%
G 55 of 143 ~ 38.46%
B 32 of 143 ~ 22.38%

%39.16
%38.46
%22.38

CMYK color model

#383720 color CMYK value is (0,2,43,78).

  • cyan value is 0.00%
  • magenta value is 1.79%
  • yellow value is 42.86%
  • key color value is 78.04%
CMYK:
(0,2,43,78)
C0M2Y43K78 
(0%,2%,43%,78%)
(0.00/0.02/0.43/0.78)	

CMYK percentages

%0
%1.79
%42.86
%78.04

Codes

Color #383720 in popluar color models

383720
RGB565532
HSL58°27.27%17.25%
HSB/HSV58°42.86%21.96%
CMYK0.00%1.79%42.86%
78.04%

Color #383720 in popluar number systems.

HEX383720
Decimal565532
Binary111000110111100000
Octal706740

Shades and tints

Shades of #383720

#383720
(56,55,32)
#33321E
(51,50,30)
#2E2D1C
(46,45,28)
#29281A
(41,40,26)
#242318
(36,35,24)
#1F1E16
(31,30,22)
#1A1914
(26,25,20)
#151412
(21,20,18)
#100F10
(16,15,16)
#0B0A0E
(11,10,14)
#06050C
(6,5,12)
#000000
(0,0,0)

Tints of #383720

#383720
(56,55,32)
#4A4934
(74,73,52)
#5C5B48
(92,91,72)
#6E6D5C
(110,109,92)
#807F70
(128,127,112)
#929184
(146,145,132)
#A4A398
(164,163,152)
#B6B5AC
(182,181,172)
#C8C7C0
(200,199,192)
#DAD9D4
(218,217,212)
#ECEBE8
(236,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #383720; }

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

This text font color is #383720.


Background Color

.myBgColor { background-color: #383720; }

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

This div background color is #383720.


Border color

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

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

This div border color is #383720.


Opacity

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

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

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

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

This text has shadow with #383720 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #383720 on black background.


Color preview on white background

This text has color #383720 on white background.



Black color preview on #383720 background

This text has black color on #383720 background.


White color preview on #383720 background

This text has white color on #383720 background.