COLOR #4B9162

HEX: #4B9162 RGB: (75,145,98)

Color info

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

RGB color model

#4B9162 color RGB value is (75,145,98).

RGB: (75,145,98) (29%, 57%, 38%)

RGB channels and saturation

R 75 of 255 = 29%
G 145 of 255 = 57%
B 98 of 255 = 38%

75
145
98

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

Portions of RGB colors in percentages

R + G + B = 75 + 145 + 98 = 318 (100%)
R 75 of 318 ~ 23.58%
G 145 of 318 ~ 45.6%
B 98 of 318 ~ 30.82'%

%23.58
%45.6
%30.82

CMYK color model

#4B9162 color CMYK value is (48,0,32,43).

  • cyan value is 48.28%
  • magenta value is 0.00%
  • yellow value is 32.41%
  • key color value is 43.14%

CMYK: (48,0,32,43)
C48M0Y32K43 (48%, 0%, 32%, 43%)
(0.48 / 0.00 / 0.32 / 0.43)

CMYK percentages

%48.28
%0
%32.41
%43.14

Codes

Color #4B9162 in popluar color models

4B 91 62
RGB 75 145 98
HSL 140° 31.82% 43.14%
HSB/HSV 140° 48.28% 56.86%
CMYK 48.28% 0.00% 32.41%
43.14%

Color #4B9162 in popluar number systems.

HEX 4B 91 62
Decimal 75 145 98
Binary 1001011 10010001 1100010
Octal 113 221 142

Shades and tints

Shades of #4B9162

#4B9162
(75,145,98)
#45845A
(69,132,90)
#3F7752
(63,119,82)
#396A4A
(57,106,74)
#335D42
(51,93,66)
#2D503A
(45,80,58)
#274332
(39,67,50)
#21362A
(33,54,42)
#1B2922
(27,41,34)
#151C1A
(21,28,26)
#0F0F12
(15,15,18)
#000000
(0,0,0)

Tints of #4B9162

#4B9162
(75,145,98)
#5B9B70
(91,155,112)
#6BA57E
(107,165,126)
#7BAF8C
(123,175,140)
#8BB99A
(139,185,154)
#9BC3A8
(155,195,168)
#ABCDB6
(171,205,182)
#BBD7C4
(187,215,196)
#CBE1D2
(203,225,210)
#DBEBE0
(219,235,224)
#EBF5EE
(235,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B9162 color. Also use rgb(75,145,98) instead hex code.

Text Font Color

.myTextColor { color: #4B9162; }

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

This text font color is #4B9162.

Background Color

.myBgColor { background-color: #4B9162; }

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

This div background color is #4B9162.

Border color

.myBorderColor { border: 1px solid #4B9162; }

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

This div border color is #4B9162.

Opacity

.myOpacity80 { color: #4B9162; opacity: 0.8; }

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

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

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

This text has shadow with #4B9162 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4B9162.

Preview

Color preview on black background

This text has color #4B9162 on black background.


Color preview on white background

This text has color #4B9162 on white background.


Black color preview on #4B9162 background

This text has black color on #4B9162 background.


White color preview on #4B9162 background

This text has white color on #4B9162 background.


Related colors

Complementary color

Complementary color for #hex is #B46E9D.


I love getcolorcode.com

Triadic colors

1 #624B91 and #91624B with #4B9162 are triadic colors.

2 #62914B and #914B62 with #4B9162 are triadic colors.