COLOR #363F15

HEX: #363F15
RGB: (54,63,21)

Color info

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

RGB color model

#363F15 color RGB value is (54,63,21).

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

RGB channels and saturation

R 54 of 255 = 21%
G 63 of 255 = 25%
B 21 of 255 = 8%

54
63
21

R + G + B ~ 18%. #363F15 is dark color.

Portions of RGB colors in percentages

R + G + B =
54 + 63 + 21 = 138 (100%)
R 54 of 138 ~ 39.13%
G 63 of 138 ~ 45.65%
B 21 of 138 ~ 15.22%

%39.13
%45.65
%15.22

CMYK color model

#363F15 color CMYK value is (14,0,67,75).

  • cyan value is 14.29%
  • magenta value is 0.00%
  • yellow value is 66.67%
  • key color value is 75.29%
CMYK:
(14,0,67,75)
C14M0Y67K75 
(14%,0%,67%,75%)
(0.14/0.00/0.67/0.75)	

CMYK percentages

%14.29
%0
%66.67
%75.29

Codes

Color #363F15 in popluar color models

363F15
RGB546321
HSL73°50.00%16.47%
HSB/HSV73°66.67%24.71%
CMYK14.29%0.00%66.67%
75.29%

Color #363F15 in popluar number systems.

HEX363F15
Decimal546321
Binary11011011111110101
Octal667725

Shades and tints

Shades of #363F15

#363F15
(54,63,21)
#323A14
(50,58,20)
#2E3513
(46,53,19)
#2A3012
(42,48,18)
#262B11
(38,43,17)
#222610
(34,38,16)
#1E210F
(30,33,15)
#1A1C0E
(26,28,14)
#16170D
(22,23,13)
#12120C
(18,18,12)
#0E0D0B
(14,13,11)
#000000
(0,0,0)

Tints of #363F15

#363F15
(54,63,21)
#48502A
(72,80,42)
#5A613F
(90,97,63)
#6C7254
(108,114,84)
#7E8369
(126,131,105)
#90947E
(144,148,126)
#A2A593
(162,165,147)
#B4B6A8
(180,182,168)
#C6C7BD
(198,199,189)
#D8D8D2
(216,216,210)
#EAE9E7
(234,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #363F15; }

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

This text font color is #363F15.


Background Color

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

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

This div background color is #363F15.


Border color

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

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

This div border color is #363F15.


Opacity

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

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

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

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

This text has shadow with #363F15 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #363F15 on black background.


Color preview on white background

This text has color #363F15 on white background.



Black color preview on #363F15 background

This text has black color on #363F15 background.


White color preview on #363F15 background

This text has white color on #363F15 background.