COLOR #465D05

HEX: #465D05
RGB: (70,93,5)

Color info

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

RGB color model

#465D05 color RGB value is (70,93,5).

  • red value is 70;
  • green value is 93;
  • blue value is 5.
RGB:
(70,93,5)
(27%,36%,2%)

RGB channels and saturation

R 70 of 255 = 27%
G 93 of 255 = 36%
B 5 of 255 = 2%

70
93
5

R + G + B ~ 22%. #465D05 is dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 93 + 5 = 168 (100%)
R 70 of 168 ~ 41.67%
G 93 of 168 ~ 55.36%
B 5 of 168 ~ 2.98%

%41.67
%55.36

CMYK color model

#465D05 color CMYK value is (25,0,95,64).

  • cyan value is 24.73%
  • magenta value is 0.00%
  • yellow value is 94.62%
  • key color value is 63.53%
CMYK:
(25,0,95,64)
C25M0Y95K64 
(25%,0%,95%,64%)
(0.25/0.00/0.95/0.64)	

CMYK percentages

%24.73
%0
%94.62
%63.53

Codes

Color #465D05 in popluar color models

465D05
RGB70935
HSL76°89.80%19.22%
HSB/HSV76°94.62%36.47%
CMYK24.73%0.00%94.62%
63.53%

Color #465D05 in popluar number systems.

HEX465D05
Decimal70935
Binary10001101011101101
Octal1061355

Shades and tints

Shades of #465D05

#465D05
(70,93,5)
#405505
(64,85,5)
#3A4D05
(58,77,5)
#344505
(52,69,5)
#2E3D05
(46,61,5)
#283505
(40,53,5)
#222D05
(34,45,5)
#1C2505
(28,37,5)
#161D05
(22,29,5)
#101505
(16,21,5)
#0A0D05
(10,13,5)
#000000
(0,0,0)

Tints of #465D05

#465D05
(70,93,5)
#566B1B
(86,107,27)
#667931
(102,121,49)
#768747
(118,135,71)
#86955D
(134,149,93)
#96A373
(150,163,115)
#A6B189
(166,177,137)
#B6BF9F
(182,191,159)
#C6CDB5
(198,205,181)
#D6DBCB
(214,219,203)
#E6E9E1
(230,233,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #465D05 color. Also use rgb(70,93,5) instead hex code.

Text Font Color

.myTextColor { color: #465D05; }

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

This text font color is #465D05.


Background Color

.myBgColor { background-color: #465D05; }

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

This div background color is #465D05.


Border color

.myBorderColor { border: 1px solid #465D05; }

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

This div border color is #465D05.


Opacity

.myOpacity80 { color: #465D05; opacity: 0.8; }

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

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

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

This text has shadow with #465D05 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #465D05 on black background.


Color preview on white background

This text has color #465D05 on white background.



Black color preview on #465D05 background

This text has black color on #465D05 background.


White color preview on #465D05 background

This text has white color on #465D05 background.