COLOR #414A30

HEX: #414A30
RGB: (65,74,48)

Color info

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

RGB color model

#414A30 color RGB value is (65,74,48).

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

RGB channels and saturation

R 65 of 255 = 25%
G 74 of 255 = 29%
B 48 of 255 = 19%

65
74
48

R + G + B ~ 24%. #414A30 is dark color.

Portions of RGB colors in percentages

R + G + B =
65 + 74 + 48 = 187 (100%)
R 65 of 187 ~ 34.76%
G 74 of 187 ~ 39.57%
B 48 of 187 ~ 25.67%

%34.76
%39.57
%25.67

CMYK color model

#414A30 color CMYK value is (12,0,35,71).

  • cyan value is 12.16%
  • magenta value is 0.00%
  • yellow value is 35.14%
  • key color value is 70.98%
CMYK:
(12,0,35,71)
C12M0Y35K71 
(12%,0%,35%,71%)
(0.12/0.00/0.35/0.71)	

CMYK percentages

%12.16
%0
%35.14
%70.98

Codes

Color #414A30 in popluar color models

414A30
RGB657448
HSL81°21.31%23.92%
HSB/HSV81°35.14%29.02%
CMYK12.16%0.00%35.14%
70.98%

Color #414A30 in popluar number systems.

HEX414A30
Decimal657448
Binary10000011001010110000
Octal10111260

Shades and tints

Shades of #414A30

#414A30
(65,74,48)
#3C442C
(60,68,44)
#373E28
(55,62,40)
#323824
(50,56,36)
#2D3220
(45,50,32)
#282C1C
(40,44,28)
#232618
(35,38,24)
#1E2014
(30,32,20)
#191A10
(25,26,16)
#14140C
(20,20,12)
#0F0E08
(15,14,8)
#000000
(0,0,0)

Tints of #414A30

#414A30
(65,74,48)
#525A42
(82,90,66)
#636A54
(99,106,84)
#747A66
(116,122,102)
#858A78
(133,138,120)
#969A8A
(150,154,138)
#A7AA9C
(167,170,156)
#B8BAAE
(184,186,174)
#C9CAC0
(201,202,192)
#DADAD2
(218,218,210)
#EBEAE4
(235,234,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #414A30; }

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

This text font color is #414A30.


Background Color

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

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

This div background color is #414A30.


Border color

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

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

This div border color is #414A30.


Opacity

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

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

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

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

This text has shadow with #414A30 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #414A30 on black background.


Color preview on white background

This text has color #414A30 on white background.



Black color preview on #414A30 background

This text has black color on #414A30 background.


White color preview on #414A30 background

This text has white color on #414A30 background.