COLOR #424B35

HEX: #424B35
RGB: (66,75,53)

Color info

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

RGB color model

#424B35 color RGB value is (66,75,53).

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

RGB channels and saturation

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

66
75
53

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

Portions of RGB colors in percentages

R + G + B =
66 + 75 + 53 = 194 (100%)
R 66 of 194 ~ 34.02%
G 75 of 194 ~ 38.66%
B 53 of 194 ~ 27.32%

%34.02
%38.66
%27.32

CMYK color model

#424B35 color CMYK value is (12,0,29,71).

  • cyan value is 12.00%
  • magenta value is 0.00%
  • yellow value is 29.33%
  • key color value is 70.59%
CMYK:
(12,0,29,71)
C12M0Y29K71 
(12%,0%,29%,71%)
(0.12/0.00/0.29/0.71)	

CMYK percentages

%12
%0
%29.33
%70.59

Codes

Color #424B35 in popluar color models

424B35
RGB667553
HSL85°17.19%25.10%
HSB/HSV85°29.33%29.41%
CMYK12.00%0.00%29.33%
70.59%

Color #424B35 in popluar number systems.

HEX424B35
Decimal667553
Binary10000101001011110101
Octal10211365

Shades and tints

Shades of #424B35

#424B35
(66,75,53)
#3C4531
(60,69,49)
#363F2D
(54,63,45)
#303929
(48,57,41)
#2A3325
(42,51,37)
#242D21
(36,45,33)
#1E271D
(30,39,29)
#182119
(24,33,25)
#121B15
(18,27,21)
#0C1511
(12,21,17)
#060F0D
(6,15,13)
#000000
(0,0,0)

Tints of #424B35

#424B35
(66,75,53)
#535B47
(83,91,71)
#646B59
(100,107,89)
#757B6B
(117,123,107)
#868B7D
(134,139,125)
#979B8F
(151,155,143)
#A8ABA1
(168,171,161)
#B9BBB3
(185,187,179)
#CACBC5
(202,203,197)
#DBDBD7
(219,219,215)
#ECEBE9
(236,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #424B35; }

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

This text font color is #424B35.


Background Color

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

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

This div background color is #424B35.


Border color

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

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

This div border color is #424B35.


Opacity

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

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

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

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

This text has shadow with #424B35 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #424B35 on black background.


Color preview on white background

This text has color #424B35 on white background.



Black color preview on #424B35 background

This text has black color on #424B35 background.


White color preview on #424B35 background

This text has white color on #424B35 background.