COLOR #363030

HEX: #363030 RGB: (54,48,48)

Color info

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

RGB color model

#363030 color RGB value is (54,48,48).

RGB: (54,48,48) (21%, 19%, 19%)

RGB channels and saturation

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

54
48
48

R + G + B ~ 20%. #363030 is dark color.

Portions of RGB colors in percentages

R + G + B = 54 + 48 + 48 = 150 (100%)
R 54 of 150 ~ 36%
G 48 of 150 ~ 32%
B 48 of 150 ~ 32'%

%36
%32
%32

CMYK color model

#363030 color CMYK value is (0,11,11,79).

  • cyan value is 0.00%
  • magenta value is 11.11%
  • yellow value is 11.11%
  • key color value is 78.82%
CMYK: (0,11,11,79) C0M11Y11K79 (0%,11%,11%,79%) (0.00/0.11/0.11/0.79) 

CMYK percentages

%0
%11.11
%11.11
%78.82

Codes

Color #363030 in popluar color models

36 30 30
RGB 54 48 48
HSL 5.88% 20.00%
HSB/HSV 11.11% 21.18%
CMYK 0.00% 11.11% 11.11%
78.82%

Color #363030 in popluar number systems.

HEX 36 30 30
Decimal 54 48 48
Binary 110110 110000 110000
Octal 66 60 60

Shades and tints

Shades of #363030

#363030
(54,48,48)
#322C2C
(50,44,44)
#2E2828
(46,40,40)
#2A2424
(42,36,36)
#262020
(38,32,32)
#221C1C
(34,28,28)
#1E1818
(30,24,24)
#1A1414
(26,20,20)
#161010
(22,16,16)
#120C0C
(18,12,12)
#0E0808
(14,8,8)
#000000
(0,0,0)

Tints of #363030

#363030
(54,48,48)
#484242
(72,66,66)
#5A5454
(90,84,84)
#6C6666
(108,102,102)
#7E7878
(126,120,120)
#908A8A
(144,138,138)
#A29C9C
(162,156,156)
#B4AEAE
(180,174,174)
#C6C0C0
(198,192,192)
#D8D2D2
(216,210,210)
#EAE4E4
(234,228,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #363030; }

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

This text font color is #363030.

Background Color

.myBgColor { background-color: #363030; }

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

This div background color is #363030.

Border color

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

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

This div border color is #363030.

Opacity

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

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

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

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

This text has shadow with #363030 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #363030.

Preview

Color preview on black background

This text has color #363030 on black background.


Color preview on white background

This text has color #363030 on white background.


Black color preview on #363030 background

This text has black color on #363030 background.


White color preview on #363030 background

This text has white color on #363030 background.


Related colors

Complementary color

Complementary color for #hex is #C9CFCF.


I love getcolorcode.com