COLOR #362A07

HEX: #362A07
RGB: (54,42,7)

Color info

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

RGB color model

#362A07 color RGB value is (54,42,7).

  • red value is 54;
  • green value is 42;
  • blue value is 7.
RGB:
(54,42,7)
(21%,16%,3%)

RGB channels and saturation

R 54 of 255 = 21%
G 42 of 255 = 16%
B 7 of 255 = 3%

54
42
7

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

Portions of RGB colors in percentages

R + G + B =
54 + 42 + 7 = 103 (100%)
R 54 of 103 ~ 52.43%
G 42 of 103 ~ 40.78%
B 7 of 103 ~ 6.8%

%52.43
%40.78

CMYK color model

#362A07 color CMYK value is (0,22,87,79).

  • cyan value is 0.00%
  • magenta value is 22.22%
  • yellow value is 87.04%
  • key color value is 78.82%
CMYK:
(0,22,87,79)
C0M22Y87K79 
(0%,22%,87%,79%)
(0.00/0.22/0.87/0.79)	

CMYK percentages

%0
%22.22
%87.04
%78.82

Codes

Color #362A07 in popluar color models

362A07
RGB54427
HSL45°77.05%11.96%
HSB/HSV45°87.04%21.18%
CMYK0.00%22.22%87.04%
78.82%

Color #362A07 in popluar number systems.

HEX362A07
Decimal54427
Binary110110101010111
Octal66527

Shades and tints

Shades of #362A07

#362A07
(54,42,7)
#322707
(50,39,7)
#2E2407
(46,36,7)
#2A2107
(42,33,7)
#261E07
(38,30,7)
#221B07
(34,27,7)
#1E1807
(30,24,7)
#1A1507
(26,21,7)
#161207
(22,18,7)
#120F07
(18,15,7)
#0E0C07
(14,12,7)
#000000
(0,0,0)

Tints of #362A07

#362A07
(54,42,7)
#483D1D
(72,61,29)
#5A5033
(90,80,51)
#6C6349
(108,99,73)
#7E765F
(126,118,95)
#908975
(144,137,117)
#A29C8B
(162,156,139)
#B4AFA1
(180,175,161)
#C6C2B7
(198,194,183)
#D8D5CD
(216,213,205)
#EAE8E3
(234,232,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #362A07 color. Also use rgb(54,42,7) instead hex code.

Text Font Color

.myTextColor { color: #362A07; }

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

This text font color is #362A07.


Background Color

.myBgColor { background-color: #362A07; }

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

This div background color is #362A07.


Border color

.myBorderColor { border: 1px solid #362A07; }

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

This div border color is #362A07.


Opacity

.myOpacity80 { color: #362A07; opacity: 0.8; }

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

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

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

This text has shadow with #362A07 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #362A07 on black background.


Color preview on white background

This text has color #362A07 on white background.



Black color preview on #362A07 background

This text has black color on #362A07 background.


White color preview on #362A07 background

This text has white color on #362A07 background.