COLOR #74B293

HEX: #74B293 RGB: (116,178,147)

Color info

#74B293 contains mainly green and blue colors. Web safe color of #74B293 is #669999 (or #699).

RGB color model

#74B293 color RGB value is (116,178,147).

RGB: (116,178,147) (45%, 70%, 58%)

RGB channels and saturation

R 116 of 255 = 45%
G 178 of 255 = 70%
B 147 of 255 = 58%

116
178
147

R + G + B ~ 58%. #74B293 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 116 + 178 + 147 = 441 (100%)
R 116 of 441 ~ 26.3%
G 178 of 441 ~ 40.36%
B 147 of 441 ~ 33.33'%

%26.3
%40.36
%33.33

CMYK color model

#74B293 color CMYK value is (35,0,17,30).

  • cyan value is 34.83%
  • magenta value is 0.00%
  • yellow value is 17.42%
  • key color value is 30.20%

CMYK: (35,0,17,30)
C35M0Y17K30 (35%, 0%, 17%, 30%)
(0.35 / 0.00 / 0.17 / 0.30)

CMYK percentages

%34.83
%0
%17.42
%30.2

Codes

Color #74B293 in popluar color models

74 B2 93
RGB 116 178 147
HSL 150° 28.70% 57.65%
HSB/HSV 150° 34.83% 69.80%
CMYK 34.83% 0.00% 17.42%
30.20%

Color #74B293 in popluar number systems.

HEX 74 B2 93
Decimal 116 178 147
Binary 1110100 10110010 10010011
Octal 164 262 223

Shades and tints

Shades of #74B293

#74B293
(116,178,147)
#6AA286
(106,162,134)
#609279
(96,146,121)
#56826C
(86,130,108)
#4C725F
(76,114,95)
#426252
(66,98,82)
#385245
(56,82,69)
#2E4238
(46,66,56)
#24322B
(36,50,43)
#1A221E
(26,34,30)
#101211
(16,18,17)
#000000
(0,0,0)

Tints of #74B293

#74B293
(116,178,147)
#80B99C
(128,185,156)
#8CC0A5
(140,192,165)
#98C7AE
(152,199,174)
#A4CEB7
(164,206,183)
#B0D5C0
(176,213,192)
#BCDCC9
(188,220,201)
#C8E3D2
(200,227,210)
#D4EADB
(212,234,219)
#E0F1E4
(224,241,228)
#ECF8ED
(236,248,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74B293 color. Also use rgb(116,178,147) instead hex code.

Text Font Color

.myTextColor { color: #74B293; }

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

This text font color is #74B293.

Background Color

.myBgColor { background-color: #74B293; }

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

This div background color is #74B293.

Border color

.myBorderColor { border: 1px solid #74B293; }

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

This div border color is #74B293.

Opacity

.myOpacity80 { color: #74B293; opacity: 0.8; }

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

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

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

This text has shadow with #74B293 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #74B293.

Preview

Color preview on black background

This text has color #74B293 on black background.


Color preview on white background

This text has color #74B293 on white background.


Black color preview on #74B293 background

This text has black color on #74B293 background.


White color preview on #74B293 background

This text has white color on #74B293 background.


Related colors

Complementary color

Complementary color for #hex is #8B4D6C.


I love getcolorcode.com

Triadic colors

1 #9374B2 and #B29374 with #74B293 are triadic colors.

2 #93B274 and #B27493 with #74B293 are triadic colors.