COLOR #424B2D

HEX: #424B2D
RGB: (66,75,45)

Color info

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

RGB color model

#424B2D color RGB value is (66,75,45).

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

RGB channels and saturation

R 66 of 255 = 26%
G 75 of 255 = 29%
B 45 of 255 = 18%

66
75
45

R + G + B ~ 24%. #424B2D is dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 75 + 45 = 186 (100%)
R 66 of 186 ~ 35.48%
G 75 of 186 ~ 40.32%
B 45 of 186 ~ 24.19%

%35.48
%40.32
%24.19

CMYK color model

#424B2D color CMYK value is (12,0,40,71).

  • cyan value is 12.00%
  • magenta value is 0.00%
  • yellow value is 40.00%
  • key color value is 70.59%
CMYK:
(12,0,40,71)
C12M0Y40K71 
(12%,0%,40%,71%)
(0.12/0.00/0.40/0.71)	

CMYK percentages

%12
%0
%40
%70.59

Codes

Color #424B2D in popluar color models

424B2D
RGB667545
HSL78°25.00%23.53%
HSB/HSV78°40.00%29.41%
CMYK12.00%0.00%40.00%
70.59%

Color #424B2D in popluar number systems.

HEX424B2D
Decimal667545
Binary10000101001011101101
Octal10211355

Shades and tints

Shades of #424B2D

#424B2D
(66,75,45)
#3C4529
(60,69,41)
#363F25
(54,63,37)
#303921
(48,57,33)
#2A331D
(42,51,29)
#242D19
(36,45,25)
#1E2715
(30,39,21)
#182111
(24,33,17)
#121B0D
(18,27,13)
#0C1509
(12,21,9)
#060F05
(6,15,5)
#000000
(0,0,0)

Tints of #424B2D

#424B2D
(66,75,45)
#535B40
(83,91,64)
#646B53
(100,107,83)
#757B66
(117,123,102)
#868B79
(134,139,121)
#979B8C
(151,155,140)
#A8AB9F
(168,171,159)
#B9BBB2
(185,187,178)
#CACBC5
(202,203,197)
#DBDBD8
(219,219,216)
#ECEBEB
(236,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #424B2D; }

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

This text font color is #424B2D.


Background Color

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

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

This div background color is #424B2D.


Border color

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

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

This div border color is #424B2D.


Opacity

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

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

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

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

This text has shadow with #424B2D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #424B2D on black background.


Color preview on white background

This text has color #424B2D on white background.



Black color preview on #424B2D background

This text has black color on #424B2D background.


White color preview on #424B2D background

This text has white color on #424B2D background.