COLOR #36493A

HEX: #36493A
RGB: (54,73,58)

Color info

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

RGB color model

#36493A color RGB value is (54,73,58).

  • red value is 54;
  • green value is 73;
  • blue value is 58.
RGB:
(54,73,58)
(21%,29%,23%)

RGB channels and saturation

R 54 of 255 = 21%
G 73 of 255 = 29%
B 58 of 255 = 23%

54
73
58

R + G + B ~ 24%. #36493A is dark color.

Portions of RGB colors in percentages

R + G + B =
54 + 73 + 58 = 185 (100%)
R 54 of 185 ~ 29.19%
G 73 of 185 ~ 39.46%
B 58 of 185 ~ 31.35%

%29.19
%39.46
%31.35

CMYK color model

#36493A color CMYK value is (26,0,21,71).

  • cyan value is 26.03%
  • magenta value is 0.00%
  • yellow value is 20.55%
  • key color value is 71.37%
CMYK:
(26,0,21,71)
C26M0Y21K71 
(26%,0%,21%,71%)
(0.26/0.00/0.21/0.71)	

CMYK percentages

%26.03
%0
%20.55
%71.37

Codes

Color #36493A in popluar color models

36493A
RGB547358
HSL133°14.96%24.90%
HSB/HSV133°26.03%28.63%
CMYK26.03%0.00%20.55%
71.37%

Color #36493A in popluar number systems.

HEX36493A
Decimal547358
Binary1101101001001111010
Octal6611172

Shades and tints

Shades of #36493A

#36493A
(54,73,58)
#324335
(50,67,53)
#2E3D30
(46,61,48)
#2A372B
(42,55,43)
#263126
(38,49,38)
#222B21
(34,43,33)
#1E251C
(30,37,28)
#1A1F17
(26,31,23)
#161912
(22,25,18)
#12130D
(18,19,13)
#0E0D08
(14,13,8)
#000000
(0,0,0)

Tints of #36493A

#36493A
(54,73,58)
#48594B
(72,89,75)
#5A695C
(90,105,92)
#6C796D
(108,121,109)
#7E897E
(126,137,126)
#90998F
(144,153,143)
#A2A9A0
(162,169,160)
#B4B9B1
(180,185,177)
#C6C9C2
(198,201,194)
#D8D9D3
(216,217,211)
#EAE9E4
(234,233,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #36493A color. Also use rgb(54,73,58) instead hex code.

Text Font Color

.myTextColor { color: #36493A; }

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

This text font color is #36493A.


Background Color

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

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

This div background color is #36493A.


Border color

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

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

This div border color is #36493A.


Opacity

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

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

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

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

This text has shadow with #36493A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #36493A on black background.


Color preview on white background

This text has color #36493A on white background.



Black color preview on #36493A background

This text has black color on #36493A background.


White color preview on #36493A background

This text has white color on #36493A background.