COLOR #457D41

HEX: #457D41 RGB: (69,125,65)

Color info

#457D41 contains mainly red and green colors. Web safe color of #457D41 is #336633 (or #363).

RGB color model

#457D41 color RGB value is (69,125,65).

RGB: (69,125,65) (27%, 49%, 25%)

RGB channels and saturation

R 69 of 255 = 27%
G 125 of 255 = 49%
B 65 of 255 = 25%

69
125
65

R + G + B ~ 34%. #457D41 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 69 + 125 + 65 = 259 (100%)
R 69 of 259 ~ 26.64%
G 125 of 259 ~ 48.26%
B 65 of 259 ~ 25.1'%

%26.64
%48.26
%25.1

CMYK color model

#457D41 color CMYK value is (45,0,48,51).

  • cyan value is 44.80%
  • magenta value is 0.00%
  • yellow value is 48.00%
  • key color value is 50.98%

CMYK: (45,0,48,51)
C45M0Y48K51 (45%, 0%, 48%, 51%)
(0.45 / 0.00 / 0.48 / 0.51)

CMYK percentages

%44.8
%0
%48
%50.98

Codes

Color #457D41 in popluar color models

45 7D 41
RGB 69 125 65
HSL 116° 31.58% 37.25%
HSB/HSV 116° 48.00% 49.02%
CMYK 44.80% 0.00% 48.00%
50.98%

Color #457D41 in popluar number systems.

HEX 45 7D 41
Decimal 69 125 65
Binary 1000101 1111101 1000001
Octal 105 175 101

Shades and tints

Shades of #457D41

#457D41
(69,125,65)
#3F723C
(63,114,60)
#396737
(57,103,55)
#335C32
(51,92,50)
#2D512D
(45,81,45)
#274628
(39,70,40)
#213B23
(33,59,35)
#1B301E
(27,48,30)
#152519
(21,37,25)
#0F1A14
(15,26,20)
#090F0F
(9,15,15)
#000000
(0,0,0)

Tints of #457D41

#457D41
(69,125,65)
#558852
(85,136,82)
#659363
(101,147,99)
#759E74
(117,158,116)
#85A985
(133,169,133)
#95B496
(149,180,150)
#A5BFA7
(165,191,167)
#B5CAB8
(181,202,184)
#C5D5C9
(197,213,201)
#D5E0DA
(213,224,218)
#E5EBEB
(229,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #457D41 color. Also use rgb(69,125,65) instead hex code.

Text Font Color

.myTextColor { color: #457D41; }

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

This text font color is #457D41.

Background Color

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

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

This div background color is #457D41.

Border color

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

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

This div border color is #457D41.

Opacity

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

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

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

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

This text has shadow with #457D41 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #457D41.

Preview

Color preview on black background

This text has color #457D41 on black background.


Color preview on white background

This text has color #457D41 on white background.


Black color preview on #457D41 background

This text has black color on #457D41 background.


White color preview on #457D41 background

This text has white color on #457D41 background.


Related colors

Complementary color

Complementary color for #hex is #BA82BE.


I love getcolorcode.com

Triadic colors

1 #41457D and #7D4145 with #457D41 are triadic colors.

2 #417D45 and #7D4541 with #457D41 are triadic colors.