COLOR #517C01

HEX: #517C01
RGB: (81,124,1)

Renk bilgisi

#517C01 contains mainly red and green colors. #517C01 ‘ nin web güvenlik rengi #666600 (ya da #660) dir.

RGB renk modeli

#517C01 color RGB value is (81,124,1).

  • kırmız ton 81;
  • yeşil ton 124;
  • mavi ton 1.
RGB:
(81,124,1)
(32%,49%,0%)

RGB bağlantıları ve doygunluk

R 81 of 255 = 32%
G 124 of 255 = 49%
B 1 of 255 = 0%

81
124
1

R + G + B ~ 27%. #517C01 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
81 + 124 + 1 = 206 (100%)
R 81 of 206 ~ 39.32%
G 124 of 206 ~ 60.19%
B 1 of 206 ~ 0.49%

%39.32
%60.19

CMYK RENK MODELİ

#517C01 rengi CMYK tonu (35,0,99,51).

  • camgöbeği tonu 34.68%
  • eflatun tonu 0.00%
  • sarı tonu 99.19%
  • ana renk tonu 51.37%
CMYK:
(35,0,99,51)
C35M0Y99K51 
(35%,0%,99%,51%)
(0.35/0.00/0.99/0.51)	

CMYK yüzdeleri

%34.68
%0
%99.19
%51.37

Codes

Color #517C01 in popluar color models

517C01
RGB811241
HSL81°98.40%24.51%
HSB/HSV81°99.19%48.63%
CMYK34.68%0.00%99.19%
51.37%

Color #517C01 in popluar number systems.

HEX517C01
Decimal811241
Binary101000111111001
Octal1211741

Shades and tints

Shades of #517C01

#517C01
(81,124,1)
#4A7101
(74,113,1)
#436601
(67,102,1)
#3C5B01
(60,91,1)
#355001
(53,80,1)
#2E4501
(46,69,1)
#273A01
(39,58,1)
#202F01
(32,47,1)
#192401
(25,36,1)
#121901
(18,25,1)
#0B0E01
(11,14,1)
#000000
(0,0,0)

Tints of #517C01

#517C01
(81,124,1)
#608718
(96,135,24)
#6F922F
(111,146,47)
#7E9D46
(126,157,70)
#8DA85D
(141,168,93)
#9CB374
(156,179,116)
#ABBE8B
(171,190,139)
#BAC9A2
(186,201,162)
#C9D4B9
(201,212,185)
#D8DFD0
(216,223,208)
#E7EAE7
(231,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #517C01 color. Also use rgb(81,124,1) instead hex code.

Text Font Color

.myTextColor { color: #517C01; }

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

This text font color is #517C01.


Background Color

.myBgColor { background-color: #517C01; }

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

This div background color is #517C01.


Border color

.myBorderColor { border: 1px solid #517C01; }

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

This div border color is #517C01.


Opacity

.myOpacity80 { color: #517C01; opacity: 0.8; }

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

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

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

This text has shadow with #517C01 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #517C01 on black background.


Color preview on white background

This text has color #517C01 on white background.



Black color preview on #517C01 background

This text has black color on #517C01 background.


White color preview on #517C01 background

This text has white color on #517C01 background.