COLOR #424B38

HEX: #424B38
RGB: (66,75,56)

Color info

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

RGB color model

#424B38 color RGB value is (66,75,56).

  • red value is 66;
  • green value is 75;
  • blue value is 56.
RGB:
(66,75,56)
(26%,29%,22%)

RGB channels and saturation

R 66 of 255 = 26%
G 75 of 255 = 29%
B 56 of 255 = 22%

66
75
56

R + G + B ~ 26%. #424B38 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 75 + 56 = 197 (100%)
R 66 of 197 ~ 33.5%
G 75 of 197 ~ 38.07%
B 56 of 197 ~ 28.43%

%33.5
%38.07
%28.43

CMYK color model

#424B38 color CMYK value is (12,0,25,71).

  • cyan value is 12.00%
  • magenta value is 0.00%
  • yellow value is 25.33%
  • key color value is 70.59%
CMYK:
(12,0,25,71)
C12M0Y25K71 
(12%,0%,25%,71%)
(0.12/0.00/0.25/0.71)	

CMYK percentages

%12
%0
%25.33
%70.59

Codes

Color #424B38 in popluar color models

424B38
RGB667556
HSL88°14.50%25.69%
HSB/HSV88°25.33%29.41%
CMYK12.00%0.00%25.33%
70.59%

Color #424B38 in popluar number systems.

HEX424B38
Decimal667556
Binary10000101001011111000
Octal10211370

Shades and tints

Shades of #424B38

#424B38
(66,75,56)
#3C4533
(60,69,51)
#363F2E
(54,63,46)
#303929
(48,57,41)
#2A3324
(42,51,36)
#242D1F
(36,45,31)
#1E271A
(30,39,26)
#182115
(24,33,21)
#121B10
(18,27,16)
#0C150B
(12,21,11)
#060F06
(6,15,6)
#000000
(0,0,0)

Tints of #424B38

#424B38
(66,75,56)
#535B4A
(83,91,74)
#646B5C
(100,107,92)
#757B6E
(117,123,110)
#868B80
(134,139,128)
#979B92
(151,155,146)
#A8ABA4
(168,171,164)
#B9BBB6
(185,187,182)
#CACBC8
(202,203,200)
#DBDBDA
(219,219,218)
#ECEBEC
(236,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #424B38; }

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

This text font color is #424B38.


Background Color

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

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

This div background color is #424B38.


Border color

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

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

This div border color is #424B38.


Opacity

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

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

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

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

This text has shadow with #424B38 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #424B38 on black background.


Color preview on white background

This text has color #424B38 on white background.



Black color preview on #424B38 background

This text has black color on #424B38 background.


White color preview on #424B38 background

This text has white color on #424B38 background.