COLOR #363711

HEX: #363711
RGB: (54,55,17)

Color info

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

RGB color model

#363711 color RGB value is (54,55,17).

  • red value is 54;
  • green value is 55;
  • blue value is 17.
RGB:
(54,55,17)
(21%,22%,7%)

RGB channels and saturation

R 54 of 255 = 21%
G 55 of 255 = 22%
B 17 of 255 = 7%

54
55
17

R + G + B ~ 17%. #363711 is dark color.

Portions of RGB colors in percentages

R + G + B =
54 + 55 + 17 = 126 (100%)
R 54 of 126 ~ 42.86%
G 55 of 126 ~ 43.65%
B 17 of 126 ~ 13.49%

%42.86
%43.65
%13.49

CMYK color model

#363711 color CMYK value is (2,0,69,78).

  • cyan value is 1.82%
  • magenta value is 0.00%
  • yellow value is 69.09%
  • key color value is 78.43%
CMYK:
(2,0,69,78)
C2M0Y69K78 
(2%,0%,69%,78%)
(0.02/0.00/0.69/0.78)	

CMYK percentages

%1.82
%0
%69.09
%78.43

Codes

Color #363711 in popluar color models

363711
RGB545517
HSL62°52.78%14.12%
HSB/HSV62°69.09%21.57%
CMYK1.82%0.00%69.09%
78.43%

Color #363711 in popluar number systems.

HEX363711
Decimal545517
Binary11011011011110001
Octal666721

Shades and tints

Shades of #363711

#363711
(54,55,17)
#323210
(50,50,16)
#2E2D0F
(46,45,15)
#2A280E
(42,40,14)
#26230D
(38,35,13)
#221E0C
(34,30,12)
#1E190B
(30,25,11)
#1A140A
(26,20,10)
#160F09
(22,15,9)
#120A08
(18,10,8)
#0E0507
(14,5,7)
#000000
(0,0,0)

Tints of #363711

#363711
(54,55,17)
#484926
(72,73,38)
#5A5B3B
(90,91,59)
#6C6D50
(108,109,80)
#7E7F65
(126,127,101)
#90917A
(144,145,122)
#A2A38F
(162,163,143)
#B4B5A4
(180,181,164)
#C6C7B9
(198,199,185)
#D8D9CE
(216,217,206)
#EAEBE3
(234,235,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #363711 color. Also use rgb(54,55,17) instead hex code.

Text Font Color

.myTextColor { color: #363711; }

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

This text font color is #363711.


Background Color

.myBgColor { background-color: #363711; }

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

This div background color is #363711.


Border color

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

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

This div border color is #363711.


Opacity

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

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

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

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

This text has shadow with #363711 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #363711 on black background.


Color preview on white background

This text has color #363711 on white background.



Black color preview on #363711 background

This text has black color on #363711 background.


White color preview on #363711 background

This text has white color on #363711 background.