COLOR #383630

HEX: #383630
RGB: (56,54,48)

Color info

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

RGB color model

#383630 color RGB value is (56,54,48).

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

RGB channels and saturation

R 56 of 255 = 22%
G 54 of 255 = 21%
B 48 of 255 = 19%

56
54
48

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

Portions of RGB colors in percentages

R + G + B =
56 + 54 + 48 = 158 (100%)
R 56 of 158 ~ 35.44%
G 54 of 158 ~ 34.18%
B 48 of 158 ~ 30.38%

%35.44
%34.18
%30.38

CMYK color model

#383630 color CMYK value is (0,4,14,78).

  • cyan value is 0.00%
  • magenta value is 3.57%
  • yellow value is 14.29%
  • key color value is 78.04%
CMYK:
(0,4,14,78)
C0M4Y14K78 
(0%,4%,14%,78%)
(0.00/0.04/0.14/0.78)	

CMYK percentages

%0
%3.57
%14.29
%78.04

Codes

Color #383630 in popluar color models

383630
RGB565448
HSL45°7.69%20.39%
HSB/HSV45°14.29%21.96%
CMYK0.00%3.57%14.29%
78.04%

Color #383630 in popluar number systems.

HEX383630
Decimal565448
Binary111000110110110000
Octal706660

Shades and tints

Shades of #383630

#383630
(56,54,48)
#33322C
(51,50,44)
#2E2E28
(46,46,40)
#292A24
(41,42,36)
#242620
(36,38,32)
#1F221C
(31,34,28)
#1A1E18
(26,30,24)
#151A14
(21,26,20)
#101610
(16,22,16)
#0B120C
(11,18,12)
#060E08
(6,14,8)
#000000
(0,0,0)

Tints of #383630

#383630
(56,54,48)
#4A4842
(74,72,66)
#5C5A54
(92,90,84)
#6E6C66
(110,108,102)
#807E78
(128,126,120)
#92908A
(146,144,138)
#A4A29C
(164,162,156)
#B6B4AE
(182,180,174)
#C8C6C0
(200,198,192)
#DAD8D2
(218,216,210)
#ECEAE4
(236,234,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #383630; }

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

This text font color is #383630.


Background Color

.myBgColor { background-color: #383630; }

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

This div background color is #383630.


Border color

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

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

This div border color is #383630.


Opacity

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

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

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

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

This text has shadow with #383630 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #383630 on black background.


Color preview on white background

This text has color #383630 on white background.



Black color preview on #383630 background

This text has black color on #383630 background.


White color preview on #383630 background

This text has white color on #383630 background.