COLOR #42590B

HEX: #42590B
RGB: (66,89,11)

Color info

#42590B contains mainly red and green colors. Web safe color of #42590B is #336600 (or #360).

RGB color model

#42590B color RGB value is (66,89,11).

  • red value is 66;
  • green value is 89;
  • blue value is 11.
RGB:
(66,89,11)
(26%,35%,4%)

RGB channels and saturation

R 66 of 255 = 26%
G 89 of 255 = 35%
B 11 of 255 = 4%

66
89
11

R + G + B ~ 22%. #42590B is dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 89 + 11 = 166 (100%)
R 66 of 166 ~ 39.76%
G 89 of 166 ~ 53.61%
B 11 of 166 ~ 6.63%

%39.76
%53.61

CMYK color model

#42590B color CMYK value is (26,0,88,65).

  • cyan value is 25.84%
  • magenta value is 0.00%
  • yellow value is 87.64%
  • key color value is 65.10%
CMYK:
(26,0,88,65)
C26M0Y88K65 
(26%,0%,88%,65%)
(0.26/0.00/0.88/0.65)	

CMYK percentages

%25.84
%0
%87.64
%65.1

Codes

Color #42590B in popluar color models

42590B
RGB668911
HSL78°78.00%19.61%
HSB/HSV78°87.64%34.90%
CMYK25.84%0.00%87.64%
65.10%

Color #42590B in popluar number systems.

HEX42590B
Decimal668911
Binary100001010110011011
Octal10213113

Shades and tints

Shades of #42590B

#42590B
(66,89,11)
#3C510A
(60,81,10)
#364909
(54,73,9)
#304108
(48,65,8)
#2A3907
(42,57,7)
#243106
(36,49,6)
#1E2905
(30,41,5)
#182104
(24,33,4)
#121903
(18,25,3)
#0C1102
(12,17,2)
#060901
(6,9,1)
#000000
(0,0,0)

Tints of #42590B

#42590B
(66,89,11)
#536821
(83,104,33)
#647737
(100,119,55)
#75864D
(117,134,77)
#869563
(134,149,99)
#97A479
(151,164,121)
#A8B38F
(168,179,143)
#B9C2A5
(185,194,165)
#CAD1BB
(202,209,187)
#DBE0D1
(219,224,209)
#ECEFE7
(236,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #42590B color. Also use rgb(66,89,11) instead hex code.

Text Font Color

.myTextColor { color: #42590B; }

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

This text font color is #42590B.


Background Color

.myBgColor { background-color: #42590B; }

<div style="background-color:#42590B">Inner text</div>

This div background color is #42590B.


Border color

.myBorderColor { border: 1px solid #42590B; }

<div style="border:3px solid #42590B">Div</div>

This div border color is #42590B.


Opacity

.myOpacity80 { color: #42590B; opacity: 0.8; }

<p style="color:#42590B;opacity:0.8;">80%</p>

Text with #42590B 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 #42590B;}

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

This text has shadow with #42590B color.

.textShadow {text-shadow: 3px 3px 1px #42590B, 3px 3px 1px red;}

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

This text has shadow with #42590B primary color and red secondary color.


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

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

This text has shadow with #42590B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #42590B on black background.


Color preview on white background

This text has color #42590B on white background.



Black color preview on #42590B background

This text has black color on #42590B background.


White color preview on #42590B background

This text has white color on #42590B background.