COLOR #4B625F

HEX: #4B625F RGB: (75,98,95)

Color info

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

RGB color model

#4B625F color RGB value is (75,98,95).

RGB: (75,98,95) (29%, 38%, 37%)

RGB channels and saturation

R 75 of 255 = 29%
G 98 of 255 = 38%
B 95 of 255 = 37%

75
98
95

R + G + B ~ 35%. #4B625F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 75 + 98 + 95 = 268 (100%)
R 75 of 268 ~ 27.99%
G 98 of 268 ~ 36.57%
B 95 of 268 ~ 35.45'%

%27.99
%36.57
%35.45

CMYK color model

#4B625F color CMYK value is (23,0,3,62).

  • cyan value is 23.47%
  • magenta value is 0.00%
  • yellow value is 3.06%
  • key color value is 61.57%

CMYK: (23,0,3,62)
C23M0Y3K62 (23%, 0%, 3%, 62%)
(0.23 / 0.00 / 0.03 / 0.62)

CMYK percentages

%23.47
%0
%3.06
%61.57

Codes

Color #4B625F in popluar color models

4B 62 5F
RGB 75 98 95
HSL 172° 13.29% 33.92%
HSB/HSV 172° 23.47% 38.43%
CMYK 23.47% 0.00% 3.06%
61.57%

Color #4B625F in popluar number systems.

HEX 4B 62 5F
Decimal 75 98 95
Binary 1001011 1100010 1011111
Octal 113 142 137

Shades and tints

Shades of #4B625F

#4B625F
(75,98,95)
#455A57
(69,90,87)
#3F524F
(63,82,79)
#394A47
(57,74,71)
#33423F
(51,66,63)
#2D3A37
(45,58,55)
#27322F
(39,50,47)
#212A27
(33,42,39)
#1B221F
(27,34,31)
#151A17
(21,26,23)
#0F120F
(15,18,15)
#000000
(0,0,0)

Tints of #4B625F

#4B625F
(75,98,95)
#5B706D
(91,112,109)
#6B7E7B
(107,126,123)
#7B8C89
(123,140,137)
#8B9A97
(139,154,151)
#9BA8A5
(155,168,165)
#ABB6B3
(171,182,179)
#BBC4C1
(187,196,193)
#CBD2CF
(203,210,207)
#DBE0DD
(219,224,221)
#EBEEEB
(235,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B625F; }

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

This text font color is #4B625F.

Background Color

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

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

This div background color is #4B625F.

Border color

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

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

This div border color is #4B625F.

Opacity

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

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

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

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

This text has shadow with #4B625F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4B625F.

Preview

Color preview on black background

This text has color #4B625F on black background.


Color preview on white background

This text has color #4B625F on white background.


Black color preview on #4B625F background

This text has black color on #4B625F background.


White color preview on #4B625F background

This text has white color on #4B625F background.


Related colors

Complementary color

Complementary color for #hex is #B49DA0.


I love getcolorcode.com

Triadic colors

1 #5F4B62 and #625F4B with #4B625F are triadic colors.

2 #5F624B and #624B5F with #4B625F are triadic colors.