COLOR #36423B

HEX: #36423B RGB: (54,66,59)

Color info

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

RGB color model

#36423B color RGB value is (54,66,59).

RGB: (54,66,59) (21%, 26%, 23%)

RGB channels and saturation

R 54 of 255 = 21%
G 66 of 255 = 26%
B 59 of 255 = 23%

54
66
59

R + G + B ~ 23%. #36423B is dark color.

Portions of RGB colors in percentages

R + G + B = 54 + 66 + 59 = 179 (100%)
R 54 of 179 ~ 30.17%
G 66 of 179 ~ 36.87%
B 59 of 179 ~ 32.96'%

%30.17
%36.87
%32.96

CMYK color model

#36423B color CMYK value is (18,0,11,74).

  • cyan value is 18.18%
  • magenta value is 0.00%
  • yellow value is 10.61%
  • key color value is 74.12%

CMYK: (18,0,11,74)
C18M0Y11K74 (18%, 0%, 11%, 74%)
(0.18 / 0.00 / 0.11 / 0.74)

CMYK percentages

%18.18
%0
%10.61
%74.12

Codes

Color #36423B in popluar color models

36 42 3B
RGB 54 66 59
HSL 145° 10.00% 23.53%
HSB/HSV 145° 18.18% 25.88%
CMYK 18.18% 0.00% 10.61%
74.12%

Color #36423B in popluar number systems.

HEX 36 42 3B
Decimal 54 66 59
Binary 110110 1000010 111011
Octal 66 102 73

Shades and tints

Shades of #36423B

#36423B
(54,66,59)
#323C36
(50,60,54)
#2E3631
(46,54,49)
#2A302C
(42,48,44)
#262A27
(38,42,39)
#222422
(34,36,34)
#1E1E1D
(30,30,29)
#1A1818
(26,24,24)
#161213
(22,18,19)
#120C0E
(18,12,14)
#0E0609
(14,6,9)
#000000
(0,0,0)

Tints of #36423B

#36423B
(54,66,59)
#48534C
(72,83,76)
#5A645D
(90,100,93)
#6C756E
(108,117,110)
#7E867F
(126,134,127)
#909790
(144,151,144)
#A2A8A1
(162,168,161)
#B4B9B2
(180,185,178)
#C6CAC3
(198,202,195)
#D8DBD4
(216,219,212)
#EAECE5
(234,236,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #36423B color. Also use rgb(54,66,59) instead hex code.

Text Font Color

.myTextColor { color: #36423B; }

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

This text font color is #36423B.

Background Color

.myBgColor { background-color: #36423B; }

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

This div background color is #36423B.

Border color

.myBorderColor { border: 1px solid #36423B; }

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

This div border color is #36423B.

Opacity

.myOpacity80 { color: #36423B; opacity: 0.8; }

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

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

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

This text has shadow with #36423B color.


.textShadow {text-shadow: 3px 3px 1px #36423B', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #36423B; -webkit-box-shadow: 1px 1px 3px 2px #36423B; box-shadow:1px 1px 3px 2px #36423B;">
Div content here
</div>

This div box has shadow with color #36423B.

Preview

Color preview on black background

This text has color #36423B on black background.


Color preview on white background

This text has color #36423B on white background.


Black color preview on #36423B background

This text has black color on #36423B background.


White color preview on #36423B background

This text has white color on #36423B background.


Related colors

Complementary color

Complementary color for #hex is #C9BDC4.


I love getcolorcode.com

Triadic colors

1 #3B3642 and #423B36 with #36423B are triadic colors.

2 #3B4236 and #42363B with #36423B are triadic colors.