COLOR #383310

HEX: #383310
RGB: (56,51,16)

Color info

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

RGB color model

#383310 color RGB value is (56,51,16).

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

RGB channels and saturation

R 56 of 255 = 22%
G 51 of 255 = 20%
B 16 of 255 = 6%

56
51
16

R + G + B ~ 16%. #383310 is dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 51 + 16 = 123 (100%)
R 56 of 123 ~ 45.53%
G 51 of 123 ~ 41.46%
B 16 of 123 ~ 13.01%

%45.53
%41.46
%13.01

CMYK color model

#383310 color CMYK value is (0,9,71,78).

  • cyan value is 0.00%
  • magenta value is 8.93%
  • yellow value is 71.43%
  • key color value is 78.04%
CMYK:
(0,9,71,78)
C0M9Y71K78 
(0%,9%,71%,78%)
(0.00/0.09/0.71/0.78)	

CMYK percentages

%0
%8.93
%71.43
%78.04

Codes

Color #383310 in popluar color models

383310
RGB565116
HSL53°55.56%14.12%
HSB/HSV53°71.43%21.96%
CMYK0.00%8.93%71.43%
78.04%

Color #383310 in popluar number systems.

HEX383310
Decimal565116
Binary11100011001110000
Octal706320

Shades and tints

Shades of #383310

#383310
(56,51,16)
#332F0F
(51,47,15)
#2E2B0E
(46,43,14)
#29270D
(41,39,13)
#24230C
(36,35,12)
#1F1F0B
(31,31,11)
#1A1B0A
(26,27,10)
#151709
(21,23,9)
#101308
(16,19,8)
#0B0F07
(11,15,7)
#060B06
(6,11,6)
#000000
(0,0,0)

Tints of #383310

#383310
(56,51,16)
#4A4525
(74,69,37)
#5C573A
(92,87,58)
#6E694F
(110,105,79)
#807B64
(128,123,100)
#928D79
(146,141,121)
#A49F8E
(164,159,142)
#B6B1A3
(182,177,163)
#C8C3B8
(200,195,184)
#DAD5CD
(218,213,205)
#ECE7E2
(236,231,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #383310; }

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

This text font color is #383310.


Background Color

.myBgColor { background-color: #383310; }

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

This div background color is #383310.


Border color

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

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

This div border color is #383310.


Opacity

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

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

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

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

This text has shadow with #383310 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #383310 on black background.


Color preview on white background

This text has color #383310 on white background.



Black color preview on #383310 background

This text has black color on #383310 background.


White color preview on #383310 background

This text has white color on #383310 background.