COLOR #45B676

HEX: #45B676
RGB: (69,182,118)

Color info

#45B676 contains mainly green color. Web safe color of #45B676 is #33CC66 (or #3C6).

RGB color model

#45B676 color RGB value is (69,182,118).

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

RGB channels and saturation

R 69 of 255 = 27%
G 182 of 255 = 71%
B 118 of 255 = 46%

69
182
118

R + G + B ~ 48%. #45B676 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
69 + 182 + 118 = 369 (100%)
R 69 of 369 ~ 18.7%
G 182 of 369 ~ 49.32%
B 118 of 369 ~ 31.98%

%18.7
%49.32
%31.98

CMYK color model

#45B676 color CMYK value is (62,0,35,29).

  • cyan value is 62.09%
  • magenta value is 0.00%
  • yellow value is 35.16%
  • key color value is 28.63%
CMYK:
(62,0,35,29)
C62M0Y35K29 
(62%,0%,35%,29%)
(0.62/0.00/0.35/0.29)	

CMYK percentages

%62.09
%0
%35.16
%28.63

Codes

Color #45B676 in popluar color models

45B676
RGB69182118
HSL146°45.02%49.22%
HSB/HSV146°62.09%71.37%
CMYK62.09%0.00%35.16%
28.63%

Color #45B676 in popluar number systems.

HEX45B676
Decimal69182118
Binary1000101101101101110110
Octal105266166

Shades and tints

Shades of #45B676

#45B676
(69,182,118)
#3FA66C
(63,166,108)
#399662
(57,150,98)
#338658
(51,134,88)
#2D764E
(45,118,78)
#276644
(39,102,68)
#21563A
(33,86,58)
#1B4630
(27,70,48)
#153626
(21,54,38)
#0F261C
(15,38,28)
#091612
(9,22,18)
#000000
(0,0,0)

Tints of #45B676

#45B676
(69,182,118)
#55BC82
(85,188,130)
#65C28E
(101,194,142)
#75C89A
(117,200,154)
#85CEA6
(133,206,166)
#95D4B2
(149,212,178)
#A5DABE
(165,218,190)
#B5E0CA
(181,224,202)
#C5E6D6
(197,230,214)
#D5ECE2
(213,236,226)
#E5F2EE
(229,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #45B676; }

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

This text font color is #45B676.


Background Color

.myBgColor { background-color: #45B676; }

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

This div background color is #45B676.


Border color

.myBorderColor { border: 1px solid #45B676; }

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

This div border color is #45B676.


Opacity

.myOpacity80 { color: #45B676; opacity: 0.8; }

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

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

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

This text has shadow with #45B676 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #45B676 on black background.


Color preview on white background

This text has color #45B676 on white background.



Black color preview on #45B676 background

This text has black color on #45B676 background.


White color preview on #45B676 background

This text has white color on #45B676 background.