COLOR #41625F

HEX: #41625F
RGB: (65,98,95)

Color info

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

RGB color model

#41625F color RGB value is (65,98,95).

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

RGB channels and saturation

R 65 of 255 = 25%
G 98 of 255 = 38%
B 95 of 255 = 37%

65
98
95

R + G + B ~ 33%. #41625F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
65 + 98 + 95 = 258 (100%)
R 65 of 258 ~ 25.19%
G 98 of 258 ~ 37.98%
B 95 of 258 ~ 36.82%

%25.19
%37.98
%36.82

CMYK color model

#41625F color CMYK value is (34,0,3,62).

  • cyan value is 33.67%
  • magenta value is 0.00%
  • yellow value is 3.06%
  • key color value is 61.57%
CMYK: (34,0,3,62) C34M0Y3K62 (34%,0%,3%,62%) (0.34/0.00/0.03/0.62)

CMYK percentages

%33.67
%0
%3.06
%61.57

Codes

Color #41625F in popluar color models

41625F
RGB659895
HSL175°20.25%31.96%
HSB/HSV175°33.67%38.43%
CMYK33.67%0.00%3.06%
61.57%

Color #41625F in popluar number systems.

HEX41625F
Decimal659895
Binary100000111000101011111
Octal101142137

Shades and tints

Shades of #41625F

#41625F
(65,98,95)
#3C5A57
(60,90,87)
#37524F
(55,82,79)
#324A47
(50,74,71)
#2D423F
(45,66,63)
#283A37
(40,58,55)
#23322F
(35,50,47)
#1E2A27
(30,42,39)
#19221F
(25,34,31)
#141A17
(20,26,23)
#0F120F
(15,18,15)
#000000
(0,0,0)

Tints of #41625F

#41625F
(65,98,95)
#52706D
(82,112,109)
#637E7B
(99,126,123)
#748C89
(116,140,137)
#859A97
(133,154,151)
#96A8A5
(150,168,165)
#A7B6B3
(167,182,179)
#B8C4C1
(184,196,193)
#C9D2CF
(201,210,207)
#DAE0DD
(218,224,221)
#EBEEEB
(235,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #41625F; }

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

This text font color is #41625F.


Background Color

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

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

This div background color is #41625F.


Border color

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

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

This div border color is #41625F.


Opacity

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

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

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

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

This text has shadow with #41625F color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #41625F on black background.


Color preview on white background

This text has color #41625F on white background.



Black color preview on #41625F background

This text has black color on #41625F background.


White color preview on #41625F background

This text has white color on #41625F background.