COLOR #62735B

HEX: #62735B RGB: (98,115,91)

Color info

#62735B contains red, green and blue colors in about the same proportion. Web safe color of #62735B is #666666 (or #666).

RGB color model

#62735B color RGB value is (98,115,91).

RGB: (98,115,91) (38%, 45%, 36%)

RGB channels and saturation

R 98 of 255 = 38%
G 115 of 255 = 45%
B 91 of 255 = 36%

98
115
91

R + G + B ~ 40%. #62735B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 98 + 115 + 91 = 304 (100%)
R 98 of 304 ~ 32.24%
G 115 of 304 ~ 37.83%
B 91 of 304 ~ 29.93'%

%32.24
%37.83
%29.93

CMYK color model

#62735B color CMYK value is (15,0,21,55).

  • cyan value is 14.78%
  • magenta value is 0.00%
  • yellow value is 20.87%
  • key color value is 54.90%

CMYK: (15,0,21,55)
C15M0Y21K55 (15%, 0%, 21%, 55%)
(0.15 / 0.00 / 0.21 / 0.55)

CMYK percentages

%14.78
%0
%20.87
%54.9

Codes

Color #62735B in popluar color models

62 73 5B
RGB 98 115 91
HSL 103° 11.65% 40.39%
HSB/HSV 103° 20.87% 45.10%
CMYK 14.78% 0.00% 20.87%
54.90%

Color #62735B in popluar number systems.

HEX 62 73 5B
Decimal 98 115 91
Binary 1100010 1110011 1011011
Octal 142 163 133

Shades and tints

Shades of #62735B

#62735B
(98,115,91)
#5A6953
(90,105,83)
#525F4B
(82,95,75)
#4A5543
(74,85,67)
#424B3B
(66,75,59)
#3A4133
(58,65,51)
#32372B
(50,55,43)
#2A2D23
(42,45,35)
#22231B
(34,35,27)
#1A1913
(26,25,19)
#120F0B
(18,15,11)
#000000
(0,0,0)

Tints of #62735B

#62735B
(98,115,91)
#707F69
(112,127,105)
#7E8B77
(126,139,119)
#8C9785
(140,151,133)
#9AA393
(154,163,147)
#A8AFA1
(168,175,161)
#B6BBAF
(182,187,175)
#C4C7BD
(196,199,189)
#D2D3CB
(210,211,203)
#E0DFD9
(224,223,217)
#EEEBE7
(238,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #62735B color. Also use rgb(98,115,91) instead hex code.

Text Font Color

.myTextColor { color: #62735B; }

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

This text font color is #62735B.

Background Color

.myBgColor { background-color: #62735B; }

<div style="background-color:#62735B">Inner text</div>

This div background color is #62735B.

Border color

.myBorderColor { border: 1px solid #62735B; }

<div style="border:3px solid #62735B">Div</div>

This div border color is #62735B.

Opacity

.myOpacity80 { color: #62735B; opacity: 0.8; }

<p style="color:#62735B;opacity:0.8;">80%</p>

Text with #62735B 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 #62735B;}

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

This text has shadow with #62735B color.


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

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

This text has shadow with #62735B primary color and red secondary color.


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

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

This text has shadow with #62735B and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #62735B.

Preview

Color preview on black background

This text has color #62735B on black background.


Color preview on white background

This text has color #62735B on white background.


Black color preview on #62735B background

This text has black color on #62735B background.


White color preview on #62735B background

This text has white color on #62735B background.


Related colors

Complementary color

Complementary color for #hex is #9D8CA4.


I love getcolorcode.com

Triadic colors

1 #5B6273 and #735B62 with #62735B are triadic colors.

2 #5B7362 and #73625B with #62735B are triadic colors.