COLOR #695F4A

HEX: #695F4A RGB: (105,95,74)

Color info

#695F4A contains red, green and blue colors in about the same proportion. Web safe color of #695F4A is #666633 (or #663).

RGB color model

#695F4A color RGB value is (105,95,74).

RGB: (105,95,74) (41%, 37%, 29%)

RGB channels and saturation

R 105 of 255 = 41%
G 95 of 255 = 37%
B 74 of 255 = 29%

105
95
74

R + G + B ~ 36%. #695F4A is quite dark color.

Portions of RGB colors in percentages

R + G + B = 105 + 95 + 74 = 274 (100%)
R 105 of 274 ~ 38.32%
G 95 of 274 ~ 34.67%
B 74 of 274 ~ 27.01'%

%38.32
%34.67
%27.01

CMYK color model

#695F4A color CMYK value is (0,10,30,59).

  • cyan value is 0.00%
  • magenta value is 9.52%
  • yellow value is 29.52%
  • key color value is 58.82%

CMYK: (0,10,30,59)
C0M10Y30K59 (0%, 10%, 30%, 59%)
(0.00 / 0.10 / 0.30 / 0.59)

CMYK percentages

%0
%9.52
%29.52
%58.82

Codes

Color #695F4A in popluar color models

69 5F 4A
RGB 105 95 74
HSL 41° 17.32% 35.10%
HSB/HSV 41° 29.52% 41.18%
CMYK 0.00% 9.52% 29.52%
58.82%

Color #695F4A in popluar number systems.

HEX 69 5F 4A
Decimal 105 95 74
Binary 1101001 1011111 1001010
Octal 151 137 112

Shades and tints

Shades of #695F4A

#695F4A
(105,95,74)
#605744
(96,87,68)
#574F3E
(87,79,62)
#4E4738
(78,71,56)
#453F32
(69,63,50)
#3C372C
(60,55,44)
#332F26
(51,47,38)
#2A2720
(42,39,32)
#211F1A
(33,31,26)
#181714
(24,23,20)
#0F0F0E
(15,15,14)
#000000
(0,0,0)

Tints of #695F4A

#695F4A
(105,95,74)
#766D5A
(118,109,90)
#837B6A
(131,123,106)
#90897A
(144,137,122)
#9D978A
(157,151,138)
#AAA59A
(170,165,154)
#B7B3AA
(183,179,170)
#C4C1BA
(196,193,186)
#D1CFCA
(209,207,202)
#DEDDDA
(222,221,218)
#EBEBEA
(235,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #695F4A color. Also use rgb(105,95,74) instead hex code.

Text Font Color

.myTextColor { color: #695F4A; }

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

This text font color is #695F4A.

Background Color

.myBgColor { background-color: #695F4A; }

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

This div background color is #695F4A.

Border color

.myBorderColor { border: 1px solid #695F4A; }

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

This div border color is #695F4A.

Opacity

.myOpacity80 { color: #695F4A; opacity: 0.8; }

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

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

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

This text has shadow with #695F4A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #695F4A.

Preview

Color preview on black background

This text has color #695F4A on black background.


Color preview on white background

This text has color #695F4A on white background.


Black color preview on #695F4A background

This text has black color on #695F4A background.


White color preview on #695F4A background

This text has white color on #695F4A background.


Related colors

Complementary color

Complementary color for #hex is #96A0B5.


I love getcolorcode.com

Triadic colors

1 #4A695F and #5F4A69 with #695F4A are triadic colors.

2 #4A5F69 and #5F694A with #695F4A are triadic colors.