COLOR #362713

HEX: #362713
RGB: (54,39,19)

Color info

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

RGB color model

#362713 color RGB value is (54,39,19).

  • red value is 54;
  • green value is 39;
  • blue value is 19.
RGB:
(54,39,19)
(21%,15%,7%)

RGB channels and saturation

R 54 of 255 = 21%
G 39 of 255 = 15%
B 19 of 255 = 7%

54
39
19

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

Portions of RGB colors in percentages

R + G + B =
54 + 39 + 19 = 112 (100%)
R 54 of 112 ~ 48.21%
G 39 of 112 ~ 34.82%
B 19 of 112 ~ 16.96%

%48.21
%34.82
%16.96

CMYK color model

#362713 color CMYK value is (0,28,65,79).

  • cyan value is 0.00%
  • magenta value is 27.78%
  • yellow value is 64.81%
  • key color value is 78.82%
CMYK:
(0,28,65,79)
C0M28Y65K79 
(0%,28%,65%,79%)
(0.00/0.28/0.65/0.79)	

CMYK percentages

%0
%27.78
%64.81
%78.82

Codes

Color #362713 in popluar color models

362713
RGB543919
HSL34°47.95%14.31%
HSB/HSV34°64.81%21.18%
CMYK0.00%27.78%64.81%
78.82%

Color #362713 in popluar number systems.

HEX362713
Decimal543919
Binary11011010011110011
Octal664723

Shades and tints

Shades of #362713

#362713
(54,39,19)
#322412
(50,36,18)
#2E2111
(46,33,17)
#2A1E10
(42,30,16)
#261B0F
(38,27,15)
#22180E
(34,24,14)
#1E150D
(30,21,13)
#1A120C
(26,18,12)
#160F0B
(22,15,11)
#120C0A
(18,12,10)
#0E0909
(14,9,9)
#000000
(0,0,0)

Tints of #362713

#362713
(54,39,19)
#483A28
(72,58,40)
#5A4D3D
(90,77,61)
#6C6052
(108,96,82)
#7E7367
(126,115,103)
#90867C
(144,134,124)
#A29991
(162,153,145)
#B4ACA6
(180,172,166)
#C6BFBB
(198,191,187)
#D8D2D0
(216,210,208)
#EAE5E5
(234,229,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #362713 color. Also use rgb(54,39,19) instead hex code.

Text Font Color

.myTextColor { color: #362713; }

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

This text font color is #362713.


Background Color

.myBgColor { background-color: #362713; }

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

This div background color is #362713.


Border color

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

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

This div border color is #362713.


Opacity

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

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

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

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

This text has shadow with #362713 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #362713 on black background.


Color preview on white background

This text has color #362713 on white background.



Black color preview on #362713 background

This text has black color on #362713 background.


White color preview on #362713 background

This text has white color on #362713 background.