COLOR #457333

HEX: #457333
RGB: (69,115,51)

Color info

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

RGB color model

#457333 color RGB value is (69,115,51).

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

RGB channels and saturation

R 69 of 255 = 27%
G 115 of 255 = 45%
B 51 of 255 = 20%

69
115
51

R + G + B ~ 31%. #457333 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
69 + 115 + 51 = 235 (100%)
R 69 of 235 ~ 29.36%
G 115 of 235 ~ 48.94%
B 51 of 235 ~ 21.7%

%29.36
%48.94
%21.7

CMYK color model

#457333 color CMYK value is (40,0,56,55).

  • cyan value is 40.00%
  • magenta value is 0.00%
  • yellow value is 55.65%
  • key color value is 54.90%
CMYK:
(40,0,56,55)
C40M0Y56K55 
(40%,0%,56%,55%)
(0.40/0.00/0.56/0.55)	

CMYK percentages

%40
%0
%55.65
%54.9

Codes

Color #457333 in popluar color models

457333
RGB6911551
HSL103°38.55%32.55%
HSB/HSV103°55.65%45.10%
CMYK40.00%0.00%55.65%
54.90%

Color #457333 in popluar number systems.

HEX457333
Decimal6911551
Binary10001011110011110011
Octal10516363

Shades and tints

Shades of #457333

#457333
(69,115,51)
#3F692F
(63,105,47)
#395F2B
(57,95,43)
#335527
(51,85,39)
#2D4B23
(45,75,35)
#27411F
(39,65,31)
#21371B
(33,55,27)
#1B2D17
(27,45,23)
#152313
(21,35,19)
#0F190F
(15,25,15)
#090F0B
(9,15,11)
#000000
(0,0,0)

Tints of #457333

#457333
(69,115,51)
#557F45
(85,127,69)
#658B57
(101,139,87)
#759769
(117,151,105)
#85A37B
(133,163,123)
#95AF8D
(149,175,141)
#A5BB9F
(165,187,159)
#B5C7B1
(181,199,177)
#C5D3C3
(197,211,195)
#D5DFD5
(213,223,213)
#E5EBE7
(229,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #457333; }

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

This text font color is #457333.


Background Color

.myBgColor { background-color: #457333; }

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

This div background color is #457333.


Border color

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

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

This div border color is #457333.


Opacity

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

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

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

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

This text has shadow with #457333 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #457333 on black background.


Color preview on white background

This text has color #457333 on white background.



Black color preview on #457333 background

This text has black color on #457333 background.


White color preview on #457333 background

This text has white color on #457333 background.