COLOR #363102

HEX: #363102
RGB: (54,49,2)

Color info

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

RGB color model

#363102 color RGB value is (54,49,2).

  • red value is 54;
  • green value is 49;
  • blue value is 2.
RGB:
(54,49,2)
(21%,19%,1%)

RGB channels and saturation

R 54 of 255 = 21%
G 49 of 255 = 19%
B 2 of 255 = 1%

54
49
2

R + G + B ~ 14%. #363102 is dark color.

Portions of RGB colors in percentages

R + G + B =
54 + 49 + 2 = 105 (100%)
R 54 of 105 ~ 51.43%
G 49 of 105 ~ 46.67%
B 2 of 105 ~ 1.9%

%51.43
%46.67

CMYK color model

#363102 color CMYK value is (0,9,96,79).

  • cyan value is 0.00%
  • magenta value is 9.26%
  • yellow value is 96.30%
  • key color value is 78.82%
CMYK:
(0,9,96,79)
C0M9Y96K79 
(0%,9%,96%,79%)
(0.00/0.09/0.96/0.79)	

CMYK percentages

%0
%9.26
%96.3
%78.82

Codes

Color #363102 in popluar color models

363102
RGB54492
HSL54°92.86%10.98%
HSB/HSV54°96.30%21.18%
CMYK0.00%9.26%96.30%
78.82%

Color #363102 in popluar number systems.

HEX363102
Decimal54492
Binary11011011000110
Octal66612

Shades and tints

Shades of #363102

#363102
(54,49,2)
#322D02
(50,45,2)
#2E2902
(46,41,2)
#2A2502
(42,37,2)
#262102
(38,33,2)
#221D02
(34,29,2)
#1E1902
(30,25,2)
#1A1502
(26,21,2)
#161102
(22,17,2)
#120D02
(18,13,2)
#0E0902
(14,9,2)
#000000
(0,0,0)

Tints of #363102

#363102
(54,49,2)
#484319
(72,67,25)
#5A5530
(90,85,48)
#6C6747
(108,103,71)
#7E795E
(126,121,94)
#908B75
(144,139,117)
#A29D8C
(162,157,140)
#B4AFA3
(180,175,163)
#C6C1BA
(198,193,186)
#D8D3D1
(216,211,209)
#EAE5E8
(234,229,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #363102 color. Also use rgb(54,49,2) instead hex code.

Text Font Color

.myTextColor { color: #363102; }

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

This text font color is #363102.


Background Color

.myBgColor { background-color: #363102; }

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

This div background color is #363102.


Border color

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

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

This div border color is #363102.


Opacity

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

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

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

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

This text has shadow with #363102 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #363102 on black background.


Color preview on white background

This text has color #363102 on white background.



Black color preview on #363102 background

This text has black color on #363102 background.


White color preview on #363102 background

This text has white color on #363102 background.