COLOR #414A25

HEX: #414A25
RGB: (65,74,37)

Color info

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

RGB color model

#414A25 color RGB value is (65,74,37).

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

RGB channels and saturation

R 65 of 255 = 25%
G 74 of 255 = 29%
B 37 of 255 = 15%

65
74
37

R + G + B ~ 23%. #414A25 is dark color.

Portions of RGB colors in percentages

R + G + B =
65 + 74 + 37 = 176 (100%)
R 65 of 176 ~ 36.93%
G 74 of 176 ~ 42.05%
B 37 of 176 ~ 21.02%

%36.93
%42.05
%21.02

CMYK color model

#414A25 color CMYK value is (12,0,50,71).

  • cyan value is 12.16%
  • magenta value is 0.00%
  • yellow value is 50.00%
  • key color value is 70.98%
CMYK:
(12,0,50,71)
C12M0Y50K71 
(12%,0%,50%,71%)
(0.12/0.00/0.50/0.71)	

CMYK percentages

%12.16
%0
%50
%70.98

Codes

Color #414A25 in popluar color models

414A25
RGB657437
HSL75°33.33%21.76%
HSB/HSV75°50.00%29.02%
CMYK12.16%0.00%50.00%
70.98%

Color #414A25 in popluar number systems.

HEX414A25
Decimal657437
Binary10000011001010100101
Octal10111245

Shades and tints

Shades of #414A25

#414A25
(65,74,37)
#3C4422
(60,68,34)
#373E1F
(55,62,31)
#32381C
(50,56,28)
#2D3219
(45,50,25)
#282C16
(40,44,22)
#232613
(35,38,19)
#1E2010
(30,32,16)
#191A0D
(25,26,13)
#14140A
(20,20,10)
#0F0E07
(15,14,7)
#000000
(0,0,0)

Tints of #414A25

#414A25
(65,74,37)
#525A38
(82,90,56)
#636A4B
(99,106,75)
#747A5E
(116,122,94)
#858A71
(133,138,113)
#969A84
(150,154,132)
#A7AA97
(167,170,151)
#B8BAAA
(184,186,170)
#C9CABD
(201,202,189)
#DADAD0
(218,218,208)
#EBEAE3
(235,234,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #414A25; }

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

This text font color is #414A25.


Background Color

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

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

This div background color is #414A25.


Border color

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

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

This div border color is #414A25.


Opacity

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

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

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

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

This text has shadow with #414A25 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #414A25 on black background.


Color preview on white background

This text has color #414A25 on white background.



Black color preview on #414A25 background

This text has black color on #414A25 background.


White color preview on #414A25 background

This text has white color on #414A25 background.