COLOR #4B7875

HEX: #4B7875
RGB: (75,120,117)

Color info

#4B7875 contains red, green and blue colors in about the same proportion. Web safe color of #4B7875 is #336666 (or #366).

RGB color model

#4B7875 color RGB value is (75,120,117).

  • red value is 75;
  • green value is 120;
  • blue value is 117.
RGB:
(75,120,117)
(29%,47%,46%)

RGB channels and saturation

R 75 of 255 = 29%
G 120 of 255 = 47%
B 117 of 255 = 46%

75
120
117

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

Portions of RGB colors in percentages

R + G + B =
75 + 120 + 117 = 312 (100%)
R 75 of 312 ~ 24.04%
G 120 of 312 ~ 38.46%
B 117 of 312 ~ 37.5%

%24.04
%38.46
%37.5

CMYK color model

#4B7875 color CMYK value is (38,0,3,53).

  • cyan value is 37.50%
  • magenta value is 0.00%
  • yellow value is 2.50%
  • key color value is 52.94%
CMYK:
(38,0,3,53)
C38M0Y3K53 
(38%,0%,3%,53%)
(0.38/0.00/0.03/0.53)	

CMYK percentages

%37.5
%0
%2.5
%52.94

Codes

Color #4B7875 in popluar color models

4B7875
RGB75120117
HSL176°23.08%38.24%
HSB/HSV176°37.50%47.06%
CMYK37.50%0.00%2.50%
52.94%

Color #4B7875 in popluar number systems.

HEX4B7875
Decimal75120117
Binary100101111110001110101
Octal113170165

Shades and tints

Shades of #4B7875

#4B7875
(75,120,117)
#456E6B
(69,110,107)
#3F6461
(63,100,97)
#395A57
(57,90,87)
#33504D
(51,80,77)
#2D4643
(45,70,67)
#273C39
(39,60,57)
#21322F
(33,50,47)
#1B2825
(27,40,37)
#151E1B
(21,30,27)
#0F1411
(15,20,17)
#000000
(0,0,0)

Tints of #4B7875

#4B7875
(75,120,117)
#5B8481
(91,132,129)
#6B908D
(107,144,141)
#7B9C99
(123,156,153)
#8BA8A5
(139,168,165)
#9BB4B1
(155,180,177)
#ABC0BD
(171,192,189)
#BBCCC9
(187,204,201)
#CBD8D5
(203,216,213)
#DBE4E1
(219,228,225)
#EBF0ED
(235,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B7875 color. Also use rgb(75,120,117) instead hex code.

Text Font Color

.myTextColor { color: #4B7875; }

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

This text font color is #4B7875.


Background Color

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

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

This div background color is #4B7875.


Border color

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

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

This div border color is #4B7875.


Opacity

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

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

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

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

This text has shadow with #4B7875 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B7875 on black background.


Color preview on white background

This text has color #4B7875 on white background.



Black color preview on #4B7875 background

This text has black color on #4B7875 background.


White color preview on #4B7875 background

This text has white color on #4B7875 background.