COLOR #383634

HEX: #383634
RGB: (56,54,52)

Color info

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

RGB color model

#383634 color RGB value is (56,54,52).

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

RGB channels and saturation

R 56 of 255 = 22%
G 54 of 255 = 21%
B 52 of 255 = 20%

56
54
52

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

Portions of RGB colors in percentages

R + G + B =
56 + 54 + 52 = 162 (100%)
R 56 of 162 ~ 34.57%
G 54 of 162 ~ 33.33%
B 52 of 162 ~ 32.1%

%34.57
%33.33
%32.1

CMYK color model

#383634 color CMYK value is (0,4,7,78).

  • cyan value is 0.00%
  • magenta value is 3.57%
  • yellow value is 7.14%
  • key color value is 78.04%
CMYK:
(0,4,7,78)
C0M4Y7K78 
(0%,4%,7%,78%)
(0.00/0.04/0.07/0.78)	

CMYK percentages

%0
%3.57
%7.14
%78.04

Codes

Color #383634 in popluar color models

383634
RGB565452
HSL30°3.70%21.18%
HSB/HSV30°7.14%21.96%
CMYK0.00%3.57%7.14%
78.04%

Color #383634 in popluar number systems.

HEX383634
Decimal565452
Binary111000110110110100
Octal706664

Shades and tints

Shades of #383634

#383634
(56,54,52)
#333230
(51,50,48)
#2E2E2C
(46,46,44)
#292A28
(41,42,40)
#242624
(36,38,36)
#1F2220
(31,34,32)
#1A1E1C
(26,30,28)
#151A18
(21,26,24)
#101614
(16,22,20)
#0B1210
(11,18,16)
#060E0C
(6,14,12)
#000000
(0,0,0)

Tints of #383634

#383634
(56,54,52)
#4A4846
(74,72,70)
#5C5A58
(92,90,88)
#6E6C6A
(110,108,106)
#807E7C
(128,126,124)
#92908E
(146,144,142)
#A4A2A0
(164,162,160)
#B6B4B2
(182,180,178)
#C8C6C4
(200,198,196)
#DAD8D6
(218,216,214)
#ECEAE8
(236,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #383634; }

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

This text font color is #383634.


Background Color

.myBgColor { background-color: #383634; }

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

This div background color is #383634.


Border color

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

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

This div border color is #383634.


Opacity

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

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

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

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

This text has shadow with #383634 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #383634 on black background.


Color preview on white background

This text has color #383634 on white background.



Black color preview on #383634 background

This text has black color on #383634 background.


White color preview on #383634 background

This text has white color on #383634 background.