COLOR #42625F

HEX: #42625F
RGB: (66,98,95)

Color info

#42625F contains red, green and blue colors in about the same proportion. Web safe color of #42625F is #336666 (or #366).

RGB color model

#42625F color RGB value is (66,98,95).

  • red value is 66;
  • green value is 98;
  • blue value is 95.
RGB:
(66,98,95)
(26%,38%,37%)

RGB channels and saturation

R 66 of 255 = 26%
G 98 of 255 = 38%
B 95 of 255 = 37%

66
98
95

R + G + B ~ 34%. #42625F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 98 + 95 = 259 (100%)
R 66 of 259 ~ 25.48%
G 98 of 259 ~ 37.84%
B 95 of 259 ~ 36.68%

%25.48
%37.84
%36.68

CMYK color model

#42625F color CMYK value is (33,0,3,62).

  • cyan value is 32.65%
  • magenta value is 0.00%
  • yellow value is 3.06%
  • key color value is 61.57%
CMYK:
(33,0,3,62)
C33M0Y3K62 
(33%,0%,3%,62%)
(0.33/0.00/0.03/0.62)	

CMYK percentages

%32.65
%0
%3.06
%61.57

Codes

Color #42625F in popluar color models

42625F
RGB669895
HSL174°19.51%32.16%
HSB/HSV174°32.65%38.43%
CMYK32.65%0.00%3.06%
61.57%

Color #42625F in popluar number systems.

HEX42625F
Decimal669895
Binary100001011000101011111
Octal102142137

Shades and tints

Shades of #42625F

#42625F
(66,98,95)
#3C5A57
(60,90,87)
#36524F
(54,82,79)
#304A47
(48,74,71)
#2A423F
(42,66,63)
#243A37
(36,58,55)
#1E322F
(30,50,47)
#182A27
(24,42,39)
#12221F
(18,34,31)
#0C1A17
(12,26,23)
#06120F
(6,18,15)
#000000
(0,0,0)

Tints of #42625F

#42625F
(66,98,95)
#53706D
(83,112,109)
#647E7B
(100,126,123)
#758C89
(117,140,137)
#869A97
(134,154,151)
#97A8A5
(151,168,165)
#A8B6B3
(168,182,179)
#B9C4C1
(185,196,193)
#CAD2CF
(202,210,207)
#DBE0DD
(219,224,221)
#ECEEEB
(236,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #42625F color. Also use rgb(66,98,95) instead hex code.

Text Font Color

.myTextColor { color: #42625F; }

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

This text font color is #42625F.


Background Color

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

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

This div background color is #42625F.


Border color

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

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

This div border color is #42625F.


Opacity

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

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

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

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

This text has shadow with #42625F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #42625F on black background.


Color preview on white background

This text has color #42625F on white background.



Black color preview on #42625F background

This text has black color on #42625F background.


White color preview on #42625F background

This text has white color on #42625F background.