COLOR #736465

HEX: #736465
RGB: (115,100,101)

Color info

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

RGB color model

#736465 color RGB value is (115,100,101).

  • red value is 115;
  • green value is 100;
  • blue value is 101.
RGB:
(115,100,101)
(45%,39%,40%)

RGB channels and saturation

R 115 of 255 = 45%
G 100 of 255 = 39%
B 101 of 255 = 40%

115
100
101

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

Portions of RGB colors in percentages

R + G + B =
115 + 100 + 101 = 316 (100%)
R 115 of 316 ~ 36.39%
G 100 of 316 ~ 31.65%
B 101 of 316 ~ 31.96%

%36.39
%31.65
%31.96

CMYK color model

#736465 color CMYK value is (0,13,12,55).

  • cyan value is 0.00%
  • magenta value is 13.04%
  • yellow value is 12.17%
  • key color value is 54.90%
CMYK:
(0,13,12,55)
C0M13Y12K55 
(0%,13%,12%,55%)
(0.00/0.13/0.12/0.55)	

CMYK percentages

%0
%13.04
%12.17
%54.9

Codes

Color #736465 in popluar color models

736465
RGB115100101
HSL356°6.98%42.16%
HSB/HSV356°13.04%45.10%
CMYK0.00%13.04%12.17%
54.90%

Color #736465 in popluar number systems.

HEX736465
Decimal115100101
Binary111001111001001100101
Octal163144145

Shades and tints

Shades of #736465

#736465
(115,100,101)
#695B5C
(105,91,92)
#5F5253
(95,82,83)
#55494A
(85,73,74)
#4B4041
(75,64,65)
#413738
(65,55,56)
#372E2F
(55,46,47)
#2D2526
(45,37,38)
#231C1D
(35,28,29)
#191314
(25,19,20)
#0F0A0B
(15,10,11)
#000000
(0,0,0)

Tints of #736465

#736465
(115,100,101)
#7F7273
(127,114,115)
#8B8081
(139,128,129)
#978E8F
(151,142,143)
#A39C9D
(163,156,157)
#AFAAAB
(175,170,171)
#BBB8B9
(187,184,185)
#C7C6C7
(199,198,199)
#D3D4D5
(211,212,213)
#DFE2E3
(223,226,227)
#EBF0F1
(235,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #736465 color. Also use rgb(115,100,101) instead hex code.

Text Font Color

.myTextColor { color: #736465; }

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

This text font color is #736465.


Background Color

.myBgColor { background-color: #736465; }

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

This div background color is #736465.


Border color

.myBorderColor { border: 1px solid #736465; }

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

This div border color is #736465.


Opacity

.myOpacity80 { color: #736465; opacity: 0.8; }

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

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

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

This text has shadow with #736465 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #736465 on black background.


Color preview on white background

This text has color #736465 on white background.



Black color preview on #736465 background

This text has black color on #736465 background.


White color preview on #736465 background

This text has white color on #736465 background.