COLOR #42692C

HEX: #42692C
RGB: (66,105,44)

Color info

#42692C contains mainly red and green colors. Web safe color of #42692C is #336633 (or #363).

RGB color model

#42692C color RGB value is (66,105,44).

  • red value is 66;
  • green value is 105;
  • blue value is 44.
RGB:
(66,105,44)
(26%,41%,17%)

RGB channels and saturation

R 66 of 255 = 26%
G 105 of 255 = 41%
B 44 of 255 = 17%

66
105
44

R + G + B ~ 28%. #42692C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 105 + 44 = 215 (100%)
R 66 of 215 ~ 30.7%
G 105 of 215 ~ 48.84%
B 44 of 215 ~ 20.47%

%30.7
%48.84
%20.47

CMYK color model

#42692C color CMYK value is (37,0,58,59).

  • cyan value is 37.14%
  • magenta value is 0.00%
  • yellow value is 58.10%
  • key color value is 58.82%
CMYK:
(37,0,58,59)
C37M0Y58K59 
(37%,0%,58%,59%)
(0.37/0.00/0.58/0.59)	

CMYK percentages

%37.14
%0
%58.1
%58.82

Codes

Color #42692C in popluar color models

42692C
RGB6610544
HSL98°40.94%29.22%
HSB/HSV98°58.10%41.18%
CMYK37.14%0.00%58.10%
58.82%

Color #42692C in popluar number systems.

HEX42692C
Decimal6610544
Binary10000101101001101100
Octal10215154

Shades and tints

Shades of #42692C

#42692C
(66,105,44)
#3C6028
(60,96,40)
#365724
(54,87,36)
#304E20
(48,78,32)
#2A451C
(42,69,28)
#243C18
(36,60,24)
#1E3314
(30,51,20)
#182A10
(24,42,16)
#12210C
(18,33,12)
#0C1808
(12,24,8)
#060F04
(6,15,4)
#000000
(0,0,0)

Tints of #42692C

#42692C
(66,105,44)
#53763F
(83,118,63)
#648352
(100,131,82)
#759065
(117,144,101)
#869D78
(134,157,120)
#97AA8B
(151,170,139)
#A8B79E
(168,183,158)
#B9C4B1
(185,196,177)
#CAD1C4
(202,209,196)
#DBDED7
(219,222,215)
#ECEBEA
(236,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #42692C color. Also use rgb(66,105,44) instead hex code.

Text Font Color

.myTextColor { color: #42692C; }

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

This text font color is #42692C.


Background Color

.myBgColor { background-color: #42692C; }

<div style="background-color:#42692C">Inner text</div>

This div background color is #42692C.


Border color

.myBorderColor { border: 1px solid #42692C; }

<div style="border:3px solid #42692C">Div</div>

This div border color is #42692C.


Opacity

.myOpacity80 { color: #42692C; opacity: 0.8; }

<p style="color:#42692C;opacity:0.8;">80%</p>

Text with #42692C 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 #42692C;}

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

This text has shadow with #42692C color.

.textShadow {text-shadow: 3px 3px 1px #42692C, 3px 3px 1px red;}

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

This text has shadow with #42692C primary color and red secondary color.


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

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

This text has shadow with #42692C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #42692C on black background.


Color preview on white background

This text has color #42692C on white background.



Black color preview on #42692C background

This text has black color on #42692C background.


White color preview on #42692C background

This text has white color on #42692C background.