COLOR #424B36

HEX: #424B36 RGB: (66,75,54)

Color info

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

RGB color model

#424B36 color RGB value is (66,75,54).

RGB: (66,75,54) (26%, 29%, 21%)

RGB channels and saturation

R 66 of 255 = 26%
G 75 of 255 = 29%
B 54 of 255 = 21%

66
75
54

R + G + B ~ 25%. #424B36 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 66 + 75 + 54 = 195 (100%)
R 66 of 195 ~ 33.85%
G 75 of 195 ~ 38.46%
B 54 of 195 ~ 27.69'%

%33.85
%38.46
%27.69

CMYK color model

#424B36 color CMYK value is (12,0,28,71).

  • cyan value is 12.00%
  • magenta value is 0.00%
  • yellow value is 28.00%
  • key color value is 70.59%

CMYK: (12,0,28,71)
C12M0Y28K71 (12%, 0%, 28%, 71%)
(0.12 / 0.00 / 0.28 / 0.71)

CMYK percentages

%12
%0
%28
%70.59

Codes

Color #424B36 in popluar color models

42 4B 36
RGB 66 75 54
HSL 86° 16.28% 25.29%
HSB/HSV 86° 28.00% 29.41%
CMYK 12.00% 0.00% 28.00%
70.59%

Color #424B36 in popluar number systems.

HEX 42 4B 36
Decimal 66 75 54
Binary 1000010 1001011 110110
Octal 102 113 66

Shades and tints

Shades of #424B36

#424B36
(66,75,54)
#3C4532
(60,69,50)
#363F2E
(54,63,46)
#30392A
(48,57,42)
#2A3326
(42,51,38)
#242D22
(36,45,34)
#1E271E
(30,39,30)
#18211A
(24,33,26)
#121B16
(18,27,22)
#0C1512
(12,21,18)
#060F0E
(6,15,14)
#000000
(0,0,0)

Tints of #424B36

#424B36
(66,75,54)
#535B48
(83,91,72)
#646B5A
(100,107,90)
#757B6C
(117,123,108)
#868B7E
(134,139,126)
#979B90
(151,155,144)
#A8ABA2
(168,171,162)
#B9BBB4
(185,187,180)
#CACBC6
(202,203,198)
#DBDBD8
(219,219,216)
#ECEBEA
(236,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #424B36 color. Also use rgb(66,75,54) instead hex code.

Text Font Color

.myTextColor { color: #424B36; }

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

This text font color is #424B36.

Background Color

.myBgColor { background-color: #424B36; }

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

This div background color is #424B36.

Border color

.myBorderColor { border: 1px solid #424B36; }

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

This div border color is #424B36.

Opacity

.myOpacity80 { color: #424B36; opacity: 0.8; }

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

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

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

This text has shadow with #424B36 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #424B36.

Preview

Color preview on black background

This text has color #424B36 on black background.


Color preview on white background

This text has color #424B36 on white background.


Black color preview on #424B36 background

This text has black color on #424B36 background.


White color preview on #424B36 background

This text has white color on #424B36 background.


Related colors

Complementary color

Complementary color for #hex is #BDB4C9.


I love getcolorcode.com

Triadic colors

1 #36424B and #4B3642 with #424B36 are triadic colors.

2 #364B42 and #4B4236 with #424B36 are triadic colors.