COLOR #383337

HEX: #383337
RGB: (56,51,55)

Color info

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

RGB color model

#383337 color RGB value is (56,51,55).

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

RGB channels and saturation

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

56
51
55

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

Portions of RGB colors in percentages

R + G + B =
56 + 51 + 55 = 162 (100%)
R 56 of 162 ~ 34.57%
G 51 of 162 ~ 31.48%
B 55 of 162 ~ 33.95%

%34.57
%31.48
%33.95

CMYK color model

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

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

CMYK percentages

%0
%8.93
%1.79
%78.04

Codes

Color #383337 in popluar color models

383337
RGB565155
HSL312°4.67%20.98%
HSB/HSV312°8.93%21.96%
CMYK0.00%8.93%1.79%
78.04%

Color #383337 in popluar number systems.

HEX383337
Decimal565155
Binary111000110011110111
Octal706367

Shades and tints

Shades of #383337

#383337
(56,51,55)
#332F32
(51,47,50)
#2E2B2D
(46,43,45)
#292728
(41,39,40)
#242323
(36,35,35)
#1F1F1E
(31,31,30)
#1A1B19
(26,27,25)
#151714
(21,23,20)
#10130F
(16,19,15)
#0B0F0A
(11,15,10)
#060B05
(6,11,5)
#000000
(0,0,0)

Tints of #383337

#383337
(56,51,55)
#4A4549
(74,69,73)
#5C575B
(92,87,91)
#6E696D
(110,105,109)
#807B7F
(128,123,127)
#928D91
(146,141,145)
#A49FA3
(164,159,163)
#B6B1B5
(182,177,181)
#C8C3C7
(200,195,199)
#DAD5D9
(218,213,217)
#ECE7EB
(236,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #383337; }

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

This text font color is #383337.


Background Color

.myBgColor { background-color: #383337; }

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

This div background color is #383337.


Border color

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

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

This div border color is #383337.


Opacity

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

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

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

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

This text has shadow with #383337 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #383337 on black background.


Color preview on white background

This text has color #383337 on white background.



Black color preview on #383337 background

This text has black color on #383337 background.


White color preview on #383337 background

This text has white color on #383337 background.