COLOR #363D41

HEX: #363D41
RGB: (54,61,65)

Renk bilgisi

#363D41 contains red, green and blue colors in about the same proportion. #363D41 ‘ nin web güvenlik rengi #333333 (ya da #333) dir.

RGB renk modeli

#363D41 color RGB value is (54,61,65).

  • kırmız ton 54;
  • yeşil ton 61;
  • mavi ton 65.
RGB:
(54,61,65)
(21%,24%,25%)

RGB bağlantıları ve doygunluk

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

54
61
65

R + G + B ~ 23%. #363D41 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
54 + 61 + 65 = 180 (100%)
R 54 of 180 ~ 30%
G 61 of 180 ~ 33.89%
B 65 of 180 ~ 36.11%

%30
%33.89
%36.11

CMYK RENK MODELİ

#363D41 rengi CMYK tonu (17,6,0,75).

  • camgöbeği tonu 16.92%
  • eflatun tonu 6.15%
  • sarı tonu 0.00%
  • ana renk tonu 74.51%
CMYK:
(17,6,0,75)
C17M6Y0K75 
(17%,6%,0%,75%)
(0.17/0.06/0.00/0.75)	

CMYK yüzdeleri

%16.92
%6.15
%0
%74.51

Codes

Color #363D41 in popluar color models

363D41
RGB546165
HSL202°9.24%23.33%
HSB/HSV202°16.92%25.49%
CMYK16.92%6.15%0.00%
74.51%

Color #363D41 in popluar number systems.

HEX363D41
Decimal546165
Binary1101101111011000001
Octal6675101

Shades and tints

Shades of #363D41

#363D41
(54,61,65)
#32383C
(50,56,60)
#2E3337
(46,51,55)
#2A2E32
(42,46,50)
#26292D
(38,41,45)
#222428
(34,36,40)
#1E1F23
(30,31,35)
#1A1A1E
(26,26,30)
#161519
(22,21,25)
#121014
(18,16,20)
#0E0B0F
(14,11,15)
#000000
(0,0,0)

Tints of #363D41

#363D41
(54,61,65)
#484E52
(72,78,82)
#5A5F63
(90,95,99)
#6C7074
(108,112,116)
#7E8185
(126,129,133)
#909296
(144,146,150)
#A2A3A7
(162,163,167)
#B4B4B8
(180,180,184)
#C6C5C9
(198,197,201)
#D8D6DA
(216,214,218)
#EAE7EB
(234,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #363D41; }

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

This text font color is #363D41.


Background Color

.myBgColor { background-color: #363D41; }

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

This div background color is #363D41.


Border color

.myBorderColor { border: 1px solid #363D41; }

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

This div border color is #363D41.


Opacity

.myOpacity80 { color: #363D41; opacity: 0.8; }

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

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

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

This text has shadow with #363D41 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #363D41 on black background.


Color preview on white background

This text has color #363D41 on white background.



Black color preview on #363D41 background

This text has black color on #363D41 background.


White color preview on #363D41 background

This text has white color on #363D41 background.