COLOR #457E03

HEX: #457E03
RGB: (69,126,3)

Color info

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

RGB color model

#457E03 color RGB value is (69,126,3).

  • red value is 69;
  • green value is 126;
  • blue value is 3.
RGB:
(69,126,3)
(27%,49%,1%)

RGB channels and saturation

R 69 of 255 = 27%
G 126 of 255 = 49%
B 3 of 255 = 1%

69
126
3

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

Portions of RGB colors in percentages

R + G + B =
69 + 126 + 3 = 198 (100%)
R 69 of 198 ~ 34.85%
G 126 of 198 ~ 63.64%
B 3 of 198 ~ 1.52%

%34.85
%63.64

CMYK color model

#457E03 color CMYK value is (45,0,98,51).

  • cyan value is 45.24%
  • magenta value is 0.00%
  • yellow value is 97.62%
  • key color value is 50.59%
CMYK:
(45,0,98,51)
C45M0Y98K51 
(45%,0%,98%,51%)
(0.45/0.00/0.98/0.51)	

CMYK percentages

%45.24
%0
%97.62
%50.59

Codes

Color #457E03 in popluar color models

457E03
RGB691263
HSL88°95.35%25.29%
HSB/HSV88°97.62%49.41%
CMYK45.24%0.00%97.62%
50.59%

Color #457E03 in popluar number systems.

HEX457E03
Decimal691263
Binary1000101111111011
Octal1051763

Shades and tints

Shades of #457E03

#457E03
(69,126,3)
#3F7303
(63,115,3)
#396803
(57,104,3)
#335D03
(51,93,3)
#2D5203
(45,82,3)
#274703
(39,71,3)
#213C03
(33,60,3)
#1B3103
(27,49,3)
#152603
(21,38,3)
#0F1B03
(15,27,3)
#091003
(9,16,3)
#000000
(0,0,0)

Tints of #457E03

#457E03
(69,126,3)
#558919
(85,137,25)
#65942F
(101,148,47)
#759F45
(117,159,69)
#85AA5B
(133,170,91)
#95B571
(149,181,113)
#A5C087
(165,192,135)
#B5CB9D
(181,203,157)
#C5D6B3
(197,214,179)
#D5E1C9
(213,225,201)
#E5ECDF
(229,236,223)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #457E03 color. Also use rgb(69,126,3) instead hex code.

Text Font Color

.myTextColor { color: #457E03; }

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

This text font color is #457E03.


Background Color

.myBgColor { background-color: #457E03; }

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

This div background color is #457E03.


Border color

.myBorderColor { border: 1px solid #457E03; }

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

This div border color is #457E03.


Opacity

.myOpacity80 { color: #457E03; opacity: 0.8; }

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

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

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

This text has shadow with #457E03 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #457E03 on black background.


Color preview on white background

This text has color #457E03 on white background.



Black color preview on #457E03 background

This text has black color on #457E03 background.


White color preview on #457E03 background

This text has white color on #457E03 background.