COLOR #10504C

HEX: #10504C RGB: (16,80,76)

Color info

#10504C contains mainly green and blue colors. Web safe color of #10504C is #006633 (or #063).

RGB color model

#10504C color RGB value is (16,80,76).

RGB: (16,80,76) (6%, 31%, 30%)

RGB channels and saturation

R 16 of 255 = 6%
G 80 of 255 = 31%
B 76 of 255 = 30%

16
80
76

R + G + B ~ 22%. #10504C is dark color.

Portions of RGB colors in percentages

R + G + B = 16 + 80 + 76 = 172 (100%)
R 16 of 172 ~ 9.3%
G 80 of 172 ~ 46.51%
B 76 of 172 ~ 44.19'%

%46.51
%44.19

CMYK color model

#10504C color CMYK value is (80,0,5,69).

  • cyan value is 80.00%
  • magenta value is 0.00%
  • yellow value is 5.00%
  • key color value is 68.63%

CMYK: (80,0,5,69)
C80M0Y5K69 (80%, 0%, 5%, 69%)
(0.80 / 0.00 / 0.05 / 0.69)

CMYK percentages

%80
%0
%5
%68.63

Codes

Color #10504C in popluar color models

10 50 4C
RGB 16 80 76
HSL 176° 66.67% 18.82%
HSB/HSV 176° 80.00% 31.37%
CMYK 80.00% 0.00% 5.00%
68.63%

Color #10504C in popluar number systems.

HEX 10 50 4C
Decimal 16 80 76
Binary 10000 1010000 1001100
Octal 20 120 114

Shades and tints

Shades of #10504C

#10504C
(16,80,76)
#0F4946
(15,73,70)
#0E4240
(14,66,64)
#0D3B3A
(13,59,58)
#0C3434
(12,52,52)
#0B2D2E
(11,45,46)
#0A2628
(10,38,40)
#091F22
(9,31,34)
#08181C
(8,24,28)
#071116
(7,17,22)
#060A10
(6,10,16)
#000000
(0,0,0)

Tints of #10504C

#10504C
(16,80,76)
#255F5C
(37,95,92)
#3A6E6C
(58,110,108)
#4F7D7C
(79,125,124)
#648C8C
(100,140,140)
#799B9C
(121,155,156)
#8EAAAC
(142,170,172)
#A3B9BC
(163,185,188)
#B8C8CC
(184,200,204)
#CDD7DC
(205,215,220)
#E2E6EC
(226,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #10504C color. Also use rgb(16,80,76) instead hex code.

Text Font Color

.myTextColor { color: #10504C; }

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

This text font color is #10504C.

Background Color

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

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

This div background color is #10504C.

Border color

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

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

This div border color is #10504C.

Opacity

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

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

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

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

This text has shadow with #10504C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #10504C.

Preview

Color preview on black background

This text has color #10504C on black background.


Color preview on white background

This text has color #10504C on white background.


Black color preview on #10504C background

This text has black color on #10504C background.


White color preview on #10504C background

This text has white color on #10504C background.


Related colors

Complementary color

Complementary color for #hex is #EFAFB3.


I love getcolorcode.com

Triadic colors

1 #4C1050 and #504C10 with #10504C are triadic colors.

2 #4C5010 and #50104C with #10504C are triadic colors.