COLOR #363641

HEX: #363641
RGB: (54,54,65)

Color info

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

RGB color model

#363641 color RGB value is (54,54,65).

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

RGB channels and saturation

R 54 of 255 = 21%
G 54 of 255 = 21%
B 65 of 255 = 25%

54
54
65

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

Portions of RGB colors in percentages

R + G + B =
54 + 54 + 65 = 173 (100%)
R 54 of 173 ~ 31.21%
G 54 of 173 ~ 31.21%
B 65 of 173 ~ 37.57%

%31.21
%31.21
%37.57

CMYK color model

#363641 color CMYK value is (17,17,0,75).

  • cyan value is 16.92%
  • magenta value is 16.92%
  • yellow value is 0.00%
  • key color value is 74.51%
CMYK:
(17,17,0,75)
C17M17Y0K75 
(17%,17%,0%,75%)
(0.17/0.17/0.00/0.75)	

CMYK percentages

%16.92
%16.92
%0
%74.51

Codes

Color #363641 in popluar color models

363641
RGB545465
HSL240°9.24%23.33%
HSB/HSV240°16.92%25.49%
CMYK16.92%16.92%0.00%
74.51%

Color #363641 in popluar number systems.

HEX363641
Decimal545465
Binary1101101101101000001
Octal6666101

Shades and tints

Shades of #363641

#363641
(54,54,65)
#32323C
(50,50,60)
#2E2E37
(46,46,55)
#2A2A32
(42,42,50)
#26262D
(38,38,45)
#222228
(34,34,40)
#1E1E23
(30,30,35)
#1A1A1E
(26,26,30)
#161619
(22,22,25)
#121214
(18,18,20)
#0E0E0F
(14,14,15)
#000000
(0,0,0)

Tints of #363641

#363641
(54,54,65)
#484852
(72,72,82)
#5A5A63
(90,90,99)
#6C6C74
(108,108,116)
#7E7E85
(126,126,133)
#909096
(144,144,150)
#A2A2A7
(162,162,167)
#B4B4B8
(180,180,184)
#C6C6C9
(198,198,201)
#D8D8DA
(216,216,218)
#EAEAEB
(234,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #363641; }

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

This text font color is #363641.


Background Color

.myBgColor { background-color: #363641; }

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

This div background color is #363641.


Border color

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

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

This div border color is #363641.


Opacity

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

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

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

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

This text has shadow with #363641 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #363641 on black background.


Color preview on white background

This text has color #363641 on white background.



Black color preview on #363641 background

This text has black color on #363641 background.


White color preview on #363641 background

This text has white color on #363641 background.