COLOR #383935

HEX: #383935
RGB: (56,57,53)

Color info

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

RGB color model

#383935 color RGB value is (56,57,53).

  • red value is 56;
  • green value is 57;
  • blue value is 53.
RGB:
(56,57,53)
(22%,22%,21%)

RGB channels and saturation

R 56 of 255 = 22%
G 57 of 255 = 22%
B 53 of 255 = 21%

56
57
53

R + G + B ~ 22%. #383935 is dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 57 + 53 = 166 (100%)
R 56 of 166 ~ 33.73%
G 57 of 166 ~ 34.34%
B 53 of 166 ~ 31.93%

%33.73
%34.34
%31.93

CMYK color model

#383935 color CMYK value is (2,0,7,78).

  • cyan value is 1.75%
  • magenta value is 0.00%
  • yellow value is 7.02%
  • key color value is 77.65%
CMYK:
(2,0,7,78)
C2M0Y7K78 
(2%,0%,7%,78%)
(0.02/0.00/0.07/0.78)	

CMYK percentages

%1.75
%0
%7.02
%77.65

Codes

Color #383935 in popluar color models

383935
RGB565753
HSL75°3.64%21.57%
HSB/HSV75°7.02%22.35%
CMYK1.75%0.00%7.02%
77.65%

Color #383935 in popluar number systems.

HEX383935
Decimal565753
Binary111000111001110101
Octal707165

Shades and tints

Shades of #383935

#383935
(56,57,53)
#333431
(51,52,49)
#2E2F2D
(46,47,45)
#292A29
(41,42,41)
#242525
(36,37,37)
#1F2021
(31,32,33)
#1A1B1D
(26,27,29)
#151619
(21,22,25)
#101115
(16,17,21)
#0B0C11
(11,12,17)
#06070D
(6,7,13)
#000000
(0,0,0)

Tints of #383935

#383935
(56,57,53)
#4A4B47
(74,75,71)
#5C5D59
(92,93,89)
#6E6F6B
(110,111,107)
#80817D
(128,129,125)
#92938F
(146,147,143)
#A4A5A1
(164,165,161)
#B6B7B3
(182,183,179)
#C8C9C5
(200,201,197)
#DADBD7
(218,219,215)
#ECEDE9
(236,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #383935; }

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

This text font color is #383935.


Background Color

.myBgColor { background-color: #383935; }

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

This div background color is #383935.


Border color

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

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

This div border color is #383935.


Opacity

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

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

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

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

This text has shadow with #383935 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #383935 on black background.


Color preview on white background

This text has color #383935 on white background.



Black color preview on #383935 background

This text has black color on #383935 background.


White color preview on #383935 background

This text has white color on #383935 background.