COLOR #457013

HEX: #457013
RGB: (69,112,19)

Color info

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

RGB color model

#457013 color RGB value is (69,112,19).

  • red value is 69;
  • green value is 112;
  • blue value is 19.
RGB:
(69,112,19)
(27%,44%,7%)

RGB channels and saturation

R 69 of 255 = 27%
G 112 of 255 = 44%
B 19 of 255 = 7%

69
112
19

R + G + B ~ 26%. #457013 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
69 + 112 + 19 = 200 (100%)
R 69 of 200 ~ 34.5%
G 112 of 200 ~ 56%
B 19 of 200 ~ 9.5%

%34.5
%56
%9.5

CMYK color model

#457013 color CMYK value is (38,0,83,56).

  • cyan value is 38.39%
  • magenta value is 0.00%
  • yellow value is 83.04%
  • key color value is 56.08%
CMYK:
(38,0,83,56)
C38M0Y83K56 
(38%,0%,83%,56%)
(0.38/0.00/0.83/0.56)	

CMYK percentages

%38.39
%0
%83.04
%56.08

Codes

Color #457013 in popluar color models

457013
RGB6911219
HSL88°70.99%25.69%
HSB/HSV88°83.04%43.92%
CMYK38.39%0.00%83.04%
56.08%

Color #457013 in popluar number systems.

HEX457013
Decimal6911219
Binary1000101111000010011
Octal10516023

Shades and tints

Shades of #457013

#457013
(69,112,19)
#3F6612
(63,102,18)
#395C11
(57,92,17)
#335210
(51,82,16)
#2D480F
(45,72,15)
#273E0E
(39,62,14)
#21340D
(33,52,13)
#1B2A0C
(27,42,12)
#15200B
(21,32,11)
#0F160A
(15,22,10)
#090C09
(9,12,9)
#000000
(0,0,0)

Tints of #457013

#457013
(69,112,19)
#557D28
(85,125,40)
#658A3D
(101,138,61)
#759752
(117,151,82)
#85A467
(133,164,103)
#95B17C
(149,177,124)
#A5BE91
(165,190,145)
#B5CBA6
(181,203,166)
#C5D8BB
(197,216,187)
#D5E5D0
(213,229,208)
#E5F2E5
(229,242,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #457013 color. Also use rgb(69,112,19) instead hex code.

Text Font Color

.myTextColor { color: #457013; }

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

This text font color is #457013.


Background Color

.myBgColor { background-color: #457013; }

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

This div background color is #457013.


Border color

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

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

This div border color is #457013.


Opacity

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

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

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

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

This text has shadow with #457013 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #457013 on black background.


Color preview on white background

This text has color #457013 on white background.



Black color preview on #457013 background

This text has black color on #457013 background.


White color preview on #457013 background

This text has white color on #457013 background.