COLOR #424B0F

HEX: #424B0F
RGB: (66,75,15)

Color info

#424B0F contains mainly red and green colors. Web safe color of #424B0F is #333300 (or #330).

RGB color model

#424B0F color RGB value is (66,75,15).

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

RGB channels and saturation

R 66 of 255 = 26%
G 75 of 255 = 29%
B 15 of 255 = 6%

66
75
15

R + G + B ~ 20%. #424B0F is dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 75 + 15 = 156 (100%)
R 66 of 156 ~ 42.31%
G 75 of 156 ~ 48.08%
B 15 of 156 ~ 9.62%

%42.31
%48.08
%9.62

CMYK color model

#424B0F color CMYK value is (12,0,80,71).

  • cyan value is 12.00%
  • magenta value is 0.00%
  • yellow value is 80.00%
  • key color value is 70.59%
CMYK:
(12,0,80,71)
C12M0Y80K71 
(12%,0%,80%,71%)
(0.12/0.00/0.80/0.71)	

CMYK percentages

%12
%0
%80
%70.59

Codes

Color #424B0F in popluar color models

424B0F
RGB667515
HSL69°66.67%17.65%
HSB/HSV69°80.00%29.41%
CMYK12.00%0.00%80.00%
70.59%

Color #424B0F in popluar number systems.

HEX424B0F
Decimal667515
Binary100001010010111111
Octal10211317

Shades and tints

Shades of #424B0F

#424B0F
(66,75,15)
#3C450E
(60,69,14)
#363F0D
(54,63,13)
#30390C
(48,57,12)
#2A330B
(42,51,11)
#242D0A
(36,45,10)
#1E2709
(30,39,9)
#182108
(24,33,8)
#121B07
(18,27,7)
#0C1506
(12,21,6)
#060F05
(6,15,5)
#000000
(0,0,0)

Tints of #424B0F

#424B0F
(66,75,15)
#535B24
(83,91,36)
#646B39
(100,107,57)
#757B4E
(117,123,78)
#868B63
(134,139,99)
#979B78
(151,155,120)
#A8AB8D
(168,171,141)
#B9BBA2
(185,187,162)
#CACBB7
(202,203,183)
#DBDBCC
(219,219,204)
#ECEBE1
(236,235,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #424B0F; }

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

This text font color is #424B0F.


Background Color

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

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

This div background color is #424B0F.


Border color

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

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

This div border color is #424B0F.


Opacity

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

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

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

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

This text has shadow with #424B0F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #424B0F on black background.


Color preview on white background

This text has color #424B0F on white background.



Black color preview on #424B0F background

This text has black color on #424B0F background.


White color preview on #424B0F background

This text has white color on #424B0F background.