COLOR #41624C

HEX: #41624C
RGB: (65,98,76)

Color info

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

RGB color model

#41624C color RGB value is (65,98,76).

  • red value is 65;
  • green value is 98;
  • blue value is 76.
RGB:
(65,98,76)
(25%,38%,30%)

RGB channels and saturation

R 65 of 255 = 25%
G 98 of 255 = 38%
B 76 of 255 = 30%

65
98
76

R + G + B ~ 31%. #41624C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
65 + 98 + 76 = 239 (100%)
R 65 of 239 ~ 27.2%
G 98 of 239 ~ 41%
B 76 of 239 ~ 31.8%

%27.2
%41
%31.8

CMYK color model

#41624C color CMYK value is (34,0,22,62).

  • cyan value is 33.67%
  • magenta value is 0.00%
  • yellow value is 22.45%
  • key color value is 61.57%
CMYK:
(34,0,22,62)
C34M0Y22K62 
(34%,0%,22%,62%)
(0.34/0.00/0.22/0.62)	

CMYK percentages

%33.67
%0
%22.45
%61.57

Codes

Color #41624C in popluar color models

41624C
RGB659876
HSL140°20.25%31.96%
HSB/HSV140°33.67%38.43%
CMYK33.67%0.00%22.45%
61.57%

Color #41624C in popluar number systems.

HEX41624C
Decimal659876
Binary100000111000101001100
Octal101142114

Shades and tints

Shades of #41624C

#41624C
(65,98,76)
#3C5A46
(60,90,70)
#375240
(55,82,64)
#324A3A
(50,74,58)
#2D4234
(45,66,52)
#283A2E
(40,58,46)
#233228
(35,50,40)
#1E2A22
(30,42,34)
#19221C
(25,34,28)
#141A16
(20,26,22)
#0F1210
(15,18,16)
#000000
(0,0,0)

Tints of #41624C

#41624C
(65,98,76)
#52705C
(82,112,92)
#637E6C
(99,126,108)
#748C7C
(116,140,124)
#859A8C
(133,154,140)
#96A89C
(150,168,156)
#A7B6AC
(167,182,172)
#B8C4BC
(184,196,188)
#C9D2CC
(201,210,204)
#DAE0DC
(218,224,220)
#EBEEEC
(235,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #41624C color. Also use rgb(65,98,76) instead hex code.

Text Font Color

.myTextColor { color: #41624C; }

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

This text font color is #41624C.


Background Color

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

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

This div background color is #41624C.


Border color

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

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

This div border color is #41624C.


Opacity

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

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

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

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

This text has shadow with #41624C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #41624C on black background.


Color preview on white background

This text has color #41624C on white background.



Black color preview on #41624C background

This text has black color on #41624C background.


White color preview on #41624C background

This text has white color on #41624C background.