COLOR #380620

HEX: #380620
RGB: (56,6,32)

Color info

#380620 contains red, green and blue colors in about the same proportion. Web safe color of #380620 is #330033 (or #303).

RGB color model

#380620 color RGB value is (56,6,32).

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

RGB channels and saturation

R 56 of 255 = 22%
G 6 of 255 = 2%
B 32 of 255 = 13%

56
6
32

R + G + B ~ 12%. #380620 is dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 6 + 32 = 94 (100%)
R 56 of 94 ~ 59.57%
G 6 of 94 ~ 6.38%
B 32 of 94 ~ 34.04%

%59.57
%34.04

CMYK color model

#380620 color CMYK value is (0,89,43,78).

  • cyan value is 0.00%
  • magenta value is 89.29%
  • yellow value is 42.86%
  • key color value is 78.04%
CMYK:
(0,89,43,78)
C0M89Y43K78 
(0%,89%,43%,78%)
(0.00/0.89/0.43/0.78)	

CMYK percentages

%0
%89.29
%42.86
%78.04

Codes

Color #380620 in popluar color models

380620
RGB56632
HSL329°80.65%12.16%
HSB/HSV329°89.29%21.96%
CMYK0.00%89.29%42.86%
78.04%

Color #380620 in popluar number systems.

HEX380620
Decimal56632
Binary111000110100000
Octal70640

Shades and tints

Shades of #380620

#380620
(56,6,32)
#33061E
(51,6,30)
#2E061C
(46,6,28)
#29061A
(41,6,26)
#240618
(36,6,24)
#1F0616
(31,6,22)
#1A0614
(26,6,20)
#150612
(21,6,18)
#100610
(16,6,16)
#0B060E
(11,6,14)
#06060C
(6,6,12)
#000000
(0,0,0)

Tints of #380620

#380620
(56,6,32)
#4A1C34
(74,28,52)
#5C3248
(92,50,72)
#6E485C
(110,72,92)
#805E70
(128,94,112)
#927484
(146,116,132)
#A48A98
(164,138,152)
#B6A0AC
(182,160,172)
#C8B6C0
(200,182,192)
#DACCD4
(218,204,212)
#ECE2E8
(236,226,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #380620; }

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

This text font color is #380620.


Background Color

.myBgColor { background-color: #380620; }

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

This div background color is #380620.


Border color

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

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

This div border color is #380620.


Opacity

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

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

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

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

This text has shadow with #380620 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #380620 on black background.


Color preview on white background

This text has color #380620 on white background.



Black color preview on #380620 background

This text has black color on #380620 background.


White color preview on #380620 background

This text has white color on #380620 background.