COLOR #04770C

HEX: #04770C
RGB: (4,119,12)

Renk bilgisi

#04770C contains mainly green color. #04770C ‘ nin web güvenlik rengi #006600 (ya da #060) dir.

RGB renk modeli

#04770C color RGB value is (4,119,12).

  • kırmız ton 4;
  • yeşil ton 119;
  • mavi ton 12.
RGB:
(4,119,12)
(2%,47%,5%)

RGB bağlantıları ve doygunluk

R 4 of 255 = 2%
G 119 of 255 = 47%
B 12 of 255 = 5%

4
119
12

R + G + B ~ 18%. #04770C is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
4 + 119 + 12 = 135 (100%)
R 4 of 135 ~ 2.96%
G 119 of 135 ~ 88.15%
B 12 of 135 ~ 8.89%

%88.15

CMYK RENK MODELİ

#04770C rengi CMYK tonu (97,0,90,53).

  • camgöbeği tonu 96.64%
  • eflatun tonu 0.00%
  • sarı tonu 89.92%
  • ana renk tonu 53.33%
CMYK:
(97,0,90,53)
C97M0Y90K53 
(97%,0%,90%,53%)
(0.97/0.00/0.90/0.53)	

CMYK yüzdeleri

%96.64
%0
%89.92
%53.33

Codes

Color #04770C in popluar color models

04770C
RGB411912
HSL124°93.50%24.12%
HSB/HSV124°96.64%46.67%
CMYK96.64%0.00%89.92%
53.33%

Color #04770C in popluar number systems.

HEX04770C
Decimal411912
Binary10011101111100
Octal416714

Shades and tints

Shades of #04770C

#04770C
(4,119,12)
#046D0B
(4,109,11)
#04630A
(4,99,10)
#045909
(4,89,9)
#044F08
(4,79,8)
#044507
(4,69,7)
#043B06
(4,59,6)
#043105
(4,49,5)
#042704
(4,39,4)
#041D03
(4,29,3)
#041302
(4,19,2)
#000000
(0,0,0)

Tints of #04770C

#04770C
(4,119,12)
#1A8322
(26,131,34)
#308F38
(48,143,56)
#469B4E
(70,155,78)
#5CA764
(92,167,100)
#72B37A
(114,179,122)
#88BF90
(136,191,144)
#9ECBA6
(158,203,166)
#B4D7BC
(180,215,188)
#CAE3D2
(202,227,210)
#E0EFE8
(224,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #04770C color. Also use rgb(4,119,12) instead hex code.

Text Font Color

.myTextColor { color: #04770C; }

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

This text font color is #04770C.


Background Color

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

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

This div background color is #04770C.


Border color

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

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

This div border color is #04770C.


Opacity

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

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

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

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

This text has shadow with #04770C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #04770C on black background.


Color preview on white background

This text has color #04770C on white background.



Black color preview on #04770C background

This text has black color on #04770C background.


White color preview on #04770C background

This text has white color on #04770C background.