COLOR #383619

HEX: #383619
RGB: (56,54,25)

Color info

#383619 contains red, green and blue colors in about the same proportion. Web safe color of #383619 is #333300 (or #330).

RGB color model

#383619 color RGB value is (56,54,25).

  • red value is 56;
  • green value is 54;
  • blue value is 25.
RGB:
(56,54,25)
(22%,21%,10%)

RGB channels and saturation

R 56 of 255 = 22%
G 54 of 255 = 21%
B 25 of 255 = 10%

56
54
25

R + G + B ~ 18%. #383619 is dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 54 + 25 = 135 (100%)
R 56 of 135 ~ 41.48%
G 54 of 135 ~ 40%
B 25 of 135 ~ 18.52%

%41.48
%40
%18.52

CMYK color model

#383619 color CMYK value is (0,4,55,78).

  • cyan value is 0.00%
  • magenta value is 3.57%
  • yellow value is 55.36%
  • key color value is 78.04%
CMYK:
(0,4,55,78)
C0M4Y55K78 
(0%,4%,55%,78%)
(0.00/0.04/0.55/0.78)	

CMYK percentages

%0
%3.57
%55.36
%78.04

Codes

Color #383619 in popluar color models

383619
RGB565425
HSL56°38.27%15.88%
HSB/HSV56°55.36%21.96%
CMYK0.00%3.57%55.36%
78.04%

Color #383619 in popluar number systems.

HEX383619
Decimal565425
Binary11100011011011001
Octal706631

Shades and tints

Shades of #383619

#383619
(56,54,25)
#333217
(51,50,23)
#2E2E15
(46,46,21)
#292A13
(41,42,19)
#242611
(36,38,17)
#1F220F
(31,34,15)
#1A1E0D
(26,30,13)
#151A0B
(21,26,11)
#101609
(16,22,9)
#0B1207
(11,18,7)
#060E05
(6,14,5)
#000000
(0,0,0)

Tints of #383619

#383619
(56,54,25)
#4A482D
(74,72,45)
#5C5A41
(92,90,65)
#6E6C55
(110,108,85)
#807E69
(128,126,105)
#92907D
(146,144,125)
#A4A291
(164,162,145)
#B6B4A5
(182,180,165)
#C8C6B9
(200,198,185)
#DAD8CD
(218,216,205)
#ECEAE1
(236,234,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #383619; }

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

This text font color is #383619.


Background Color

.myBgColor { background-color: #383619; }

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

This div background color is #383619.


Border color

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

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

This div border color is #383619.


Opacity

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

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

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

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

This text has shadow with #383619 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #383619 on black background.


Color preview on white background

This text has color #383619 on white background.



Black color preview on #383619 background

This text has black color on #383619 background.


White color preview on #383619 background

This text has white color on #383619 background.