COLOR #42503F

HEX: #42503F RGB: (66,80,63)

Color info

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

RGB color model

#42503F color RGB value is (66,80,63).

RGB: (66,80,63) (26%, 31%, 25%)

RGB channels and saturation

R 66 of 255 = 26%
G 80 of 255 = 31%
B 63 of 255 = 25%

66
80
63

R + G + B ~ 27%. #42503F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 66 + 80 + 63 = 209 (100%)
R 66 of 209 ~ 31.58%
G 80 of 209 ~ 38.28%
B 63 of 209 ~ 30.14'%

%31.58
%38.28
%30.14

CMYK color model

#42503F color CMYK value is (18,0,21,69).

  • cyan value is 17.50%
  • magenta value is 0.00%
  • yellow value is 21.25%
  • key color value is 68.63%
CMYK: (18,0,21,69) C18M0Y21K69 (18%,0%,21%,69%) (0.18/0.00/0.21/0.69) 

CMYK percentages

%17.5
%0
%21.25
%68.63

Codes

Color #42503F in popluar color models

42 50 3F
RGB 66 80 63
HSL 109° 11.89% 28.04%
HSB/HSV 109° 21.25% 31.37%
CMYK 17.50% 0.00% 21.25%
68.63%

Color #42503F in popluar number systems.

HEX 42 50 3F
Decimal 66 80 63
Binary 1000010 1010000 111111
Octal 102 120 77

Shades and tints

Shades of #42503F

#42503F
(66,80,63)
#3C493A
(60,73,58)
#364235
(54,66,53)
#303B30
(48,59,48)
#2A342B
(42,52,43)
#242D26
(36,45,38)
#1E2621
(30,38,33)
#181F1C
(24,31,28)
#121817
(18,24,23)
#0C1112
(12,17,18)
#060A0D
(6,10,13)
#000000
(0,0,0)

Tints of #42503F

#42503F
(66,80,63)
#535F50
(83,95,80)
#646E61
(100,110,97)
#757D72
(117,125,114)
#868C83
(134,140,131)
#979B94
(151,155,148)
#A8AAA5
(168,170,165)
#B9B9B6
(185,185,182)
#CAC8C7
(202,200,199)
#DBD7D8
(219,215,216)
#ECE6E9
(236,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #42503F color. Also use rgb(66,80,63) instead hex code.

Text Font Color

.myTextColor { color: #42503F; }

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

This text font color is #42503F.

Background Color

.myBgColor { background-color: #42503F; }

<div style="background-color:#42503F">Inner text</div>

This div background color is #42503F.

Border color

.myBorderColor { border: 1px solid #42503F; }

<div style="border:3px solid #42503F">Div</div>

This div border color is #42503F.

Opacity

.myOpacity80 { color: #42503F; opacity: 0.8; }

<p style="color:#42503F;opacity:0.8;">80%</p>

Text with #42503F 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 #42503F;}

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

This text has shadow with #42503F color.


.textShadow {text-shadow: 3px 3px 1px #42503F', 3px 3px 1px red;}

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

This text has shadow with #42503F primary color and red secondary color.


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

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

This text has shadow with #42503F and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #42503F; -webkit-box-shadow: 1px 1px 3px 2px #42503F; box-shadow:1px 1px 3px 2px #42503F;">
Div content here
</div>

This div box has shadow with color #42503F.

Preview

Color preview on black background

This text has color #42503F on black background.


Color preview on white background

This text has color #42503F on white background.


Black color preview on #42503F background

This text has black color on #42503F background.


White color preview on #42503F background

This text has white color on #42503F background.


Related colors

Complementary color

Complementary color for #hex is #BDAFC0.


I love getcolorcode.com

Triadic colors

1 #3F4250 and #503F42 with #42503F are triadic colors.

2 #3F5042 and #50423F with #42503F are triadic colors.