COLOR #41614C

HEX: #41614C
RGB: (65,97,76)

Color info

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

RGB color model

#41614C color RGB value is (65,97,76).

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

RGB channels and saturation

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

65
97
76

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

Portions of RGB colors in percentages

R + G + B =
65 + 97 + 76 = 238 (100%)
R 65 of 238 ~ 27.31%
G 97 of 238 ~ 40.76%
B 76 of 238 ~ 31.93%

%27.31
%40.76
%31.93

CMYK color model

#41614C color CMYK value is (33,0,22,62).

  • cyan value is 32.99%
  • magenta value is 0.00%
  • yellow value is 21.65%
  • key color value is 61.96%
CMYK:
(33,0,22,62)
C33M0Y22K62 
(33%,0%,22%,62%)
(0.33/0.00/0.22/0.62)	

CMYK percentages

%32.99
%0
%21.65
%61.96

Codes

Color #41614C in popluar color models

41614C
RGB659776
HSL141°19.75%31.76%
HSB/HSV141°32.99%38.04%
CMYK32.99%0.00%21.65%
61.96%

Color #41614C in popluar number systems.

HEX41614C
Decimal659776
Binary100000111000011001100
Octal101141114

Shades and tints

Shades of #41614C

#41614C
(65,97,76)
#3C5946
(60,89,70)
#375140
(55,81,64)
#32493A
(50,73,58)
#2D4134
(45,65,52)
#28392E
(40,57,46)
#233128
(35,49,40)
#1E2922
(30,41,34)
#19211C
(25,33,28)
#141916
(20,25,22)
#0F1110
(15,17,16)
#000000
(0,0,0)

Tints of #41614C

#41614C
(65,97,76)
#526F5C
(82,111,92)
#637D6C
(99,125,108)
#748B7C
(116,139,124)
#85998C
(133,153,140)
#96A79C
(150,167,156)
#A7B5AC
(167,181,172)
#B8C3BC
(184,195,188)
#C9D1CC
(201,209,204)
#DADFDC
(218,223,220)
#EBEDEC
(235,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #41614C; }

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

This text font color is #41614C.


Background Color

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

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

This div background color is #41614C.


Border color

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

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

This div border color is #41614C.


Opacity

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

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

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

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

This text has shadow with #41614C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #41614C on black background.


Color preview on white background

This text has color #41614C on white background.



Black color preview on #41614C background

This text has black color on #41614C background.


White color preview on #41614C background

This text has white color on #41614C background.