COLOR #42614A

HEX: #42614A
RGB: (66,97,74)

Color info

#42614A contains red, green and blue colors in about the same proportion. Web safe color of #42614A is #336633 (or #363).

RGB color model

#42614A color RGB value is (66,97,74).

  • red value is 66;
  • green value is 97;
  • blue value is 74.
RGB:
(66,97,74)
(26%,38%,29%)

RGB channels and saturation

R 66 of 255 = 26%
G 97 of 255 = 38%
B 74 of 255 = 29%

66
97
74

R + G + B ~ 31%. #42614A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 97 + 74 = 237 (100%)
R 66 of 237 ~ 27.85%
G 97 of 237 ~ 40.93%
B 74 of 237 ~ 31.22%

%27.85
%40.93
%31.22

CMYK color model

#42614A color CMYK value is (32,0,24,62).

  • cyan value is 31.96%
  • magenta value is 0.00%
  • yellow value is 23.71%
  • key color value is 61.96%
CMYK:
(32,0,24,62)
C32M0Y24K62 
(32%,0%,24%,62%)
(0.32/0.00/0.24/0.62)	

CMYK percentages

%31.96
%0
%23.71
%61.96

Codes

Color #42614A in popluar color models

42614A
RGB669774
HSL135°19.02%31.96%
HSB/HSV135°31.96%38.04%
CMYK31.96%0.00%23.71%
61.96%

Color #42614A in popluar number systems.

HEX42614A
Decimal669774
Binary100001011000011001010
Octal102141112

Shades and tints

Shades of #42614A

#42614A
(66,97,74)
#3C5944
(60,89,68)
#36513E
(54,81,62)
#304938
(48,73,56)
#2A4132
(42,65,50)
#24392C
(36,57,44)
#1E3126
(30,49,38)
#182920
(24,41,32)
#12211A
(18,33,26)
#0C1914
(12,25,20)
#06110E
(6,17,14)
#000000
(0,0,0)

Tints of #42614A

#42614A
(66,97,74)
#536F5A
(83,111,90)
#647D6A
(100,125,106)
#758B7A
(117,139,122)
#86998A
(134,153,138)
#97A79A
(151,167,154)
#A8B5AA
(168,181,170)
#B9C3BA
(185,195,186)
#CAD1CA
(202,209,202)
#DBDFDA
(219,223,218)
#ECEDEA
(236,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #42614A color. Also use rgb(66,97,74) instead hex code.

Text Font Color

.myTextColor { color: #42614A; }

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

This text font color is #42614A.


Background Color

.myBgColor { background-color: #42614A; }

<div style="background-color:#42614A">Inner text</div>

This div background color is #42614A.


Border color

.myBorderColor { border: 1px solid #42614A; }

<div style="border:3px solid #42614A">Div</div>

This div border color is #42614A.


Opacity

.myOpacity80 { color: #42614A; opacity: 0.8; }

<p style="color:#42614A;opacity:0.8;">80%</p>

Text with #42614A 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 #42614A;}

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

This text has shadow with #42614A color.

.textShadow {text-shadow: 3px 3px 1px #42614A, 3px 3px 1px red;}

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

This text has shadow with #42614A primary color and red secondary color.


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

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

This text has shadow with #42614A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #42614A on black background.


Color preview on white background

This text has color #42614A on white background.



Black color preview on #42614A background

This text has black color on #42614A background.


White color preview on #42614A background

This text has white color on #42614A background.