COLOR #383735

HEX: #383735
RGB: (56,55,53)

Color info

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

RGB color model

#383735 color RGB value is (56,55,53).

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

RGB channels and saturation

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

56
55
53

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

Portions of RGB colors in percentages

R + G + B =
56 + 55 + 53 = 164 (100%)
R 56 of 164 ~ 34.15%
G 55 of 164 ~ 33.54%
B 53 of 164 ~ 32.32%

%34.15
%33.54
%32.32

CMYK color model

#383735 color CMYK value is (0,2,5,78).

  • cyan value is 0.00%
  • magenta value is 1.79%
  • yellow value is 5.36%
  • key color value is 78.04%
CMYK:
(0,2,5,78)
C0M2Y5K78 
(0%,2%,5%,78%)
(0.00/0.02/0.05/0.78)	

CMYK percentages

%0
%1.79
%5.36
%78.04

Codes

Color #383735 in popluar color models

383735
RGB565553
HSL40°2.75%21.37%
HSB/HSV40°5.36%21.96%
CMYK0.00%1.79%5.36%
78.04%

Color #383735 in popluar number systems.

HEX383735
Decimal565553
Binary111000110111110101
Octal706765

Shades and tints

Shades of #383735

#383735
(56,55,53)
#333231
(51,50,49)
#2E2D2D
(46,45,45)
#292829
(41,40,41)
#242325
(36,35,37)
#1F1E21
(31,30,33)
#1A191D
(26,25,29)
#151419
(21,20,25)
#100F15
(16,15,21)
#0B0A11
(11,10,17)
#06050D
(6,5,13)
#000000
(0,0,0)

Tints of #383735

#383735
(56,55,53)
#4A4947
(74,73,71)
#5C5B59
(92,91,89)
#6E6D6B
(110,109,107)
#807F7D
(128,127,125)
#92918F
(146,145,143)
#A4A3A1
(164,163,161)
#B6B5B3
(182,181,179)
#C8C7C5
(200,199,197)
#DAD9D7
(218,217,215)
#ECEBE9
(236,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #383735; }

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

This text font color is #383735.


Background Color

.myBgColor { background-color: #383735; }

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

This div background color is #383735.


Border color

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

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

This div border color is #383735.


Opacity

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

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

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

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

This text has shadow with #383735 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #383735 on black background.


Color preview on white background

This text has color #383735 on white background.



Black color preview on #383735 background

This text has black color on #383735 background.


White color preview on #383735 background

This text has white color on #383735 background.