COLOR #383237

HEX: #383237
RGB: (56,50,55)

Color info

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

RGB color model

#383237 color RGB value is (56,50,55).

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

RGB channels and saturation

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

56
50
55

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

Portions of RGB colors in percentages

R + G + B =
56 + 50 + 55 = 161 (100%)
R 56 of 161 ~ 34.78%
G 50 of 161 ~ 31.06%
B 55 of 161 ~ 34.16%

%34.78
%31.06
%34.16

CMYK color model

#383237 color CMYK value is (0,11,2,78).

  • cyan value is 0.00%
  • magenta value is 10.71%
  • yellow value is 1.79%
  • key color value is 78.04%
CMYK:
(0,11,2,78)
C0M11Y2K78 
(0%,11%,2%,78%)
(0.00/0.11/0.02/0.78)	

CMYK percentages

%0
%10.71
%1.79
%78.04

Codes

Color #383237 in popluar color models

383237
RGB565055
HSL310°5.66%20.78%
HSB/HSV310°10.71%21.96%
CMYK0.00%10.71%1.79%
78.04%

Color #383237 in popluar number systems.

HEX383237
Decimal565055
Binary111000110010110111
Octal706267

Shades and tints

Shades of #383237

#383237
(56,50,55)
#332E32
(51,46,50)
#2E2A2D
(46,42,45)
#292628
(41,38,40)
#242223
(36,34,35)
#1F1E1E
(31,30,30)
#1A1A19
(26,26,25)
#151614
(21,22,20)
#10120F
(16,18,15)
#0B0E0A
(11,14,10)
#060A05
(6,10,5)
#000000
(0,0,0)

Tints of #383237

#383237
(56,50,55)
#4A4449
(74,68,73)
#5C565B
(92,86,91)
#6E686D
(110,104,109)
#807A7F
(128,122,127)
#928C91
(146,140,145)
#A49EA3
(164,158,163)
#B6B0B5
(182,176,181)
#C8C2C7
(200,194,199)
#DAD4D9
(218,212,217)
#ECE6EB
(236,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #383237; }

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

This text font color is #383237.


Background Color

.myBgColor { background-color: #383237; }

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

This div background color is #383237.


Border color

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

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

This div border color is #383237.


Opacity

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

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

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

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

This text has shadow with #383237 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #383237 on black background.


Color preview on white background

This text has color #383237 on white background.



Black color preview on #383237 background

This text has black color on #383237 background.


White color preview on #383237 background

This text has white color on #383237 background.