COLOR #363000

HEX: #363000
RGB: (54,48,0)

Color info

#363000 contains only red and green colors. Web safe color of #363000 is #333300 (or #330).

RGB color model

#363000 color RGB value is (54,48,0).

  • red value is 54;
  • green value is 48;
  • blue value is 0.
RGB:
(54,48,0)
(21%,19%,0%)

RGB channels and saturation

R 54 of 255 = 21%
G 48 of 255 = 19%
B 0 of 255 = 0%

54
48
0

R + G + B ~ 13%. #363000 is dark color.

Portions of RGB colors in percentages

R + G + B =
54 + 48 + 0 = 102 (100%)
R 54 of 102 ~ 52.94%
G 48 of 102 ~ 47.06%
B 0 of 102 ~ 0%

%52.94
%47.06

CMYK color model

#363000 color CMYK value is (0,11,100,79).

  • cyan value is 0.00%
  • magenta value is 11.11%
  • yellow value is 100.00%
  • key color value is 78.82%
CMYK:
(0,11,100,79)
C0M11Y100K79 
(0%,11%,100%,79%)
(0.00/0.11/1.00/0.79)	

CMYK percentages

%0
%11.11
%100
%78.82

Codes

Color #363000 in popluar color models

363000
RGB54480
HSL53°100.00%10.59%
HSB/HSV53°100.00%21.18%
CMYK0.00%11.11%100.00%
78.82%

Color #363000 in popluar number systems.

HEX363000
Decimal54480
Binary1101101100000
Octal66600

Shades and tints

Shades of #363000

#363000
(54,48,0)
#322C00
(50,44,0)
#2E2800
(46,40,0)
#2A2400
(42,36,0)
#262000
(38,32,0)
#221C00
(34,28,0)
#1E1800
(30,24,0)
#1A1400
(26,20,0)
#161000
(22,16,0)
#120C00
(18,12,0)
#0E0800
(14,8,0)
#000000
(0,0,0)

Tints of #363000

#363000
(54,48,0)
#484217
(72,66,23)
#5A542E
(90,84,46)
#6C6645
(108,102,69)
#7E785C
(126,120,92)
#908A73
(144,138,115)
#A29C8A
(162,156,138)
#B4AEA1
(180,174,161)
#C6C0B8
(198,192,184)
#D8D2CF
(216,210,207)
#EAE4E6
(234,228,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #363000; }

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

This text font color is #363000.


Background Color

.myBgColor { background-color: #363000; }

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

This div background color is #363000.


Border color

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

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

This div border color is #363000.


Opacity

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

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

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

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

This text has shadow with #363000 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #363000 on black background.


Color preview on white background

This text has color #363000 on white background.



Black color preview on #363000 background

This text has black color on #363000 background.


White color preview on #363000 background

This text has white color on #363000 background.