COLOR #457319

HEX: #457319
RGB: (69,115,25)

Color info

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

RGB color model

#457319 color RGB value is (69,115,25).

  • red value is 69;
  • green value is 115;
  • blue value is 25.
RGB:
(69,115,25)
(27%,45%,10%)

RGB channels and saturation

R 69 of 255 = 27%
G 115 of 255 = 45%
B 25 of 255 = 10%

69
115
25

R + G + B ~ 27%. #457319 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
69 + 115 + 25 = 209 (100%)
R 69 of 209 ~ 33.01%
G 115 of 209 ~ 55.02%
B 25 of 209 ~ 11.96%

%33.01
%55.02
%11.96

CMYK color model

#457319 color CMYK value is (40,0,78,55).

  • cyan value is 40.00%
  • magenta value is 0.00%
  • yellow value is 78.26%
  • key color value is 54.90%
CMYK:
(40,0,78,55)
C40M0Y78K55 
(40%,0%,78%,55%)
(0.40/0.00/0.78/0.55)	

CMYK percentages

%40
%0
%78.26
%54.9

Codes

Color #457319 in popluar color models

457319
RGB6911525
HSL91°64.29%27.45%
HSB/HSV91°78.26%45.10%
CMYK40.00%0.00%78.26%
54.90%

Color #457319 in popluar number systems.

HEX457319
Decimal6911525
Binary1000101111001111001
Octal10516331

Shades and tints

Shades of #457319

#457319
(69,115,25)
#3F6917
(63,105,23)
#395F15
(57,95,21)
#335513
(51,85,19)
#2D4B11
(45,75,17)
#27410F
(39,65,15)
#21370D
(33,55,13)
#1B2D0B
(27,45,11)
#152309
(21,35,9)
#0F1907
(15,25,7)
#090F05
(9,15,5)
#000000
(0,0,0)

Tints of #457319

#457319
(69,115,25)
#557F2D
(85,127,45)
#658B41
(101,139,65)
#759755
(117,151,85)
#85A369
(133,163,105)
#95AF7D
(149,175,125)
#A5BB91
(165,187,145)
#B5C7A5
(181,199,165)
#C5D3B9
(197,211,185)
#D5DFCD
(213,223,205)
#E5EBE1
(229,235,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #457319 color. Also use rgb(69,115,25) instead hex code.

Text Font Color

.myTextColor { color: #457319; }

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

This text font color is #457319.


Background Color

.myBgColor { background-color: #457319; }

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

This div background color is #457319.


Border color

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

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

This div border color is #457319.


Opacity

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

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

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

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

This text has shadow with #457319 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #457319 on black background.


Color preview on white background

This text has color #457319 on white background.



Black color preview on #457319 background

This text has black color on #457319 background.


White color preview on #457319 background

This text has white color on #457319 background.