COLOR #36336D

HEX: #36336D
RGB: (54,51,109)

Color info

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

RGB color model

#36336D color RGB value is (54,51,109).

  • red value is 54;
  • green value is 51;
  • blue value is 109.
RGB:
(54,51,109)
(21%,20%,43%)

RGB channels and saturation

R 54 of 255 = 21%
G 51 of 255 = 20%
B 109 of 255 = 43%

54
51
109

R + G + B ~ 28%. #36336D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
54 + 51 + 109 = 214 (100%)
R 54 of 214 ~ 25.23%
G 51 of 214 ~ 23.83%
B 109 of 214 ~ 50.93%

%25.23
%23.83
%50.93

CMYK color model

#36336D color CMYK value is (50,53,0,57).

  • cyan value is 50.46%
  • magenta value is 53.21%
  • yellow value is 0.00%
  • key color value is 57.25%
CMYK:
(50,53,0,57)
C50M53Y0K57 
(50%,53%,0%,57%)
(0.50/0.53/0.00/0.57)	

CMYK percentages

%50.46
%53.21
%0
%57.25

Codes

Color #36336D in popluar color models

36336D
RGB5451109
HSL243°36.25%31.37%
HSB/HSV243°53.21%42.75%
CMYK50.46%53.21%0.00%
57.25%

Color #36336D in popluar number systems.

HEX36336D
Decimal5451109
Binary1101101100111101101
Octal6663155

Shades and tints

Shades of #36336D

#36336D
(54,51,109)
#322F64
(50,47,100)
#2E2B5B
(46,43,91)
#2A2752
(42,39,82)
#262349
(38,35,73)
#221F40
(34,31,64)
#1E1B37
(30,27,55)
#1A172E
(26,23,46)
#161325
(22,19,37)
#120F1C
(18,15,28)
#0E0B13
(14,11,19)
#000000
(0,0,0)

Tints of #36336D

#36336D
(54,51,109)
#48457A
(72,69,122)
#5A5787
(90,87,135)
#6C6994
(108,105,148)
#7E7BA1
(126,123,161)
#908DAE
(144,141,174)
#A29FBB
(162,159,187)
#B4B1C8
(180,177,200)
#C6C3D5
(198,195,213)
#D8D5E2
(216,213,226)
#EAE7EF
(234,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #36336D color. Also use rgb(54,51,109) instead hex code.

Text Font Color

.myTextColor { color: #36336D; }

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

This text font color is #36336D.


Background Color

.myBgColor { background-color: #36336D; }

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

This div background color is #36336D.


Border color

.myBorderColor { border: 1px solid #36336D; }

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

This div border color is #36336D.


Opacity

.myOpacity80 { color: #36336D; opacity: 0.8; }

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

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

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

This text has shadow with #36336D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #36336D on black background.


Color preview on white background

This text has color #36336D on white background.



Black color preview on #36336D background

This text has black color on #36336D background.


White color preview on #36336D background

This text has white color on #36336D background.