COLOR #361E01

HEX: #361E01 RGB: (54,30,1)

Color info

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

RGB color model

#361E01 color RGB value is (54,30,1).

RGB: (54,30,1) (21%, 12%, 0%)

RGB channels and saturation

R 54 of 255 = 21%
G 30 of 255 = 12%
B 1 of 255 = 0%

54
30
1

R + G + B ~ 11%. #361E01 is dark color.

Portions of RGB colors in percentages

R + G + B = 54 + 30 + 1 = 85 (100%)
R 54 of 85 ~ 63.53%
G 30 of 85 ~ 35.29%
B 1 of 85 ~ 1.18'%

%63.53
%35.29

CMYK color model

#361E01 color CMYK value is (0,44,98,79).

  • cyan value is 0.00%
  • magenta value is 44.44%
  • yellow value is 98.15%
  • key color value is 78.82%

CMYK: (0,44,98,79)
C0M44Y98K79 (0%, 44%, 98%, 79%)
(0.00 / 0.44 / 0.98 / 0.79)

CMYK percentages

%0
%44.44
%98.15
%78.82

Codes

Color #361E01 in popluar color models

36 1E 01
RGB 54 30 1
HSL 33° 96.36% 10.78%
HSB/HSV 33° 98.15% 21.18%
CMYK 0.00% 44.44% 98.15%
78.82%

Color #361E01 in popluar number systems.

HEX 36 1E 01
Decimal 54 30 1
Binary 110110 11110 1
Octal 66 36 1

Shades and tints

Shades of #361E01

#361E01
(54,30,1)
#321C01
(50,28,1)
#2E1A01
(46,26,1)
#2A1801
(42,24,1)
#261601
(38,22,1)
#221401
(34,20,1)
#1E1201
(30,18,1)
#1A1001
(26,16,1)
#160E01
(22,14,1)
#120C01
(18,12,1)
#0E0A01
(14,10,1)
#000000
(0,0,0)

Tints of #361E01

#361E01
(54,30,1)
#483218
(72,50,24)
#5A462F
(90,70,47)
#6C5A46
(108,90,70)
#7E6E5D
(126,110,93)
#908274
(144,130,116)
#A2968B
(162,150,139)
#B4AAA2
(180,170,162)
#C6BEB9
(198,190,185)
#D8D2D0
(216,210,208)
#EAE6E7
(234,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #361E01 color. Also use rgb(54,30,1) instead hex code.

Text Font Color

.myTextColor { color: #361E01; }

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

This text font color is #361E01.

Background Color

.myBgColor { background-color: #361E01; }

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

This div background color is #361E01.

Border color

.myBorderColor { border: 1px solid #361E01; }

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

This div border color is #361E01.

Opacity

.myOpacity80 { color: #361E01; opacity: 0.8; }

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

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

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

This text has shadow with #361E01 color.


.textShadow {text-shadow: 3px 3px 1px #361E01', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #361E01; -webkit-box-shadow: 1px 1px 3px 2px #361E01; box-shadow:1px 1px 3px 2px #361E01;">
Div content here
</div>

This div box has shadow with color #361E01.

Preview

Color preview on black background

This text has color #361E01 on black background.


Color preview on white background

This text has color #361E01 on white background.


Black color preview on #361E01 background

This text has black color on #361E01 background.


White color preview on #361E01 background

This text has white color on #361E01 background.


Related colors

Complementary color

Complementary color for #hex is #C9E1FE.


I love getcolorcode.com

Triadic colors

1 #01361E and #1E0136 with #361E01 are triadic colors.

2 #011E36 and #1E3601 with #361E01 are triadic colors.