COLOR #363F0F

HEX: #363F0F
RGB: (54,63,15)

Color info

#363F0F contains red, green and blue colors in about the same proportion. Web safe color of #363F0F is #333300 (or #330).

RGB color model

#363F0F color RGB value is (54,63,15).

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

RGB channels and saturation

R 54 of 255 = 21%
G 63 of 255 = 25%
B 15 of 255 = 6%

54
63
15

R + G + B ~ 17%. #363F0F is dark color.

Portions of RGB colors in percentages

R + G + B =
54 + 63 + 15 = 132 (100%)
R 54 of 132 ~ 40.91%
G 63 of 132 ~ 47.73%
B 15 of 132 ~ 11.36%

%40.91
%47.73
%11.36

CMYK color model

#363F0F color CMYK value is (14,0,76,75).

  • cyan value is 14.29%
  • magenta value is 0.00%
  • yellow value is 76.19%
  • key color value is 75.29%
CMYK:
(14,0,76,75)
C14M0Y76K75 
(14%,0%,76%,75%)
(0.14/0.00/0.76/0.75)	

CMYK percentages

%14.29
%0
%76.19
%75.29

Codes

Color #363F0F in popluar color models

363F0F
RGB546315
HSL71°61.54%15.29%
HSB/HSV71°76.19%24.71%
CMYK14.29%0.00%76.19%
75.29%

Color #363F0F in popluar number systems.

HEX363F0F
Decimal546315
Binary1101101111111111
Octal667717

Shades and tints

Shades of #363F0F

#363F0F
(54,63,15)
#323A0E
(50,58,14)
#2E350D
(46,53,13)
#2A300C
(42,48,12)
#262B0B
(38,43,11)
#22260A
(34,38,10)
#1E2109
(30,33,9)
#1A1C08
(26,28,8)
#161707
(22,23,7)
#121206
(18,18,6)
#0E0D05
(14,13,5)
#000000
(0,0,0)

Tints of #363F0F

#363F0F
(54,63,15)
#485024
(72,80,36)
#5A6139
(90,97,57)
#6C724E
(108,114,78)
#7E8363
(126,131,99)
#909478
(144,148,120)
#A2A58D
(162,165,141)
#B4B6A2
(180,182,162)
#C6C7B7
(198,199,183)
#D8D8CC
(216,216,204)
#EAE9E1
(234,233,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #363F0F; }

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

This text font color is #363F0F.


Background Color

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

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

This div background color is #363F0F.


Border color

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

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

This div border color is #363F0F.


Opacity

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

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

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

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

This text has shadow with #363F0F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #363F0F on black background.


Color preview on white background

This text has color #363F0F on white background.



Black color preview on #363F0F background

This text has black color on #363F0F background.


White color preview on #363F0F background

This text has white color on #363F0F background.