COLOR #36346A

HEX: #36346A
RGB: (54,52,106)

Color info

#36346A contains red, green and blue colors in about the same proportion. Web safe color of #36346A is #333366 (or #336).

RGB color model

#36346A color RGB value is (54,52,106).

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

RGB channels and saturation

R 54 of 255 = 21%
G 52 of 255 = 20%
B 106 of 255 = 42%

54
52
106

R + G + B ~ 28%. #36346A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
54 + 52 + 106 = 212 (100%)
R 54 of 212 ~ 25.47%
G 52 of 212 ~ 24.53%
B 106 of 212 ~ 50%

%25.47
%24.53
%50

CMYK color model

#36346A color CMYK value is (49,51,0,58).

  • cyan value is 49.06%
  • magenta value is 50.94%
  • yellow value is 0.00%
  • key color value is 58.43%
CMYK:
(49,51,0,58)
C49M51Y0K58 
(49%,51%,0%,58%)
(0.49/0.51/0.00/0.58)	

CMYK percentages

%49.06
%50.94
%0
%58.43

Codes

Color #36346A in popluar color models

36346A
RGB5452106
HSL242°34.18%30.98%
HSB/HSV242°50.94%41.57%
CMYK49.06%50.94%0.00%
58.43%

Color #36346A in popluar number systems.

HEX36346A
Decimal5452106
Binary1101101101001101010
Octal6664152

Shades and tints

Shades of #36346A

#36346A
(54,52,106)
#323061
(50,48,97)
#2E2C58
(46,44,88)
#2A284F
(42,40,79)
#262446
(38,36,70)
#22203D
(34,32,61)
#1E1C34
(30,28,52)
#1A182B
(26,24,43)
#161422
(22,20,34)
#121019
(18,16,25)
#0E0C10
(14,12,16)
#000000
(0,0,0)

Tints of #36346A

#36346A
(54,52,106)
#484677
(72,70,119)
#5A5884
(90,88,132)
#6C6A91
(108,106,145)
#7E7C9E
(126,124,158)
#908EAB
(144,142,171)
#A2A0B8
(162,160,184)
#B4B2C5
(180,178,197)
#C6C4D2
(198,196,210)
#D8D6DF
(216,214,223)
#EAE8EC
(234,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #36346A; }

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

This text font color is #36346A.


Background Color

.myBgColor { background-color: #36346A; }

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

This div background color is #36346A.


Border color

.myBorderColor { border: 1px solid #36346A; }

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

This div border color is #36346A.


Opacity

.myOpacity80 { color: #36346A; opacity: 0.8; }

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

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

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

This text has shadow with #36346A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #36346A on black background.


Color preview on white background

This text has color #36346A on white background.



Black color preview on #36346A background

This text has black color on #36346A background.


White color preview on #36346A background

This text has white color on #36346A background.