COLOR #436313

HEX: #436313
RGB: (67,99,19)

Color info

#436313 contains mainly red and green colors. Web safe color of #436313 is #336600 (or #360).

RGB color model

#436313 color RGB value is (67,99,19).

  • red value is 67;
  • green value is 99;
  • blue value is 19.
RGB:
(67,99,19)
(26%,39%,7%)

RGB channels and saturation

R 67 of 255 = 26%
G 99 of 255 = 39%
B 19 of 255 = 7%

67
99
19

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

Portions of RGB colors in percentages

R + G + B =
67 + 99 + 19 = 185 (100%)
R 67 of 185 ~ 36.22%
G 99 of 185 ~ 53.51%
B 19 of 185 ~ 10.27%

%36.22
%53.51
%10.27

CMYK color model

#436313 color CMYK value is (32,0,81,61).

  • cyan value is 32.32%
  • magenta value is 0.00%
  • yellow value is 80.81%
  • key color value is 61.18%
CMYK:
(32,0,81,61)
C32M0Y81K61 
(32%,0%,81%,61%)
(0.32/0.00/0.81/0.61)	

CMYK percentages

%32.32
%0
%80.81
%61.18

Codes

Color #436313 in popluar color models

436313
RGB679919
HSL84°67.80%23.14%
HSB/HSV84°80.81%38.82%
CMYK32.32%0.00%80.81%
61.18%

Color #436313 in popluar number systems.

HEX436313
Decimal679919
Binary1000011110001110011
Octal10314323

Shades and tints

Shades of #436313

#436313
(67,99,19)
#3D5A12
(61,90,18)
#375111
(55,81,17)
#314810
(49,72,16)
#2B3F0F
(43,63,15)
#25360E
(37,54,14)
#1F2D0D
(31,45,13)
#19240C
(25,36,12)
#131B0B
(19,27,11)
#0D120A
(13,18,10)
#070909
(7,9,9)
#000000
(0,0,0)

Tints of #436313

#436313
(67,99,19)
#547128
(84,113,40)
#657F3D
(101,127,61)
#768D52
(118,141,82)
#879B67
(135,155,103)
#98A97C
(152,169,124)
#A9B791
(169,183,145)
#BAC5A6
(186,197,166)
#CBD3BB
(203,211,187)
#DCE1D0
(220,225,208)
#EDEFE5
(237,239,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #436313 color. Also use rgb(67,99,19) instead hex code.

Text Font Color

.myTextColor { color: #436313; }

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

This text font color is #436313.


Background Color

.myBgColor { background-color: #436313; }

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

This div background color is #436313.


Border color

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

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

This div border color is #436313.


Opacity

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

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

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

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

This text has shadow with #436313 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #436313 on black background.


Color preview on white background

This text has color #436313 on white background.



Black color preview on #436313 background

This text has black color on #436313 background.


White color preview on #436313 background

This text has white color on #436313 background.