COLOR #363734

HEX: #363734
RGB: (54,55,52)

Color info

#363734 contains red, green and blue colors in about the same proportion. Web safe color of #363734 is #333333 (or #333).

RGB color model

#363734 color RGB value is (54,55,52).

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

RGB channels and saturation

R 54 of 255 = 21%
G 55 of 255 = 22%
B 52 of 255 = 20%

54
55
52

R + G + B ~ 21%. #363734 is dark color.

Portions of RGB colors in percentages

R + G + B =
54 + 55 + 52 = 161 (100%)
R 54 of 161 ~ 33.54%
G 55 of 161 ~ 34.16%
B 52 of 161 ~ 32.3%

%33.54
%34.16
%32.3

CMYK color model

#363734 color CMYK value is (2,0,5,78).

  • cyan value is 1.82%
  • magenta value is 0.00%
  • yellow value is 5.45%
  • key color value is 78.43%
CMYK:
(2,0,5,78)
C2M0Y5K78 
(2%,0%,5%,78%)
(0.02/0.00/0.05/0.78)	

CMYK percentages

%1.82
%0
%5.45
%78.43

Codes

Color #363734 in popluar color models

363734
RGB545552
HSL80°2.80%20.98%
HSB/HSV80°5.45%21.57%
CMYK1.82%0.00%5.45%
78.43%

Color #363734 in popluar number systems.

HEX363734
Decimal545552
Binary110110110111110100
Octal666764

Shades and tints

Shades of #363734

#363734
(54,55,52)
#323230
(50,50,48)
#2E2D2C
(46,45,44)
#2A2828
(42,40,40)
#262324
(38,35,36)
#221E20
(34,30,32)
#1E191C
(30,25,28)
#1A1418
(26,20,24)
#160F14
(22,15,20)
#120A10
(18,10,16)
#0E050C
(14,5,12)
#000000
(0,0,0)

Tints of #363734

#363734
(54,55,52)
#484946
(72,73,70)
#5A5B58
(90,91,88)
#6C6D6A
(108,109,106)
#7E7F7C
(126,127,124)
#90918E
(144,145,142)
#A2A3A0
(162,163,160)
#B4B5B2
(180,181,178)
#C6C7C4
(198,199,196)
#D8D9D6
(216,217,214)
#EAEBE8
(234,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #363734; }

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

This text font color is #363734.


Background Color

.myBgColor { background-color: #363734; }

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

This div background color is #363734.


Border color

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

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

This div border color is #363734.


Opacity

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

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

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

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

This text has shadow with #363734 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #363734 on black background.


Color preview on white background

This text has color #363734 on white background.



Black color preview on #363734 background

This text has black color on #363734 background.


White color preview on #363734 background

This text has white color on #363734 background.