COLOR #383330

HEX: #383330
RGB: (56,51,48)

Color info

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

RGB color model

#383330 color RGB value is (56,51,48).

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

RGB channels and saturation

R 56 of 255 = 22%
G 51 of 255 = 20%
B 48 of 255 = 19%

56
51
48

R + G + B ~ 20%. #383330 is dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 51 + 48 = 155 (100%)
R 56 of 155 ~ 36.13%
G 51 of 155 ~ 32.9%
B 48 of 155 ~ 30.97%

%36.13
%32.9
%30.97

CMYK color model

#383330 color CMYK value is (0,9,14,78).

  • cyan value is 0.00%
  • magenta value is 8.93%
  • yellow value is 14.29%
  • key color value is 78.04%
CMYK:
(0,9,14,78)
C0M9Y14K78 
(0%,9%,14%,78%)
(0.00/0.09/0.14/0.78)	

CMYK percentages

%0
%8.93
%14.29
%78.04

Codes

Color #383330 in popluar color models

383330
RGB565148
HSL23°7.69%20.39%
HSB/HSV23°14.29%21.96%
CMYK0.00%8.93%14.29%
78.04%

Color #383330 in popluar number systems.

HEX383330
Decimal565148
Binary111000110011110000
Octal706360

Shades and tints

Shades of #383330

#383330
(56,51,48)
#332F2C
(51,47,44)
#2E2B28
(46,43,40)
#292724
(41,39,36)
#242320
(36,35,32)
#1F1F1C
(31,31,28)
#1A1B18
(26,27,24)
#151714
(21,23,20)
#101310
(16,19,16)
#0B0F0C
(11,15,12)
#060B08
(6,11,8)
#000000
(0,0,0)

Tints of #383330

#383330
(56,51,48)
#4A4542
(74,69,66)
#5C5754
(92,87,84)
#6E6966
(110,105,102)
#807B78
(128,123,120)
#928D8A
(146,141,138)
#A49F9C
(164,159,156)
#B6B1AE
(182,177,174)
#C8C3C0
(200,195,192)
#DAD5D2
(218,213,210)
#ECE7E4
(236,231,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #383330; }

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

This text font color is #383330.


Background Color

.myBgColor { background-color: #383330; }

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

This div background color is #383330.


Border color

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

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

This div border color is #383330.


Opacity

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

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

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

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

This text has shadow with #383330 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #383330 on black background.


Color preview on white background

This text has color #383330 on white background.



Black color preview on #383330 background

This text has black color on #383330 background.


White color preview on #383330 background

This text has white color on #383330 background.