COLOR #457317

HEX: #457317
RGB: (69,115,23)

Color info

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

RGB color model

#457317 color RGB value is (69,115,23).

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

RGB channels and saturation

R 69 of 255 = 27%
G 115 of 255 = 45%
B 23 of 255 = 9%

69
115
23

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

Portions of RGB colors in percentages

R + G + B =
69 + 115 + 23 = 207 (100%)
R 69 of 207 ~ 33.33%
G 115 of 207 ~ 55.56%
B 23 of 207 ~ 11.11%

%33.33
%55.56
%11.11

CMYK color model

#457317 color CMYK value is (40,0,80,55).

  • cyan value is 40.00%
  • magenta value is 0.00%
  • yellow value is 80.00%
  • key color value is 54.90%
CMYK:
(40,0,80,55)
C40M0Y80K55 
(40%,0%,80%,55%)
(0.40/0.00/0.80/0.55)	

CMYK percentages

%40
%0
%80
%54.9

Codes

Color #457317 in popluar color models

457317
RGB6911523
HSL90°66.67%27.06%
HSB/HSV90°80.00%45.10%
CMYK40.00%0.00%80.00%
54.90%

Color #457317 in popluar number systems.

HEX457317
Decimal6911523
Binary1000101111001110111
Octal10516327

Shades and tints

Shades of #457317

#457317
(69,115,23)
#3F6915
(63,105,21)
#395F13
(57,95,19)
#335511
(51,85,17)
#2D4B0F
(45,75,15)
#27410D
(39,65,13)
#21370B
(33,55,11)
#1B2D09
(27,45,9)
#152307
(21,35,7)
#0F1905
(15,25,5)
#090F03
(9,15,3)
#000000
(0,0,0)

Tints of #457317

#457317
(69,115,23)
#557F2C
(85,127,44)
#658B41
(101,139,65)
#759756
(117,151,86)
#85A36B
(133,163,107)
#95AF80
(149,175,128)
#A5BB95
(165,187,149)
#B5C7AA
(181,199,170)
#C5D3BF
(197,211,191)
#D5DFD4
(213,223,212)
#E5EBE9
(229,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #457317; }

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

This text font color is #457317.


Background Color

.myBgColor { background-color: #457317; }

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

This div background color is #457317.


Border color

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

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

This div border color is #457317.


Opacity

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

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

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

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

This text has shadow with #457317 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #457317 on black background.


Color preview on white background

This text has color #457317 on white background.



Black color preview on #457317 background

This text has black color on #457317 background.


White color preview on #457317 background

This text has white color on #457317 background.