COLOR #077D28

HEX: #077D28
RGB: (7,125,40)

Renk bilgisi

#077D28 contains mainly green color. #077D28 ‘ nin web güvenlik rengi #006633 (ya da #063) dir.

RGB renk modeli

#077D28 color RGB value is (7,125,40).

  • kırmız ton 7;
  • yeşil ton 125;
  • mavi ton 40.
RGB:
(7,125,40)
(3%,49%,16%)

RGB bağlantıları ve doygunluk

R 7 of 255 = 3%
G 125 of 255 = 49%
B 40 of 255 = 16%

7
125
40

R + G + B ~ 23%. #077D28 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
7 + 125 + 40 = 172 (100%)
R 7 of 172 ~ 4.07%
G 125 of 172 ~ 72.67%
B 40 of 172 ~ 23.26%

%72.67
%23.26

CMYK RENK MODELİ

#077D28 rengi CMYK tonu (94,0,68,51).

  • camgöbeği tonu 94.40%
  • eflatun tonu 0.00%
  • sarı tonu 68.00%
  • ana renk tonu 50.98%
CMYK:
(94,0,68,51)
C94M0Y68K51 
(94%,0%,68%,51%)
(0.94/0.00/0.68/0.51)	

CMYK yüzdeleri

%94.4
%0
%68
%50.98

Codes

Color #077D28 in popluar color models

077D28
RGB712540
HSL137°89.39%25.88%
HSB/HSV137°94.40%49.02%
CMYK94.40%0.00%68.00%
50.98%

Color #077D28 in popluar number systems.

HEX077D28
Decimal712540
Binary1111111101101000
Octal717550

Shades and tints

Shades of #077D28

#077D28
(7,125,40)
#077225
(7,114,37)
#076722
(7,103,34)
#075C1F
(7,92,31)
#07511C
(7,81,28)
#074619
(7,70,25)
#073B16
(7,59,22)
#073013
(7,48,19)
#072510
(7,37,16)
#071A0D
(7,26,13)
#070F0A
(7,15,10)
#000000
(0,0,0)

Tints of #077D28

#077D28
(7,125,40)
#1D883B
(29,136,59)
#33934E
(51,147,78)
#499E61
(73,158,97)
#5FA974
(95,169,116)
#75B487
(117,180,135)
#8BBF9A
(139,191,154)
#A1CAAD
(161,202,173)
#B7D5C0
(183,213,192)
#CDE0D3
(205,224,211)
#E3EBE6
(227,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #077D28 color. Also use rgb(7,125,40) instead hex code.

Text Font Color

.myTextColor { color: #077D28; }

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

This text font color is #077D28.


Background Color

.myBgColor { background-color: #077D28; }

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

This div background color is #077D28.


Border color

.myBorderColor { border: 1px solid #077D28; }

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

This div border color is #077D28.


Opacity

.myOpacity80 { color: #077D28; opacity: 0.8; }

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

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

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

This text has shadow with #077D28 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #077D28 on black background.


Color preview on white background

This text has color #077D28 on white background.



Black color preview on #077D28 background

This text has black color on #077D28 background.


White color preview on #077D28 background

This text has white color on #077D28 background.