COLOR #414A37

HEX: #414A37
RGB: (65,74,55)

Color info

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

RGB color model

#414A37 color RGB value is (65,74,55).

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

RGB channels and saturation

R 65 of 255 = 25%
G 74 of 255 = 29%
B 55 of 255 = 22%

65
74
55

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

Portions of RGB colors in percentages

R + G + B =
65 + 74 + 55 = 194 (100%)
R 65 of 194 ~ 33.51%
G 74 of 194 ~ 38.14%
B 55 of 194 ~ 28.35%

%33.51
%38.14
%28.35

CMYK color model

#414A37 color CMYK value is (12,0,26,71).

  • cyan value is 12.16%
  • magenta value is 0.00%
  • yellow value is 25.68%
  • key color value is 70.98%
CMYK:
(12,0,26,71)
C12M0Y26K71 
(12%,0%,26%,71%)
(0.12/0.00/0.26/0.71)	

CMYK percentages

%12.16
%0
%25.68
%70.98

Codes

Color #414A37 in popluar color models

414A37
RGB657455
HSL88°14.73%25.29%
HSB/HSV88°25.68%29.02%
CMYK12.16%0.00%25.68%
70.98%

Color #414A37 in popluar number systems.

HEX414A37
Decimal657455
Binary10000011001010110111
Octal10111267

Shades and tints

Shades of #414A37

#414A37
(65,74,55)
#3C4432
(60,68,50)
#373E2D
(55,62,45)
#323828
(50,56,40)
#2D3223
(45,50,35)
#282C1E
(40,44,30)
#232619
(35,38,25)
#1E2014
(30,32,20)
#191A0F
(25,26,15)
#14140A
(20,20,10)
#0F0E05
(15,14,5)
#000000
(0,0,0)

Tints of #414A37

#414A37
(65,74,55)
#525A49
(82,90,73)
#636A5B
(99,106,91)
#747A6D
(116,122,109)
#858A7F
(133,138,127)
#969A91
(150,154,145)
#A7AAA3
(167,170,163)
#B8BAB5
(184,186,181)
#C9CAC7
(201,202,199)
#DADAD9
(218,218,217)
#EBEAEB
(235,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #414A37 color. Also use rgb(65,74,55) instead hex code.

Text Font Color

.myTextColor { color: #414A37; }

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

This text font color is #414A37.


Background Color

.myBgColor { background-color: #414A37; }

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

This div background color is #414A37.


Border color

.myBorderColor { border: 1px solid #414A37; }

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

This div border color is #414A37.


Opacity

.myOpacity80 { color: #414A37; opacity: 0.8; }

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

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

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

This text has shadow with #414A37 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #414A37 on black background.


Color preview on white background

This text has color #414A37 on white background.



Black color preview on #414A37 background

This text has black color on #414A37 background.


White color preview on #414A37 background

This text has white color on #414A37 background.