COLOR #383333

HEX: #383333
RGB: (56,51,51)

Color info

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

RGB color model

#383333 color RGB value is (56,51,51).

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

RGB channels and saturation

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

56
51
51

R + G + B ~ 21%. #383333 is dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 51 + 51 = 158 (100%)
R 56 of 158 ~ 35.44%
G 51 of 158 ~ 32.28%
B 51 of 158 ~ 32.28%

%35.44
%32.28
%32.28

CMYK color model

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

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

CMYK percentages

%0
%8.93
%8.93
%78.04

Codes

Color #383333 in popluar color models

383333
RGB565151
HSL4.67%20.98%
HSB/HSV8.93%21.96%
CMYK0.00%8.93%8.93%
78.04%

Color #383333 in popluar number systems.

HEX383333
Decimal565151
Binary111000110011110011
Octal706363

Shades and tints

Shades of #383333

#383333
(56,51,51)
#332F2F
(51,47,47)
#2E2B2B
(46,43,43)
#292727
(41,39,39)
#242323
(36,35,35)
#1F1F1F
(31,31,31)
#1A1B1B
(26,27,27)
#151717
(21,23,23)
#101313
(16,19,19)
#0B0F0F
(11,15,15)
#060B0B
(6,11,11)
#000000
(0,0,0)

Tints of #383333

#383333
(56,51,51)
#4A4545
(74,69,69)
#5C5757
(92,87,87)
#6E6969
(110,105,105)
#807B7B
(128,123,123)
#928D8D
(146,141,141)
#A49F9F
(164,159,159)
#B6B1B1
(182,177,177)
#C8C3C3
(200,195,195)
#DAD5D5
(218,213,213)
#ECE7E7
(236,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #383333; }

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

This text font color is #383333.


Background Color

.myBgColor { background-color: #383333; }

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

This div background color is #383333.


Border color

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

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

This div border color is #383333.


Opacity

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

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

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

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

This text has shadow with #383333 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #383333 on black background.


Color preview on white background

This text has color #383333 on white background.



Black color preview on #383333 background

This text has black color on #383333 background.


White color preview on #383333 background

This text has white color on #383333 background.