COLOR #42633C

HEX: #42633C
RGB: (66,99,60)

Color info

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

RGB color model

#42633C color RGB value is (66,99,60).

  • red value is 66;
  • green value is 99;
  • blue value is 60.
RGB:
(66,99,60)
(26%,39%,24%)

RGB channels and saturation

R 66 of 255 = 26%
G 99 of 255 = 39%
B 60 of 255 = 24%

66
99
60

R + G + B ~ 30%. #42633C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 99 + 60 = 225 (100%)
R 66 of 225 ~ 29.33%
G 99 of 225 ~ 44%
B 60 of 225 ~ 26.67%

%29.33
%44
%26.67

CMYK color model

#42633C color CMYK value is (33,0,39,61).

  • cyan value is 33.33%
  • magenta value is 0.00%
  • yellow value is 39.39%
  • key color value is 61.18%
CMYK:
(33,0,39,61)
C33M0Y39K61 
(33%,0%,39%,61%)
(0.33/0.00/0.39/0.61)	

CMYK percentages

%33.33
%0
%39.39
%61.18

Codes

Color #42633C in popluar color models

42633C
RGB669960
HSL111°24.53%31.18%
HSB/HSV111°39.39%38.82%
CMYK33.33%0.00%39.39%
61.18%

Color #42633C in popluar number systems.

HEX42633C
Decimal669960
Binary10000101100011111100
Octal10214374

Shades and tints

Shades of #42633C

#42633C
(66,99,60)
#3C5A37
(60,90,55)
#365132
(54,81,50)
#30482D
(48,72,45)
#2A3F28
(42,63,40)
#243623
(36,54,35)
#1E2D1E
(30,45,30)
#182419
(24,36,25)
#121B14
(18,27,20)
#0C120F
(12,18,15)
#06090A
(6,9,10)
#000000
(0,0,0)

Tints of #42633C

#42633C
(66,99,60)
#53714D
(83,113,77)
#647F5E
(100,127,94)
#758D6F
(117,141,111)
#869B80
(134,155,128)
#97A991
(151,169,145)
#A8B7A2
(168,183,162)
#B9C5B3
(185,197,179)
#CAD3C4
(202,211,196)
#DBE1D5
(219,225,213)
#ECEFE6
(236,239,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #42633C color. Also use rgb(66,99,60) instead hex code.

Text Font Color

.myTextColor { color: #42633C; }

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

This text font color is #42633C.


Background Color

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

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

This div background color is #42633C.


Border color

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

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

This div border color is #42633C.


Opacity

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

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

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

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

This text has shadow with #42633C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #42633C on black background.


Color preview on white background

This text has color #42633C on white background.



Black color preview on #42633C background

This text has black color on #42633C background.


White color preview on #42633C background

This text has white color on #42633C background.