COLOR #458376

HEX: #458376
RGB: (69,131,118)

Color info

#458376 contains mainly green and blue colors. Web safe color of #458376 is #339966 (or #396).

RGB color model

#458376 color RGB value is (69,131,118).

  • red value is 69;
  • green value is 131;
  • blue value is 118.
RGB:
(69,131,118)
(27%,51%,46%)

RGB channels and saturation

R 69 of 255 = 27%
G 131 of 255 = 51%
B 118 of 255 = 46%

69
131
118

R + G + B ~ 41%. #458376 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
69 + 131 + 118 = 318 (100%)
R 69 of 318 ~ 21.7%
G 131 of 318 ~ 41.19%
B 118 of 318 ~ 37.11%

%21.7
%41.19
%37.11

CMYK color model

#458376 color CMYK value is (47,0,10,49).

  • cyan value is 47.33%
  • magenta value is 0.00%
  • yellow value is 9.92%
  • key color value is 48.63%
CMYK:
(47,0,10,49)
C47M0Y10K49 
(47%,0%,10%,49%)
(0.47/0.00/0.10/0.49)	

CMYK percentages

%47.33
%0
%9.92
%48.63

Codes

Color #458376 in popluar color models

458376
RGB69131118
HSL167°31.00%39.22%
HSB/HSV167°47.33%51.37%
CMYK47.33%0.00%9.92%
48.63%

Color #458376 in popluar number systems.

HEX458376
Decimal69131118
Binary1000101100000111110110
Octal105203166

Shades and tints

Shades of #458376

#458376
(69,131,118)
#3F786C
(63,120,108)
#396D62
(57,109,98)
#336258
(51,98,88)
#2D574E
(45,87,78)
#274C44
(39,76,68)
#21413A
(33,65,58)
#1B3630
(27,54,48)
#152B26
(21,43,38)
#0F201C
(15,32,28)
#091512
(9,21,18)
#000000
(0,0,0)

Tints of #458376

#458376
(69,131,118)
#558E82
(85,142,130)
#65998E
(101,153,142)
#75A49A
(117,164,154)
#85AFA6
(133,175,166)
#95BAB2
(149,186,178)
#A5C5BE
(165,197,190)
#B5D0CA
(181,208,202)
#C5DBD6
(197,219,214)
#D5E6E2
(213,230,226)
#E5F1EE
(229,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #458376 color. Also use rgb(69,131,118) instead hex code.

Text Font Color

.myTextColor { color: #458376; }

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

This text font color is #458376.


Background Color

.myBgColor { background-color: #458376; }

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

This div background color is #458376.


Border color

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

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

This div border color is #458376.


Opacity

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

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

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

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

This text has shadow with #458376 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #458376 on black background.


Color preview on white background

This text has color #458376 on white background.



Black color preview on #458376 background

This text has black color on #458376 background.


White color preview on #458376 background

This text has white color on #458376 background.