COLOR #755F15

HEX: #755F15 RGB: (117,95,21)

Color info

#755F15 contains mainly red and green colors. Web safe color of #755F15 is #666600 (or #660).

RGB color model

#755F15 color RGB value is (117,95,21).

RGB: (117,95,21) (46%, 37%, 8%)

RGB channels and saturation

R 117 of 255 = 46%
G 95 of 255 = 37%
B 21 of 255 = 8%

117
95
21

R + G + B ~ 30%. #755F15 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 117 + 95 + 21 = 233 (100%)
R 117 of 233 ~ 50.21%
G 95 of 233 ~ 40.77%
B 21 of 233 ~ 9.01'%

%50.21
%40.77

CMYK color model

#755F15 color CMYK value is (0,19,82,54).

  • cyan value is 0.00%
  • magenta value is 18.80%
  • yellow value is 82.05%
  • key color value is 54.12%

CMYK: (0,19,82,54)
C0M19Y82K54 (0%, 19%, 82%, 54%)
(0.00 / 0.19 / 0.82 / 0.54)

CMYK percentages

%0
%18.8
%82.05
%54.12

Codes

Color #755F15 in popluar color models

75 5F 15
RGB 117 95 21
HSL 46° 69.57% 27.06%
HSB/HSV 46° 82.05% 45.88%
CMYK 0.00% 18.80% 82.05%
54.12%

Color #755F15 in popluar number systems.

HEX 75 5F 15
Decimal 117 95 21
Binary 1110101 1011111 10101
Octal 165 137 25

Shades and tints

Shades of #755F15

#755F15
(117,95,21)
#6B5714
(107,87,20)
#614F13
(97,79,19)
#574712
(87,71,18)
#4D3F11
(77,63,17)
#433710
(67,55,16)
#392F0F
(57,47,15)
#2F270E
(47,39,14)
#251F0D
(37,31,13)
#1B170C
(27,23,12)
#110F0B
(17,15,11)
#000000
(0,0,0)

Tints of #755F15

#755F15
(117,95,21)
#816D2A
(129,109,42)
#8D7B3F
(141,123,63)
#998954
(153,137,84)
#A59769
(165,151,105)
#B1A57E
(177,165,126)
#BDB393
(189,179,147)
#C9C1A8
(201,193,168)
#D5CFBD
(213,207,189)
#E1DDD2
(225,221,210)
#EDEBE7
(237,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #755F15 color. Also use rgb(117,95,21) instead hex code.

Text Font Color

.myTextColor { color: #755F15; }

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

This text font color is #755F15.

Background Color

.myBgColor { background-color: #755F15; }

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

This div background color is #755F15.

Border color

.myBorderColor { border: 1px solid #755F15; }

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

This div border color is #755F15.

Opacity

.myOpacity80 { color: #755F15; opacity: 0.8; }

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

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

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

This text has shadow with #755F15 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #755F15.

Preview

Color preview on black background

This text has color #755F15 on black background.


Color preview on white background

This text has color #755F15 on white background.


Black color preview on #755F15 background

This text has black color on #755F15 background.


White color preview on #755F15 background

This text has white color on #755F15 background.


Related colors

Complementary color

Complementary color for #hex is #8AA0EA.


I love getcolorcode.com

Triadic colors

1 #15755F and #5F1575 with #755F15 are triadic colors.

2 #155F75 and #5F7515 with #755F15 are triadic colors.