COLOR #00753D

HEX: #00753D
RGB: (0,117,61)

Color info

#00753D contains only green and blue colors. Web safe color of #00753D is #006633 (or #063).

RGB color model

#00753D color RGB value is (0,117,61).

  • red value is 0;
  • green value is 117;
  • blue value is 61.
RGB:
(0,117,61)
(0%,46%,24%)

RGB channels and saturation

R 0 of 255 = 0%
G 117 of 255 = 46%
B 61 of 255 = 24%

0
117
61

R + G + B ~ 23%. #00753D is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 117 + 61 = 178 (100%)
R 0 of 178 ~ 0%
G 117 of 178 ~ 65.73%
B 61 of 178 ~ 34.27%

%65.73
%34.27

CMYK color model

#00753D color CMYK value is (100,0,48,54).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 47.86%
  • key color value is 54.12%
CMYK:
(100,0,48,54)
C100M0Y48K54 
(100%,0%,48%,54%)
(1.00/0.00/0.48/0.54)	

CMYK percentages

%100
%0
%47.86
%54.12

Codes

Color #00753D in popluar color models

00753D
RGB011761
HSL151°100.00%22.94%
HSB/HSV151°100.00%45.88%
CMYK100.00%0.00%47.86%
54.12%

Color #00753D in popluar number systems.

HEX00753D
Decimal011761
Binary01110101111101
Octal016575

Shades and tints

Shades of #00753D

#00753D
(0,117,61)
#006B38
(0,107,56)
#006133
(0,97,51)
#00572E
(0,87,46)
#004D29
(0,77,41)
#004324
(0,67,36)
#00391F
(0,57,31)
#002F1A
(0,47,26)
#002515
(0,37,21)
#001B10
(0,27,16)
#00110B
(0,17,11)
#000000
(0,0,0)

Tints of #00753D

#00753D
(0,117,61)
#17814E
(23,129,78)
#2E8D5F
(46,141,95)
#459970
(69,153,112)
#5CA581
(92,165,129)
#73B192
(115,177,146)
#8ABDA3
(138,189,163)
#A1C9B4
(161,201,180)
#B8D5C5
(184,213,197)
#CFE1D6
(207,225,214)
#E6EDE7
(230,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #00753D color. Also use rgb(0,117,61) instead hex code.

Text Font Color

.myTextColor { color: #00753D; }

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

This text font color is #00753D.


Background Color

.myBgColor { background-color: #00753D; }

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

This div background color is #00753D.


Border color

.myBorderColor { border: 1px solid #00753D; }

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

This div border color is #00753D.


Opacity

.myOpacity80 { color: #00753D; opacity: 0.8; }

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

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

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

This text has shadow with #00753D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00753D on black background.


Color preview on white background

This text has color #00753D on white background.



Black color preview on #00753D background

This text has black color on #00753D background.


White color preview on #00753D background

This text has white color on #00753D background.