COLOR #383530

HEX: #383530
RGB: (56,53,48)

Color info

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

RGB color model

#383530 color RGB value is (56,53,48).

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

RGB channels and saturation

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

56
53
48

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

Portions of RGB colors in percentages

R + G + B =
56 + 53 + 48 = 157 (100%)
R 56 of 157 ~ 35.67%
G 53 of 157 ~ 33.76%
B 48 of 157 ~ 30.57%

%35.67
%33.76
%30.57

CMYK color model

#383530 color CMYK value is (0,5,14,78).

  • cyan value is 0.00%
  • magenta value is 5.36%
  • yellow value is 14.29%
  • key color value is 78.04%
CMYK:
(0,5,14,78)
C0M5Y14K78 
(0%,5%,14%,78%)
(0.00/0.05/0.14/0.78)	

CMYK percentages

%0
%5.36
%14.29
%78.04

Codes

Color #383530 in popluar color models

383530
RGB565348
HSL38°7.69%20.39%
HSB/HSV38°14.29%21.96%
CMYK0.00%5.36%14.29%
78.04%

Color #383530 in popluar number systems.

HEX383530
Decimal565348
Binary111000110101110000
Octal706560

Shades and tints

Shades of #383530

#383530
(56,53,48)
#33312C
(51,49,44)
#2E2D28
(46,45,40)
#292924
(41,41,36)
#242520
(36,37,32)
#1F211C
(31,33,28)
#1A1D18
(26,29,24)
#151914
(21,25,20)
#101510
(16,21,16)
#0B110C
(11,17,12)
#060D08
(6,13,8)
#000000
(0,0,0)

Tints of #383530

#383530
(56,53,48)
#4A4742
(74,71,66)
#5C5954
(92,89,84)
#6E6B66
(110,107,102)
#807D78
(128,125,120)
#928F8A
(146,143,138)
#A4A19C
(164,161,156)
#B6B3AE
(182,179,174)
#C8C5C0
(200,197,192)
#DAD7D2
(218,215,210)
#ECE9E4
(236,233,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #383530; }

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

This text font color is #383530.


Background Color

.myBgColor { background-color: #383530; }

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

This div background color is #383530.


Border color

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

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

This div border color is #383530.


Opacity

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

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

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

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

This text has shadow with #383530 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #383530 on black background.


Color preview on white background

This text has color #383530 on white background.



Black color preview on #383530 background

This text has black color on #383530 background.


White color preview on #383530 background

This text has white color on #383530 background.