COLOR #53760C

HEX: #53760C RGB: (83,118,12)

Color info

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

RGB color model

#53760C color RGB value is (83,118,12).

RGB: (83,118,12) (33%, 46%, 5%)

RGB channels and saturation

R 83 of 255 = 33%
G 118 of 255 = 46%
B 12 of 255 = 5%

83
118
12

R + G + B ~ 28%. #53760C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 83 + 118 + 12 = 213 (100%)
R 83 of 213 ~ 38.97%
G 118 of 213 ~ 55.4%
B 12 of 213 ~ 5.63'%

%38.97
%55.4

CMYK color model

#53760C color CMYK value is (30,0,90,54).

  • cyan value is 29.66%
  • magenta value is 0.00%
  • yellow value is 89.83%
  • key color value is 53.73%
CMYK: (30,0,90,54) C30M0Y90K54 (30%,0%,90%,54%) (0.30/0.00/0.90/0.54) 

CMYK percentages

%29.66
%0
%89.83
%53.73

Codes

Color #53760C in popluar color models

53 76 0C
RGB 83 118 12
HSL 80° 81.54% 25.49%
HSB/HSV 80° 89.83% 46.27%
CMYK 29.66% 0.00% 89.83%
53.73%

Color #53760C in popluar number systems.

HEX 53 76 0C
Decimal 83 118 12
Binary 1010011 1110110 1100
Octal 123 166 14

Shades and tints

Shades of #53760C

#53760C
(83,118,12)
#4C6C0B
(76,108,11)
#45620A
(69,98,10)
#3E5809
(62,88,9)
#374E08
(55,78,8)
#304407
(48,68,7)
#293A06
(41,58,6)
#223005
(34,48,5)
#1B2604
(27,38,4)
#141C03
(20,28,3)
#0D1202
(13,18,2)
#000000
(0,0,0)

Tints of #53760C

#53760C
(83,118,12)
#628222
(98,130,34)
#718E38
(113,142,56)
#809A4E
(128,154,78)
#8FA664
(143,166,100)
#9EB27A
(158,178,122)
#ADBE90
(173,190,144)
#BCCAA6
(188,202,166)
#CBD6BC
(203,214,188)
#DAE2D2
(218,226,210)
#E9EEE8
(233,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #53760C color. Also use rgb(83,118,12) instead hex code.

Text Font Color

.myTextColor { color: #53760C; }

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

This text font color is #53760C.

Background Color

.myBgColor { background-color: #53760C; }

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

This div background color is #53760C.

Border color

.myBorderColor { border: 1px solid #53760C; }

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

This div border color is #53760C.

Opacity

.myOpacity80 { color: #53760C; opacity: 0.8; }

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

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

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

This text has shadow with #53760C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #53760C.

Preview

Color preview on black background

This text has color #53760C on black background.


Color preview on white background

This text has color #53760C on white background.


Black color preview on #53760C background

This text has black color on #53760C background.


White color preview on #53760C background

This text has white color on #53760C background.


Related colors

Complementary color

Complementary color for #hex is #AC89F3.


I love getcolorcode.com

Triadic colors

1 #0C5376 and #760C53 with #53760C are triadic colors.

2 #0C7653 and #76530C with #53760C are triadic colors.