COLOR #41624F

HEX: #41624F
RGB: (65,98,79)

Color info

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

RGB color model

#41624F color RGB value is (65,98,79).

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

RGB channels and saturation

R 65 of 255 = 25%
G 98 of 255 = 38%
B 79 of 255 = 31%

65
98
79

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

Portions of RGB colors in percentages

R + G + B =
65 + 98 + 79 = 242 (100%)
R 65 of 242 ~ 26.86%
G 98 of 242 ~ 40.5%
B 79 of 242 ~ 32.64%

%26.86
%40.5
%32.64

CMYK color model

#41624F color CMYK value is (34,0,19,62).

  • cyan value is 33.67%
  • magenta value is 0.00%
  • yellow value is 19.39%
  • key color value is 61.57%
CMYK:
(34,0,19,62)
C34M0Y19K62 
(34%,0%,19%,62%)
(0.34/0.00/0.19/0.62)	

CMYK percentages

%33.67
%0
%19.39
%61.57

Codes

Color #41624F in popluar color models

41624F
RGB659879
HSL145°20.25%31.96%
HSB/HSV145°33.67%38.43%
CMYK33.67%0.00%19.39%
61.57%

Color #41624F in popluar number systems.

HEX41624F
Decimal659879
Binary100000111000101001111
Octal101142117

Shades and tints

Shades of #41624F

#41624F
(65,98,79)
#3C5A48
(60,90,72)
#375241
(55,82,65)
#324A3A
(50,74,58)
#2D4233
(45,66,51)
#283A2C
(40,58,44)
#233225
(35,50,37)
#1E2A1E
(30,42,30)
#192217
(25,34,23)
#141A10
(20,26,16)
#0F1209
(15,18,9)
#000000
(0,0,0)

Tints of #41624F

#41624F
(65,98,79)
#52705F
(82,112,95)
#637E6F
(99,126,111)
#748C7F
(116,140,127)
#859A8F
(133,154,143)
#96A89F
(150,168,159)
#A7B6AF
(167,182,175)
#B8C4BF
(184,196,191)
#C9D2CF
(201,210,207)
#DAE0DF
(218,224,223)
#EBEEEF
(235,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #41624F; }

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

This text font color is #41624F.


Background Color

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

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

This div background color is #41624F.


Border color

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

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

This div border color is #41624F.


Opacity

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

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

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

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

This text has shadow with #41624F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #41624F on black background.


Color preview on white background

This text has color #41624F on white background.



Black color preview on #41624F background

This text has black color on #41624F background.


White color preview on #41624F background

This text has white color on #41624F background.