COLOR #363F1F

HEX: #363F1F
RGB: (54,63,31)

Color info

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

RGB color model

#363F1F color RGB value is (54,63,31).

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

RGB channels and saturation

R 54 of 255 = 21%
G 63 of 255 = 25%
B 31 of 255 = 12%

54
63
31

R + G + B ~ 19%. #363F1F is dark color.

Portions of RGB colors in percentages

R + G + B =
54 + 63 + 31 = 148 (100%)
R 54 of 148 ~ 36.49%
G 63 of 148 ~ 42.57%
B 31 of 148 ~ 20.95%

%36.49
%42.57
%20.95

CMYK color model

#363F1F color CMYK value is (14,0,51,75).

  • cyan value is 14.29%
  • magenta value is 0.00%
  • yellow value is 50.79%
  • key color value is 75.29%
CMYK:
(14,0,51,75)
C14M0Y51K75 
(14%,0%,51%,75%)
(0.14/0.00/0.51/0.75)	

CMYK percentages

%14.29
%0
%50.79
%75.29

Codes

Color #363F1F in popluar color models

363F1F
RGB546331
HSL77°34.04%18.43%
HSB/HSV77°50.79%24.71%
CMYK14.29%0.00%50.79%
75.29%

Color #363F1F in popluar number systems.

HEX363F1F
Decimal546331
Binary11011011111111111
Octal667737

Shades and tints

Shades of #363F1F

#363F1F
(54,63,31)
#323A1D
(50,58,29)
#2E351B
(46,53,27)
#2A3019
(42,48,25)
#262B17
(38,43,23)
#222615
(34,38,21)
#1E2113
(30,33,19)
#1A1C11
(26,28,17)
#16170F
(22,23,15)
#12120D
(18,18,13)
#0E0D0B
(14,13,11)
#000000
(0,0,0)

Tints of #363F1F

#363F1F
(54,63,31)
#485033
(72,80,51)
#5A6147
(90,97,71)
#6C725B
(108,114,91)
#7E836F
(126,131,111)
#909483
(144,148,131)
#A2A597
(162,165,151)
#B4B6AB
(180,182,171)
#C6C7BF
(198,199,191)
#D8D8D3
(216,216,211)
#EAE9E7
(234,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #363F1F color. Also use rgb(54,63,31) instead hex code.

Text Font Color

.myTextColor { color: #363F1F; }

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

This text font color is #363F1F.


Background Color

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

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

This div background color is #363F1F.


Border color

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

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

This div border color is #363F1F.


Opacity

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

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

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

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

This text has shadow with #363F1F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #363F1F on black background.


Color preview on white background

This text has color #363F1F on white background.



Black color preview on #363F1F background

This text has black color on #363F1F background.


White color preview on #363F1F background

This text has white color on #363F1F background.