COLOR #383334

HEX: #383334
RGB: (56,51,52)

Color info

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

RGB color model

#383334 color RGB value is (56,51,52).

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

RGB channels and saturation

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

56
51
52

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

Portions of RGB colors in percentages

R + G + B =
56 + 51 + 52 = 159 (100%)
R 56 of 159 ~ 35.22%
G 51 of 159 ~ 32.08%
B 52 of 159 ~ 32.7%

%35.22
%32.08
%32.7

CMYK color model

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

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

CMYK percentages

%0
%8.93
%7.14
%78.04

Codes

Color #383334 in popluar color models

383334
RGB565152
HSL348°4.67%20.98%
HSB/HSV348°8.93%21.96%
CMYK0.00%8.93%7.14%
78.04%

Color #383334 in popluar number systems.

HEX383334
Decimal565152
Binary111000110011110100
Octal706364

Shades and tints

Shades of #383334

#383334
(56,51,52)
#332F30
(51,47,48)
#2E2B2C
(46,43,44)
#292728
(41,39,40)
#242324
(36,35,36)
#1F1F20
(31,31,32)
#1A1B1C
(26,27,28)
#151718
(21,23,24)
#101314
(16,19,20)
#0B0F10
(11,15,16)
#060B0C
(6,11,12)
#000000
(0,0,0)

Tints of #383334

#383334
(56,51,52)
#4A4546
(74,69,70)
#5C5758
(92,87,88)
#6E696A
(110,105,106)
#807B7C
(128,123,124)
#928D8E
(146,141,142)
#A49FA0
(164,159,160)
#B6B1B2
(182,177,178)
#C8C3C4
(200,195,196)
#DAD5D6
(218,213,214)
#ECE7E8
(236,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #383334; }

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

This text font color is #383334.


Background Color

.myBgColor { background-color: #383334; }

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

This div background color is #383334.


Border color

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

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

This div border color is #383334.


Opacity

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

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

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

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

This text has shadow with #383334 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #383334 on black background.


Color preview on white background

This text has color #383334 on white background.



Black color preview on #383334 background

This text has black color on #383334 background.


White color preview on #383334 background

This text has white color on #383334 background.