COLOR #363838

HEX: #363838
RGB: (54,56,56)

Color info

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

RGB color model

#363838 color RGB value is (54,56,56).

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

RGB channels and saturation

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

54
56
56

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

Portions of RGB colors in percentages

R + G + B =
54 + 56 + 56 = 166 (100%)
R 54 of 166 ~ 32.53%
G 56 of 166 ~ 33.73%
B 56 of 166 ~ 33.73%

%32.53
%33.73
%33.73

CMYK color model

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

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

CMYK percentages

%3.57
%0
%0
%78.04

Codes

Color #363838 in popluar color models

363838
RGB545656
HSL180°1.82%21.57%
HSB/HSV180°3.57%21.96%
CMYK3.57%0.00%0.00%
78.04%

Color #363838 in popluar number systems.

HEX363838
Decimal545656
Binary110110111000111000
Octal667070

Shades and tints

Shades of #363838

#363838
(54,56,56)
#323333
(50,51,51)
#2E2E2E
(46,46,46)
#2A2929
(42,41,41)
#262424
(38,36,36)
#221F1F
(34,31,31)
#1E1A1A
(30,26,26)
#1A1515
(26,21,21)
#161010
(22,16,16)
#120B0B
(18,11,11)
#0E0606
(14,6,6)
#000000
(0,0,0)

Tints of #363838

#363838
(54,56,56)
#484A4A
(72,74,74)
#5A5C5C
(90,92,92)
#6C6E6E
(108,110,110)
#7E8080
(126,128,128)
#909292
(144,146,146)
#A2A4A4
(162,164,164)
#B4B6B6
(180,182,182)
#C6C8C8
(198,200,200)
#D8DADA
(216,218,218)
#EAECEC
(234,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #363838; }

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

This text font color is #363838.


Background Color

.myBgColor { background-color: #363838; }

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

This div background color is #363838.


Border color

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

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

This div border color is #363838.


Opacity

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

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

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

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

This text has shadow with #363838 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #363838 on black background.


Color preview on white background

This text has color #363838 on white background.



Black color preview on #363838 background

This text has black color on #363838 background.


White color preview on #363838 background

This text has white color on #363838 background.