COLOR #41817D

HEX: #41817D
RGB: (65,129,125)

Color info

#41817D contains mainly green and blue colors. Web safe color of #41817D is #339966 (or #396).

RGB color model

#41817D color RGB value is (65,129,125).

  • red value is 65;
  • green value is 129;
  • blue value is 125.
RGB:
(65,129,125)
(25%,51%,49%)

RGB channels and saturation

R 65 of 255 = 25%
G 129 of 255 = 51%
B 125 of 255 = 49%

65
129
125

R + G + B ~ 42%. #41817D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
65 + 129 + 125 = 319 (100%)
R 65 of 319 ~ 20.38%
G 129 of 319 ~ 40.44%
B 125 of 319 ~ 39.18%

%20.38
%40.44
%39.18

CMYK color model

#41817D color CMYK value is (50,0,3,49).

  • cyan value is 49.61%
  • magenta value is 0.00%
  • yellow value is 3.10%
  • key color value is 49.41%
CMYK:
(50,0,3,49)
C50M0Y3K49 
(50%,0%,3%,49%)
(0.50/0.00/0.03/0.49)	

CMYK percentages

%49.61
%0
%3.1
%49.41

Codes

Color #41817D in popluar color models

41817D
RGB65129125
HSL176°32.99%38.04%
HSB/HSV176°49.61%50.59%
CMYK49.61%0.00%3.10%
49.41%

Color #41817D in popluar number systems.

HEX41817D
Decimal65129125
Binary1000001100000011111101
Octal101201175

Shades and tints

Shades of #41817D

#41817D
(65,129,125)
#3C7672
(60,118,114)
#376B67
(55,107,103)
#32605C
(50,96,92)
#2D5551
(45,85,81)
#284A46
(40,74,70)
#233F3B
(35,63,59)
#1E3430
(30,52,48)
#192925
(25,41,37)
#141E1A
(20,30,26)
#0F130F
(15,19,15)
#000000
(0,0,0)

Tints of #41817D

#41817D
(65,129,125)
#528C88
(82,140,136)
#639793
(99,151,147)
#74A29E
(116,162,158)
#85ADA9
(133,173,169)
#96B8B4
(150,184,180)
#A7C3BF
(167,195,191)
#B8CECA
(184,206,202)
#C9D9D5
(201,217,213)
#DAE4E0
(218,228,224)
#EBEFEB
(235,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #41817D color. Also use rgb(65,129,125) instead hex code.

Text Font Color

.myTextColor { color: #41817D; }

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

This text font color is #41817D.


Background Color

.myBgColor { background-color: #41817D; }

<div style="background-color:#41817D">Inner text</div>

This div background color is #41817D.


Border color

.myBorderColor { border: 1px solid #41817D; }

<div style="border:3px solid #41817D">Div</div>

This div border color is #41817D.


Opacity

.myOpacity80 { color: #41817D; opacity: 0.8; }

<p style="color:#41817D;opacity:0.8;">80%</p>

Text with #41817D 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 #41817D;}

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

This text has shadow with #41817D color.

.textShadow {text-shadow: 3px 3px 1px #41817D, 3px 3px 1px red;}

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

This text has shadow with #41817D primary color and red secondary color.


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

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

This text has shadow with #41817D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #41817D on black background.


Color preview on white background

This text has color #41817D on white background.



Black color preview on #41817D background

This text has black color on #41817D background.


White color preview on #41817D background

This text has white color on #41817D background.