COLOR #414923

HEX: #414923
RGB: (65,73,35)

Color info

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

RGB color model

#414923 color RGB value is (65,73,35).

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

RGB channels and saturation

R 65 of 255 = 25%
G 73 of 255 = 29%
B 35 of 255 = 14%

65
73
35

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

Portions of RGB colors in percentages

R + G + B =
65 + 73 + 35 = 173 (100%)
R 65 of 173 ~ 37.57%
G 73 of 173 ~ 42.2%
B 35 of 173 ~ 20.23%

%37.57
%42.2
%20.23

CMYK color model

#414923 color CMYK value is (11,0,52,71).

  • cyan value is 10.96%
  • magenta value is 0.00%
  • yellow value is 52.05%
  • key color value is 71.37%
CMYK:
(11,0,52,71)
C11M0Y52K71 
(11%,0%,52%,71%)
(0.11/0.00/0.52/0.71)	

CMYK percentages

%10.96
%0
%52.05
%71.37

Codes

Color #414923 in popluar color models

414923
RGB657335
HSL73°35.19%21.18%
HSB/HSV73°52.05%28.63%
CMYK10.96%0.00%52.05%
71.37%

Color #414923 in popluar number systems.

HEX414923
Decimal657335
Binary10000011001001100011
Octal10111143

Shades and tints

Shades of #414923

#414923
(65,73,35)
#3C4320
(60,67,32)
#373D1D
(55,61,29)
#32371A
(50,55,26)
#2D3117
(45,49,23)
#282B14
(40,43,20)
#232511
(35,37,17)
#1E1F0E
(30,31,14)
#19190B
(25,25,11)
#141308
(20,19,8)
#0F0D05
(15,13,5)
#000000
(0,0,0)

Tints of #414923

#414923
(65,73,35)
#525937
(82,89,55)
#63694B
(99,105,75)
#74795F
(116,121,95)
#858973
(133,137,115)
#969987
(150,153,135)
#A7A99B
(167,169,155)
#B8B9AF
(184,185,175)
#C9C9C3
(201,201,195)
#DAD9D7
(218,217,215)
#EBE9EB
(235,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #414923; }

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

This text font color is #414923.


Background Color

.myBgColor { background-color: #414923; }

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

This div background color is #414923.


Border color

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

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

This div border color is #414923.


Opacity

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

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

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

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

This text has shadow with #414923 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #414923 on black background.


Color preview on white background

This text has color #414923 on white background.



Black color preview on #414923 background

This text has black color on #414923 background.


White color preview on #414923 background

This text has white color on #414923 background.