COLOR #42483F

HEX: #42483F
RGB: (66,72,63)

Color info

#42483F contains red, green and blue colors in about the same proportion. Web safe color of #42483F is #333333 (or #333).

RGB color model

#42483F color RGB value is (66,72,63).

  • red value is 66;
  • green value is 72;
  • blue value is 63.
RGB:
(66,72,63)
(26%,28%,25%)

RGB channels and saturation

R 66 of 255 = 26%
G 72 of 255 = 28%
B 63 of 255 = 25%

66
72
63

R + G + B ~ 26%. #42483F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 72 + 63 = 201 (100%)
R 66 of 201 ~ 32.84%
G 72 of 201 ~ 35.82%
B 63 of 201 ~ 31.34%

%32.84
%35.82
%31.34

CMYK color model

#42483F color CMYK value is (8,0,13,72).

  • cyan value is 8.33%
  • magenta value is 0.00%
  • yellow value is 12.50%
  • key color value is 71.76%
CMYK:
(8,0,13,72)
C8M0Y13K72 
(8%,0%,13%,72%)
(0.08/0.00/0.13/0.72)	

CMYK percentages

%8.33
%0
%12.5
%71.76

Codes

Color #42483F in popluar color models

42483F
RGB667263
HSL100°6.67%26.47%
HSB/HSV100°12.50%28.24%
CMYK8.33%0.00%12.50%
71.76%

Color #42483F in popluar number systems.

HEX42483F
Decimal667263
Binary10000101001000111111
Octal10211077

Shades and tints

Shades of #42483F

#42483F
(66,72,63)
#3C423A
(60,66,58)
#363C35
(54,60,53)
#303630
(48,54,48)
#2A302B
(42,48,43)
#242A26
(36,42,38)
#1E2421
(30,36,33)
#181E1C
(24,30,28)
#121817
(18,24,23)
#0C1212
(12,18,18)
#060C0D
(6,12,13)
#000000
(0,0,0)

Tints of #42483F

#42483F
(66,72,63)
#535850
(83,88,80)
#646861
(100,104,97)
#757872
(117,120,114)
#868883
(134,136,131)
#979894
(151,152,148)
#A8A8A5
(168,168,165)
#B9B8B6
(185,184,182)
#CAC8C7
(202,200,199)
#DBD8D8
(219,216,216)
#ECE8E9
(236,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #42483F; }

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

This text font color is #42483F.


Background Color

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

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

This div background color is #42483F.


Border color

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

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

This div border color is #42483F.


Opacity

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

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

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

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

This text has shadow with #42483F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #42483F on black background.


Color preview on white background

This text has color #42483F on white background.



Black color preview on #42483F background

This text has black color on #42483F background.


White color preview on #42483F background

This text has white color on #42483F background.