COLOR #414939

HEX: #414939
RGB: (65,73,57)

Color info

#414939 contains red, green and blue colors in about the same proportion. Web safe color of #414939 is #333333 (or #333).

RGB color model

#414939 color RGB value is (65,73,57).

  • red value is 65;
  • green value is 73;
  • blue value is 57.
RGB:
(65,73,57)
(25%,29%,22%)

RGB channels and saturation

R 65 of 255 = 25%
G 73 of 255 = 29%
B 57 of 255 = 22%

65
73
57

R + G + B ~ 25%. #414939 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
65 + 73 + 57 = 195 (100%)
R 65 of 195 ~ 33.33%
G 73 of 195 ~ 37.44%
B 57 of 195 ~ 29.23%

%33.33
%37.44
%29.23

CMYK color model

#414939 color CMYK value is (11,0,22,71).

  • cyan value is 10.96%
  • magenta value is 0.00%
  • yellow value is 21.92%
  • key color value is 71.37%
CMYK:
(11,0,22,71)
C11M0Y22K71 
(11%,0%,22%,71%)
(0.11/0.00/0.22/0.71)	

CMYK percentages

%10.96
%0
%21.92
%71.37

Codes

Color #414939 in popluar color models

414939
RGB657357
HSL90°12.31%25.49%
HSB/HSV90°21.92%28.63%
CMYK10.96%0.00%21.92%
71.37%

Color #414939 in popluar number systems.

HEX414939
Decimal657357
Binary10000011001001111001
Octal10111171

Shades and tints

Shades of #414939

#414939
(65,73,57)
#3C4334
(60,67,52)
#373D2F
(55,61,47)
#32372A
(50,55,42)
#2D3125
(45,49,37)
#282B20
(40,43,32)
#23251B
(35,37,27)
#1E1F16
(30,31,22)
#191911
(25,25,17)
#14130C
(20,19,12)
#0F0D07
(15,13,7)
#000000
(0,0,0)

Tints of #414939

#414939
(65,73,57)
#52594B
(82,89,75)
#63695D
(99,105,93)
#74796F
(116,121,111)
#858981
(133,137,129)
#969993
(150,153,147)
#A7A9A5
(167,169,165)
#B8B9B7
(184,185,183)
#C9C9C9
(201,201,201)
#DAD9DB
(218,217,219)
#EBE9ED
(235,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #414939 color. Also use rgb(65,73,57) instead hex code.

Text Font Color

.myTextColor { color: #414939; }

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

This text font color is #414939.


Background Color

.myBgColor { background-color: #414939; }

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

This div background color is #414939.


Border color

.myBorderColor { border: 1px solid #414939; }

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

This div border color is #414939.


Opacity

.myOpacity80 { color: #414939; opacity: 0.8; }

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

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

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

This text has shadow with #414939 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #414939 on black background.


Color preview on white background

This text has color #414939 on white background.



Black color preview on #414939 background

This text has black color on #414939 background.


White color preview on #414939 background

This text has white color on #414939 background.