COLOR #C7C337

HEX: #C7C337
RGB: (199,195,55)

Renk bilgisi

#C7C337 contains mainly red and green colors. #C7C337 ‘ nin web güvenlik rengi #CCCC33 (ya da #CC3) dir.

RGB renk modeli

#C7C337 color RGB value is (199,195,55).

  • kırmız ton 199;
  • yeşil ton 195;
  • mavi ton 55.
RGB:
(199,195,55)
(78%,76%,22%)

RGB bağlantıları ve doygunluk

R 199 of 255 = 78%
G 195 of 255 = 76%
B 55 of 255 = 22%

199
195
55

R + G + B ~ 59%. #C7C337 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
199 + 195 + 55 = 449 (100%)
R 199 of 449 ~ 44.32%
G 195 of 449 ~ 43.43%
B 55 of 449 ~ 12.25%

%44.32
%43.43
%12.25

CMYK RENK MODELİ

#C7C337 rengi CMYK tonu (0,2,72,22).

  • camgöbeği tonu 0.00%
  • eflatun tonu 2.01%
  • sarı tonu 72.36%
  • ana renk tonu 21.96%
CMYK:
(0,2,72,22)
C0M2Y72K22 
(0%,2%,72%,22%)
(0.00/0.02/0.72/0.22)	

CMYK yüzdeleri

%0
%2.01
%72.36
%21.96

Codes

Color #C7C337 in popluar color models

C7C337
RGB19919555
HSL58°56.69%49.80%
HSB/HSV58°72.36%78.04%
CMYK0.00%2.01%72.36%
21.96%

Color #C7C337 in popluar number systems.

HEXC7C337
Decimal19919555
Binary1100011111000011110111
Octal30730367

Shades and tints

Shades of #C7C337

#C7C337
(199,195,55)
#B5B232
(181,178,50)
#A3A12D
(163,161,45)
#919028
(145,144,40)
#7F7F23
(127,127,35)
#6D6E1E
(109,110,30)
#5B5D19
(91,93,25)
#494C14
(73,76,20)
#373B0F
(55,59,15)
#252A0A
(37,42,10)
#131905
(19,25,5)
#000000
(0,0,0)

Tints of #C7C337

#C7C337
(199,195,55)
#CCC849
(204,200,73)
#D1CD5B
(209,205,91)
#D6D26D
(214,210,109)
#DBD77F
(219,215,127)
#E0DC91
(224,220,145)
#E5E1A3
(229,225,163)
#EAE6B5
(234,230,181)
#EFEBC7
(239,235,199)
#F4F0D9
(244,240,217)
#F9F5EB
(249,245,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7C337 color. Also use rgb(199,195,55) instead hex code.

Text Font Color

.myTextColor { color: #C7C337; }

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

This text font color is #C7C337.


Background Color

.myBgColor { background-color: #C7C337; }

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

This div background color is #C7C337.


Border color

.myBorderColor { border: 1px solid #C7C337; }

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

This div border color is #C7C337.


Opacity

.myOpacity80 { color: #C7C337; opacity: 0.8; }

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

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

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

This text has shadow with #C7C337 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7C337 on black background.


Color preview on white background

This text has color #C7C337 on white background.



Black color preview on #C7C337 background

This text has black color on #C7C337 background.


White color preview on #C7C337 background

This text has white color on #C7C337 background.